News

This is an Arduino based digital Clock to display real time on a 16x2 LCD using a DS1307RTC module. The date and time can be set via serial interface or push button switches.
Features: Custom clock face with hour and minute markers, Dynamic updating of hands every second, Usage of compile-time constants for initial time, Easy-to-understand code structure ideal for ...
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 ...
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 ...
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 ...
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 ...
Nothing can be compared when you can put your hard work to display on a 4” TFT display- From one end to the other end it's 480*360 pixel to play with. 4” TFT Analog-GPS clock on Arduino Every ...
To make things a little easier on yourself, Arduino shield-maker 1Sheeld shows off how to hack a clock to change color depending on traffic conditions.
The most popular display system widely used in Arduino projects is the liquid crystal display (LCD). LCD displays consists primarily of two sheets of polarized glass plates with a thin layer of liquid ...