Skip to content

An Arduino clock using a 16 by 2 LCD and an RTC module. The plan is to replace the Arduino with an ATtiny85 and have buttons etc to adjust the date and time, turn on/off the backlight.

License

Notifications You must be signed in to change notification settings

NormanDunbar/ArduinoClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ArduinoClock

An Arduino clock using a 16 by 2 I2C/TWI Liquid Crystal Display (LCD) and a DS3231 Real Time Clock (RTC) module.

The sketches use the following libraries:

  • TWILiquidCrystal Library by Arnakazim.
  • RTCLib by Adafruit.

To install TWILiquidCrystal

  • Sketch->Include Library->Manage Libraries.
  • Filter for TWILiquidCrystal.
  • Select the one that mentions Arnakazim.

To install Adafruit's RTCLib

  • Sketch->Include Library->Manage Libraries.
  • Filter for RTClib.
  • Select the one that mentions Adafruit.

The plan is to replace the Arduino UNO with an ATtiny85 and have buttons etc to adjust the date and time, turn on/off the backlight etc. Plans often come to naught though! ๐Ÿ˜‰

I might even make it sleep between updates and have the Watchdog wake up every second to update the LCD. ๐Ÿ˜‰

This project is a variation of the one at www.circuitbasics.com. The image below is linked to that project.

An Arduino clock, using an RTC board based on the DS3231 RTC module.

About

An Arduino clock using a 16 by 2 LCD and an RTC module. The plan is to replace the Arduino with an ATtiny85 and have buttons etc to adjust the date and time, turn on/off the backlight.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages