Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -7,7 +7,7 @@ Raspberry pi --> NodeJS
|
||||
Raspberry pi --> Database
|
||||
NodeJS --> Androidapp : getExerciseData (Wifi, Rest API)
|
||||
Database <--> NodeJS : Database queries
|
||||
|
||||
NodeJS --> ESP8266
|
||||
|
||||
ESP8266 --> Androidapp : getRotationalData (Wifi)
|
||||
namespace Server {
|
||||
@@ -32,6 +32,7 @@ namespace Server {
|
||||
class NodeJS {
|
||||
+MariaDB
|
||||
GetRandomExercise()
|
||||
PassIpAddress()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,14 +41,7 @@ namespace Pepper {
|
||||
+Java
|
||||
+Android SDK
|
||||
+QiSDK
|
||||
motionProcessing()
|
||||
robotMovement()
|
||||
showVideo()
|
||||
fitnessCycle()
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
namespace Hardware {
|
||||
|
17
docs/documentation/hardware/Ideasforfitbord.md
Normal file
17
docs/documentation/hardware/Ideasforfitbord.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Ideas for hardware
|
||||
|
||||
# making a balance bord
|
||||
|
||||
Since We are not able to connect the wii fit bord we have to come up with a solution. We thought of it for some time and what we want to do with it. Origanlly we wanted to use the balance bord for excersises such as standing on one leg. This is a simple leg excersise we wanted to have. We thaugt of multiple solutions to still have this excersise. However we still needed to think of a design for the frame.
|
||||
|
||||
# the frame
|
||||
|
||||
We wanted it to have a similar style to the balance bord. howevere since we can make or own we wanted to make it a bit taller. This makes it easier to implement some other excersise such as the step up. This is na excersise that benefits from a taller box than the wii fit box.
|
||||
|
||||
## LDR
|
||||
|
||||
We can use a LDR to determine if someone is standing on the bord
|
||||
|
||||
## Knock sensor
|
||||
|
||||

|
Reference in New Issue
Block a user