Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By craiglindley
#45528 I just finished a new project based upon the NodeMCU Amica ESP8266 device that I thought people might find useful. It is yet another digital clock that uses the Network TIme Protocol to synchronize its time. It also has automatic daylight saving time correction built in so no time setting switches or remote controls are required. The clock uses Adafruit NeoPixel rings and a NeoPixel strip for display of the time and date. If power to the clock is lost and then restored, the clock will automatically fetch the current time and date via the Internet and display it in a matter of seconds. No batteries for battery backup are required.

Build information and firmware for the NTP clock are available at: http://craigandheather.net/celeledclock2.html

Have fun building your own version of this NTP clock.