Description
Hi @peterhinch Thank you to write a driver for the DS3231.
Do you have a driver for another RTC than DS3231? Here follow:
"
This is a low cost precision battery backed real time clock (RTC) accurate to +-2 minutes/year. Two drivers are provided, one portable across platforms and one which is Pyboard specific.
"
Unfortunately the DS3231 is not low cost, it is ~$8.62 for 100 units. I'm using ESP32 becouse need to be a cheap solution, but I need a RTC to not lost datetime when ESP is without energy (power off). Maybe what you want to say is that the DS3231 is low cost for the Extremely Accurate it is, around ~2 minutes per yeat. However I think that for this specific project that I'm doing I don't need to be so accurate, so a cheaper RTC is fine. Do you have a driver for another RTC, or has interest to write one, or know a ready driver for one that is cheaper than DS3231, and maybe not so accurate?
Thank you in advance!
Activity