The goal of this project is to build an accurate digital clock using an Arduino Nano that displays the time in hours and minutes (HH:MM).To achieve this, a precise Real-Time Clock (RTC) module, the DS3231, is used. This module keeps track of time even during power outages, thanks to its built-in battery. The Arduino reads the time data from the module and displays it on a 4-digit TM1637 display.
An important feature has also been added to the clock design:The two dots between the hours and minutes blink every second, turning on and off to indicate the passage of time.
Let me know if you want a shorter or more technical version too!






Comments