subnet / Arduino-with-Nokia-5110-LCD-and-RTC-clock-with-DS1307

Simple Arduino sketch to make a digital clock using Nokia 5110 LCD and DS1307 RTC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino-with-Nokia-5110-LCD-and-RTC-clock-with-DS1307

Simple Arduino sketch to make a digital clock using Nokia 5110 LCD and DS1307 RTC

Inspired by Educ8s.com tutorial, that use a DS1302 RTC module.
See his video on Youtube.

This modified version works with DS1307 RTC.

Other changes compared to the original script:

  • display the day of the week
  • management of the two-digit for hours, minutes, days and months
  • flashing dot between the digits of hours and minutes

Arduino Libraries needed:

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, 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 to me every improvement to script if you think is necessary, or eventually some bug that you find. I hope you enjoy this little script.

About

Simple Arduino sketch to make a digital clock using Nokia 5110 LCD and DS1307 RTC


Languages

Language:Arduino 57.9%Language:C 42.1%