Arduino Nano 33 IoT-based NTP World Clock


https://www.electronics-lab.com/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 is necessary to know more about Arduino Nano 33 […]

Network Clock using ESP8266 and OLED display


https://www.electronics-lab.com/network-clock-using-esp8266-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. I recently came across a project by BitsandBlobs which used standalone NTP Servers […]

ESP8266 LED Matrix Clock


https://www.electronics-lab.com/esp8266-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 solution would be to […]

ESP32 NTP OLED clock


https://www.electronics-lab.com/esp32-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 projects for ESP8266 […]

Arduino TFT Forecast Weather Station with ESP8266


https://www.electronics-lab.com/arduino-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 temperature and NTP time. Arduino TFT Forecast Weather Station with ESP8266 – [Link]