Status: In Progress, Last Update: October 14, 2012
GiHub: https://github.com/jamesc4s/Accurate-RTC-Shield
Abstract
The DS3231 is a Precise Real-Time Clock from Maxim. It requires almost no external components and is temperature compensated. This chip solves some of the RTC issues associated with the DS1307. This Arduino shield will make it simple to add a RTC to any project, especially one where lost time is not acceptable.
Electronics
Parts list:
- DS3231S
- Pull-Up Resistors
- Battery
- Battery Holder
Schematic:
PDF: rtc_ds3231_shield_rev2.pdf (61kb)
Eagle Files: https://github.com/jamesc4s/Accurate-RTC-Shield/tree/master/eagle
Firmware
Coming…
Acklowedgements
(Links to be added)
2. Macetech’s ChronoDot (for understanding the DS3231).