start documentation pvb

This commit is contained in:
2024-05-08 14:09:39 +02:00
parent 6a20c8f16d
commit ed7fdb5b1c
2 changed files with 24 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 944 KiB

View File

@@ -0,0 +1,24 @@
# PCB
## Headerpins
```
#define PIN_IMU_SDA D2
#define PIN_IMU_SCL D1
#define PIN_IMU_INT D5
#define PIN_IMU_INT_2 D6
```
## What does the pcb do
The pcb on itself is a espd1mini with no sensors or battery. You need to manual solder a battery and sensor of your choice to the pcb.
## Original usage
These pcb's where originally designed for virtual reality fullbody tracking. They are basicly movement trackers that can be used to track the movement of the body. We can also use this really well for our project.
## Why did we choose this pcb
We chose this pcb because its really small and it has a socket for a sensor and it also has a build in bms for the battery.
## Usage in our project
We are going to rotational data from the sensor and use that to give feedback to the user based on how well they did the exercise.
![alt text](../assets/pcbImage.png)
### Sources
* https://github.com/Sorakage033/SlimeVR-CheeseCake