-
You need Visual Studio Code with PlatformIO installed to build and upload the code to the ESP32.
-
Open the Project Open the
esp/wordclock/
directory in PlatformIO. -
Configuration
Make a copy of
esp/wordclock/src/config.h.example
and rename it toesp/wordclock/src/config.h
.You need to set there the WiFi SSID and password, and time zone informations.
-
Connect your Word Clock following the device build instructions.
-
Make sure that you have the ESP32 board selected in the
platforn.ini
configuration. -
Upload the Code Connect your ESP32 board to your computer and upload the code using the PlatformIO upload button.