-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTC Battery Life #1
Comments
I haven't heard any feedback, either way. I would support using a higher capacity coin cell, but they are so much bigger that I bet it'll l be too hard to fit. |
PJRC recommends a 2032 coin cell (20mm dia, 3.2mm thick). |
There are some specialized users are used to the Rev D, which presumably had a much longer RTC battery life. I've become more fearful that this short life with Rev E will cause those specialized users to be disappointment. On the teensy forum thread about the high RTC power consumption, folks talked about switching back to an i2c RTC instead of using the built in rtc. One individual talked about the "I2C RTC - RV-3028-C7". Or, I think that there are a few qwiic RTC from sparkfun. @biomurph, Have you used any of these before? |
Yes, I have used RTC modules and also incorporated RTC chips in projects. I guess another route would be to use a rechargable coin cell, and incorporate it into the charging circuit that we already have? |
I saw that the recommended coin for RTC is 2032 (20mm diameter).
We currently use 12mm diameter 1225. the difference is
2032 ~220mAh
1225 ~40mAh.
Then poking the form, I saw these posts
https://forum.pjrc.com/index.php?threads/teensy-4-x-rtc-battery-life.68148/
https://forum.pjrc.com/index.php?threads/beware-t4x-rtc-power-consumption.64216/#post-257979
tldr: Expected battery life in days on the Teensy 4.1
Days @30uA
CR1220 = 50
CR2032 = 305
CR2450 = 833
That is not long, even for the 2032, given we have these in the field. Are we getting any feedback on this from users?
The text was updated successfully, but these errors were encountered: