From f90bfb4d6e3ec5aaaa2d369b05a8a4ad0c77b98e Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Mon, 3 Jun 2024 14:55:36 +0200 Subject: [PATCH 1/3] Update infrastructure --- docs/documentation/diagrams/infrastructure.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/documentation/diagrams/infrastructure.md b/docs/documentation/diagrams/infrastructure.md index bbb68a7..eff2532 100644 --- a/docs/documentation/diagrams/infrastructure.md +++ b/docs/documentation/diagrams/infrastructure.md @@ -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() } } From 10b0421f90843c3c9308ae634f12d2b0dde07ca9 Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Mon, 3 Jun 2024 15:05:25 +0200 Subject: [PATCH 2/3] Infrastructure update --- docs/documentation/diagrams/infrastructure.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/documentation/diagrams/infrastructure.md b/docs/documentation/diagrams/infrastructure.md index eff2532..7d8ef0f 100644 --- a/docs/documentation/diagrams/infrastructure.md +++ b/docs/documentation/diagrams/infrastructure.md @@ -41,14 +41,7 @@ namespace Pepper { +Java +Android SDK +QiSDK - motionProcessing() - robotMovement() - showVideo() - fitnessCycle() - - } - } namespace Hardware { From d46c0a8a927b33d5269d3b59f78202cdbbe30c47 Mon Sep 17 00:00:00 2001 From: Niels Gras Date: Mon, 3 Jun 2024 15:18:59 +0200 Subject: [PATCH 3/3] changed file name --- docs/documentation/hardware/Ideasforfitbord.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/documentation/hardware/Ideasforfitbord.md diff --git a/docs/documentation/hardware/Ideasforfitbord.md b/docs/documentation/hardware/Ideasforfitbord.md new file mode 100644 index 0000000..8efdd05 --- /dev/null +++ b/docs/documentation/hardware/Ideasforfitbord.md @@ -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 + +![alt text](../assets/knocksensor.png) \ No newline at end of file