Single-file ESP32 word clock sketch for the Arduino IDE.
- Install Arduino IDE.
- Install ESP32 board support.
- Install the
Adafruit NeoPixellibrary. - Open wordclock_simple.ino.
- Fill in
WIFI_SSIDandWIFI_PASSWORD. - Select an ESP32 board.
- Select the correct serial port.
- Upload.
- WS2812B
DIN-> ESP32GPIO13 - WS2812B
5V->5VorVIN - WS2812B
GND->GND
- The sketch expects the same 132-LED serpentine matrix layout as the PDF and inspiration project.
- Change
TIME_ZONEif the clock will be used outside Central Europe.