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.
Check connections between Arduino and LCD, according to your needs. If unsure, see LCD5110_Graph library docs or tutorials on the Net to see how connect Arduino and Nokia LCD. Feel free to comunicate ...
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 ...
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 ...
I bet you will like it when you try it After that, I uploaded the below coding to my arduino UNO. What this code do is basically just set the time and date according to when the sketch is compiled. It ...
4” TFT Analog-GPS clock on Arduino Every electronic hobbyist dreams to display his work on display – be it LCD, GLCD (64*128), OLED or TFT . LCDs are the oldest type of displays. If putting your work ...
Arduino 10 Segment Rainbow Clock Working The working of this clock is very simple and similar to other digital clocks. This clock gets the current time and date using the DS3231 RTC module and then ...
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.
4” TFT Analog-GPS clock on Arduino Every electronic hobbyist dreams to display his work on display – be it LCD, GLCD (64*128), OLED or TFT . LCDs are the oldest type of displays.