This repository contains a complete and well-documented digital clock built using an Arduino Uno or Arduino Nano, a DS3231 high-accuracy real-time clock (RTC) module, and a 16×2 I2C LCD display. The ...
#define RTC_ADDRESS 0x68 // I2C address for DS3231 RTC module #define SEC_REGISTER 0x00 // RTC register address for seconds #define MIN_REGISTER 0x01 // RTC register address for minutes #define ...
In this article you will learn how to make a digital clock using Arduino and the DS1307 RTC IC. What is DS1307 IC actually? Well, it is a Real Time Clock (RTC) IC that is simple to use, low cost and ...
The past month or so I’ve been playing with the Maxim DS1307 Real-Time-Clock and DS1621 Temperature Sensor ICs. I hooked them up to an Arduino Uno board with a Parallax Serial 16×2 Character LCD. I ...
Every maker needs a geeky wall clock and the geekiest way to get one is to build your own. With so many modular and open-source options, building your own decorative clock is far from the most ...