NorthernWidget / DS3231

Communicates between Arduino-programmed AVR and Maxim DS3231 RTC: splice of Ayars' (http://hacks.ayars.org/2011/04/ds3231-real-time-clock.html) and Jeelabs/Ladyada's (https://github.com/adafruit/RTClib) libraries
The Unlicense
187 stars 81 forks source link

Possible to add sketch to adjust Aging Register? #97

Open terrypin999 opened 8 months ago

terrypin999 commented 8 months ago

My DS3231 loses a couple of secs/day. Research revealed the existence of an 'AgingRegister'. I'm not a C/C++ programmer, just a continually learning 'Arduino' progarmmer and so far I've not learned how to use it after reading many threads and browsing several DS3231 libraries.

I'd guess many users at a similar skill level would benefit from an Example sketch or independent function that allowed simple adustment of this register. Trial and error could then restore tolerable accuracy.