Tag Archives: internet clock


Another ESP8266 internet clock using LED matrix panels

Internet has made it easy for computers to synchronize their clocks to an accurate clock value generated by a remote server. We discussed earlier how to make ESP8266-based internet clocks that utilizes National Institute of Standards and Technology’s (NIST) NTS service to retrieve accurate time information and display it on a 4-digit seven segment LED display and on a TFT display. This article from Ayzenberg describes a similar ESP8266-based internet clock that displays time on a large 16×72 LED matrix panel. It also features APIs for displaying messages or setting the display brightness.

ESP8266 internet clock with LED matrix panel

ESP8266 internet clock with LED matrix panel

Making a simple ESP8266-based clock synchronized to NIST server

Internet has made it quite easy for computers to synchronize their clocks to an accurate clock value generated by a remote server. In the United States, the National Institute of Standards and Technology (NIST) provides official time. NIST disseminates the time using several methods, which include broadcasting over short-wave and long-wave radio, telephone dial-in services (ACTS), and Network Time Service (NTS) over the internet. This article describes a ESP8266-based clock project that utilizes NIST’s NTS service to retrieve accurate time information and display it on a 4-digit seven segment LED display. The time is synchronized to the NIST server after every 2-minute interval. The display also contains a colon that blinks every second.

AMop1

ESP8266 seven segment LED clock

Read more