Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 484 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 484 Bytes

Arduino Sleep Training Clock

This Arduino project is designed to utilize a DS3231 RTC module and Liquid Crystal I2C to display the time and temperature. A push button is required to manually turn on and off the LCD. There are two programmable alarms (nap time and night time) that are used to turn on the LCD for 30 minutes.

DS3231 library reference

https://github.com/NorthernWidget/DS3231

LiquidCrystal I2C library reference

https://github.com/johnrickman/LiquidCrystal_I2C