Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 717 Bytes

installation_esp32.md

File metadata and controls

13 lines (11 loc) · 717 Bytes

ESP32 Installation Instructions

  1. You need Visual Studio Code with PlatformIO installed to build and upload the code to the ESP32.

  2. Open the Project Open the esp/wordclock/ directory in PlatformIO.

  3. Configuration

    Make a copy of esp/wordclock/src/config.h.example and rename it to esp/wordclock/src/config.h.

    You need to set there the WiFi SSID and password, and time zone informations.

  4. Connect your Word Clock following the device build instructions.

  5. Make sure that you have the ESP32 board selected in the platforn.ini configuration.

  6. Upload the Code Connect your ESP32 board to your computer and upload the code using the PlatformIO upload button.