Hi!
First of all thanks for the great compact Arduino platform you're providing.
I'm using a ASM2001 with coin cell holder with the TinyRTC module to store timestamps in EEPROM when a given (interrupt driven) event (push button) occurs. When the stack is powered from USB the application works flawlessly. However, when powered on the coin cell, the timestamps are either
- correct (only once right after unplugging from USB) or,
- bogus values (most of the time),
After doing several tests, I think the culprit is the DS1339 being in power fail mode (or transitioning to power fail). In fact, the part marking shows that you are using the 1339-A3-33 which has a power fail voltage range of [2.7 2.85 2.97]V (min,typ,max). When using a CR1632 coin cell (3V) the power voltage I measure on the VCC rail is 2.8V.
Can you provide the tinyRTC board with a DS1339-
3 part on it ?
Do you have any suggestions ?
Best regards
Claudio