Actualités

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 ...
This Arduino based Real time clock is a digital clock to display real time using a RTC IC DS1307 which works on I2C protocol. Real time clock means it runs even after power failure. When power is ...
Real-Time Clock (RTC): The DS1307 module keeps track of the current time. It is set up during the initial run, but once set, it maintains the time even if the Arduino is powered off. LCD Display: The ...
You must, first of all, upload the "TimeRTCSet.pde" example of the Time library (obviously to set the time on DS1307 RTC), then you can upload my sketch. Check connections between Arduino and LCD, ...
Microcontroller based clock circuit Fig. 1 shows the circuit of the microcontroller based clock. It comprises microcontroller AT89C2051 (IC1), inverting buffer ULN2003 (IC2), real-time clock (RTC) ...
The project aims to create a standard desk clock that is based on an I2C Real-Time Clock IC DS1307 with a 4-digit 7-segment display. The use of DS1307 IC on a bread board is easier compared to using ...