hardware docs update

This commit is contained in:
2024-06-03 14:48:18 +02:00
parent c0d002c46b
commit 9639d6ba3b

View File

@@ -20,5 +20,9 @@ We chose this pcb because its really small and it has a socket for a sensor and
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. 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) ![alt text](../assets/pcbImage.png)
## How can i program this ESP?
To program this you need to use the Arduino IDE. You need to install the ESP8266 board in the board manager. You need to go to File -> prefrences -> additional board manager url's. Then you need to add this link `https://arduino.esp8266.com/stable/package_esp8266com_index.json`. Then you can find the LOLIN(WEMOS) D1 mini lite. Thats the board you need to select. When compiling you will see a lot of warnings but you can ignore them.
### Sources ### Sources
* https://github.com/Sorakage033/SlimeVR-CheeseCake * https://github.com/Sorakage033/SlimeVR-CheeseCake