Skip to main content

Before you start

Make sure you follow the Firmware guide first.

1. How to setup

  1. Install Visual Studio Code and the PlatformIO extension
  2. Clone this repository
  3. Open the project folder in PlatformIO: Open > Open Project > firmware-arduino
  4. Edit src/Config.cpp with your server details:
    • If using locally: Set your computer’s IP address in ws_server and backend_server
    • If using production: Ensure you have proper certificates set
  5. Build + Upload to your ESP32
Need help? Join our Discord community and to any questions and share ideas.