Hi all
I am building a watch with a mini arduino. I have found that the ATMega328 has a built-in RTC, which is great, but I have a question involving its usage.
I would like to be able to power this RTC without powering the arduino. Why? If the watch user just doesn't charge their watch, I want the RTC to still keep time, even when the arduino goes into sleep mode (since I'm using LiPo batteries, and need to go into low power mode when the charge is low). I'm hoping that this can be done like it is in a watch; that is, using a button cell.
Is this possible, or should I use an external RTC module?