Battery Size and RTC
mctrivia
Posts: 3,772
looking on digikey for non rechargable 3V lithium bateries requiring a holder i find the max storage of each size to be:
10mm - 30mAh
12.5mm - 48mAh
16 mm - 130mAh
20 mm - 225mAh cheapest
23 mm - 560mAh
24.5 mm - 1000mAh
What I am wondering is how big of a battery do I need to run DS32C35-33IND# for 10 years or so. Datasheet lists 4 different currents
Active Battery Current: 70uA
Time Keeping Battery Current: 3.0uA
Temperature Conversion Current: 575uA
Data-Retention Current: 100nA
I am pretty sure I can ignore the first one as I will not be requesting information from the ic when on battery power.
Do I need to add the bottom 3 to get 578.1uA or 50675mAh none of these batteries would last even a year if that is so.
I also have SparkFun's RTC and it comes with a battery rated for 10 years but is not as accurate as the above IC and requires an external crystal.
10mm - 30mAh
12.5mm - 48mAh
16 mm - 130mAh
20 mm - 225mAh cheapest
23 mm - 560mAh
24.5 mm - 1000mAh
What I am wondering is how big of a battery do I need to run DS32C35-33IND# for 10 years or so. Datasheet lists 4 different currents
Active Battery Current: 70uA
Time Keeping Battery Current: 3.0uA
Temperature Conversion Current: 575uA
Data-Retention Current: 100nA
I am pretty sure I can ignore the first one as I will not be requesting information from the ic when on battery power.
Do I need to add the bottom 3 to get 578.1uA or 50675mAh none of these batteries would last even a year if that is so.
I also have SparkFun's RTC and it comes with a battery rated for 10 years but is not as accurate as the above IC and requires an external crystal.
Comments
"active battery current" is the current used to communicate with the device powered by Vbat (no Vcc). The device is able to perform i2c communication except for the fram
"timekeeping battery current" is the current used to keep the rtc running in absence of power (Vcc)
"temperature conversion current" is the current used to perform temperature calibration.
I assume that when no Vcc also the prop will be off (so no need for communication)
10· 1 year= 365*24= 8760h*3uA = 27mA or 8760h*100nA=1mA without rtc running (just keeping the time at when the power was loss)
8760h/60=146h*575uA=84mA (the temp calibration happens once a minute)
so total power 27mA+84mA=111mA ==> if space is not your problem go with the cheapest one 225mA
PS: be shure you have understood also Note 3
····· Note 5 says that the temp cal is already averaged in the timekeeping current so probably the second line is not necessary but I usually do as above
Post Edited (dMajo) : 2/10/2009 5:23:54 PM GMT
I recommend (also from recent experience) putting a 0.1 microfarad capacitor across the battery, because the mechanical contacts in the button-cell holder sometimes will drop out when there is vibration or shock. The 0.1 cap will run the RTC for about 50 to 100 milliseconds, which is plenty to get past a shock-induced loss of battery contact.
On eBay several vendors sell CR1225s for about 13 cents each, quantity 40, and under a half buck, quantity ten -- brand new in the manufacturer's packaging. I have found them perfectly satisfactory. Don't pay $3 each at your local supermarket!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
· -- Carl, nn5i@arrl.net
note 3: what is VIH?
thanks a lot for the help.