Hacker News new | ask | show | jobs
by sokoloff 3026 days ago
There are many dedicated real time clock chips, pre-designed for backup time-keeping and low power usage. Interfacing with one is going to be way faster/easier/better than trying to roll your own on a general purpose microcontroller, IMO.

TI's bq32000 is $0.55@1K, is 3.3V for easy interface to the ESP, and takes just over 1 microamp in backup power mode. That's just one that I quickly poked at.

(Side note: at this point, I'd think I'd want to be using an ESP32 in any new designs.)