Before you start
Make sure you follow the Firmware guide first.
1. How to setup
- Install Visual Studio Code and the PlatformIO extension
- Clone this repository
- Open the project folder in PlatformIO:
Open > Open Project > firmware-arduino - Edit
src/Config.cppwith your server details:- If using locally: Set your computer’s IP address in
ws_serverandbackend_server - If using production: Ensure you have proper certificates set
- If using locally: Set your computer’s IP address in
- Build + Upload to your ESP32
Need help? Join our Discord community and to any questions and share ideas.

