Skip to content

Simple RTC clock built with Arduino Uno, DS3231M, PCF8574T

License

Notifications You must be signed in to change notification settings

alexei/clockuino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clockuino

Simple RTC clock built using Arduino Uno, a DS3231M RTC module and a PCF8574T LCD module.

Wiring

Wiring is pretty straightforward:

VCC -> 5V

GND -> GND

SCL -> A5

SDA -> A4

Requirements

Install them using the Library Manager in the Arduino IDE.

Usage

The software accepts two commands: RESET - resets the date/time to the compile date/time SET YYYY-MM-DD HH:MM:SS - sets the date/time to the specified value e.g. SET 2020-01-22 14:53:12

About

Simple RTC clock built with Arduino Uno, DS3231M, PCF8574T

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages