This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

CR2032 Coin Cell battery life estimation with NRF52 as beacon

Hello,

This in reference to Case ID: 121570. 

We are developing a wearable device with NRF52 as a Beacon with CR2032 coin cell battery from Panasonic. We have calculated the theoretical CR2032's battery life using the formula mentioned in the Case mentioned above. Is there any way to cross check it practically by some experiment as we need to assure our customers about minimum life of the product?

Any help would be highly appreciable!

Thank You,

Madhav

Parents
  • Hello Mr. Thorsrud,

    Thank you for your prompt reply. Actually, we have already measured our current profile using an oscilloscope as described in Measuring Current Chapter and got average current and time duration for our own specific application. Then we used that value to calculate theoretical CR2032 battery's lifetime according to the formula as mentioned in the Case ID 121570:

    Battery hours = (Battery Capacity/Avg current drawn)*0.7 

    But, as we know that CR2032 coin cell's full capacity(220mAH) can be achieved if current drawn is less than 500 µA, and battery life degrades when peak current of  order ~15mA is drawn, as in case of NRF52. So, is there any way practically determine CR2032's battery life with peak currents by performing some experiment?

    P.S. we also referred to Nordic's document to find a solution but didn't find something that we can apply to our case

    Thank you,

    Madhav

Reply
  • Hello Mr. Thorsrud,

    Thank you for your prompt reply. Actually, we have already measured our current profile using an oscilloscope as described in Measuring Current Chapter and got average current and time duration for our own specific application. Then we used that value to calculate theoretical CR2032 battery's lifetime according to the formula as mentioned in the Case ID 121570:

    Battery hours = (Battery Capacity/Avg current drawn)*0.7 

    But, as we know that CR2032 coin cell's full capacity(220mAH) can be achieved if current drawn is less than 500 µA, and battery life degrades when peak current of  order ~15mA is drawn, as in case of NRF52. So, is there any way practically determine CR2032's battery life with peak currents by performing some experiment?

    P.S. we also referred to Nordic's document to find a solution but didn't find something that we can apply to our case

    Thank you,

    Madhav

Children
  • OK, so you are only really interested in the properties of the battery itself? Then the article High pulse drain impact on CR2032 coin cell battery capacity which you linked to is probably the best description Nordic have. I do not see the big advantage of testing this yourself as you can refer to articles like these, but if you want to, you would have to set up a similar test, drawing large amount of current for short durations of time. You can accelerate the test by shortening the time between the current consumption peaks. If you want to do this without special firmware you could set the beacon advertising interval to 20 ms (minimum allowed except for time limited direct advertising), but that would still mean that a test could run for a couple of week before the coin cell battery (220 mAh) is depleted.

Related