News

This repository contains code and resources for interfacing an Arduino with a Real-Time Clock (RTC) module and an I2C LCD display. The RTC module keeps track of the current time and date even when the ...
In this tutorial we will make a Digital Clock by interfacing RTC module DS3231 with MSP430 and display the time and date on 16x2 LCD.
To link a standard 16×2 LCD directly with the microcontroller, for instance Arduino, you would need atleast 6 I/O pins to talk to the LCD. However, if you use an LCD module with I2C interface, you ...
Macetech’s ChronoDot is a Real Time Clock module for projects requiring highly accurate time keeping and measurement. The ChronoDot uses the DS3231 chip, which features a TCXO to compensate f… ...
RTC module has button battery for backup so the TIME will not reset. We have also built Alarm Clock using Arduino and using ATmega32 AVR Microcontroller, check them too. In this Raspberry Pi Digital ...
This is an LCD clock made with DS3231 real time clock module, which unlike DS1307 has the possibility of Alarm and temperature monitor. In this case, the LCD screen displays the date, time, two alarms ...
Arduino RTC Module with LCD Display Description This repository contains code and resources for interfacing an Arduino with a Real-Time Clock (RTC) module and an I2C LCD display. The RTC module keeps ...