Tag: NTP
Arduino Nano 33 IoT-based NTP World Clock
Arduino Nano 33 IoT can be used to enhance existing devices and creating new ones to include IoT and to design network-specific applications. This article focuses on one of such applications which uses Network Time Protocol by clock synchronization between systems all over the world. It...
Continue ReadingNetwork Clock using ESP8266 and OLED display
There are several situations where using an RTC could adversely affect your project by increasing cost, size, time accuracy or IO requirements. To prevent this, especially in ESP/WiFi-based or other clock-reliant projects, makers usually turn to obtain time information from NTP servers....
Continue ReadingESP8266 LED Matrix Clock
Simple LED matrix Clock based on the popular ESP8266 with Real Time Clock module and time synchronization over WiFi from an NTP server. One note on the RTC module, apparently it also has the ability to charge the battery, however that's not a good idea when using a CR2032. One possible...
Continue ReadingESP32 NTP OLED clock
danman @ blog.danman.eu build a OLED display NTP clock and document his process on his blog: As a first project with my new ESP32 module with OLED display I chose to build OLED clock. I thought I’ll just find some existing code, upload it and it’s done. There are a few such...
Continue ReadingArduino TFT Forecast Weather Station with ESP8266
tufantas @ instructables.com has build a weather forecast display using Arduino Mega 2560, 7" inch TFT display and ESP8266 Wifi module. The display shows 3 days weather forecast, Current weather conditions, Current wind directions & speed with analog gauge meter, Indoor...
Continue Reading