ESP8266 based 7 segment display clock with NTP
NodeMCU 3.3V -> Display Vcc
NodeMCU GND -> Display GND
NodeMCU D3 -> Display CLK
NodeMCU D4 -> Display DIO
PlatformIO automatically downloads all required libraries, boards, and configures your environment.
PlatformIO serial
platformio run --target upload
PlatformIO OTA
platformio run -t upload --upload-port <IP address of ESP>
If unable to connect to a known WiFi AP, the unit will come up in configuration mode. Connect your PC/smartphone to SSID “clockAP” and follow captive portal UI to configure your WiFi credentials. Upon successful connnection to your WiFi, clock will remember credentials.