PlatformIO project for ESP8266 based LED ring clock.
PlatformIO project for ESP8266 based LED ring clock.
Shows a simplified clock an a 12 LED circle:
The minute and second display is set forward if the corresponding 5-minute value is reached.
This means, if the white LED shows 1 o’clock and the yellow LED is on “9 o’clock”, the time
is between 1.45 and 1.49.
If the minute “hits” the hour LED, it will turn to orange color.
LED Pin | ESP8266 Pin |
---|---|
VCC | 5V |
GND | GND |
DIN | D4 |
WIFI_SSID
and WIFI_PASS
or change corresponding entriesplatformio.ini
lines 24 & 25platformio.ini
platformio.ini
main.cpp
to LED-Uhr.ino
LED-Uhr.ino
:#define STASSID "your-wifi-ssid"
#define STAPSK "your-wifi-password"
#define OTAPWD "your-ota-password"
(if you like to use ArduinoOTA)main.h
and platformio.ini
, it’s not needed on Arduino