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

significant Battery voltage drop

Hi, Everyone,

I am using NRF51422 chip for my custom board. with transmission interval set to 2000ms and Tx power to -20 dBm, I transmit 32 Bytes BLE data and Scan and response packet with scan request.

Since, battery lifetime is biggest concern we measure the average current consumption with multi meter logging data over period of 16 hours and avg current measurement measured is 0.022 mA.

With this measurement our battery(1000mAh) is good for 3 years, with following calculation

no of hours = battery capacity(mAh) / current consumption(mA) * 0.7 no of hours = 1000/0.022*0.7 = 31818.18182 hours

Ref: www.digikey.ca/.../conversion-calculator-battery-life

**But somehow, beacons chip stopped working in 1 month as battery voltage dropped from 3.1890 to 2.48. I don`t see any advertised data from beacon on Master control Panel.

Even same chip do not go into debug mode with keil with 2.48v battery as keil says "No cortex device found"

Can somebody explain me the reason of this drastic voltage drop and NRF chip not working at all ??? I am using S130 NRF SDK 11.0.2 - alpha for NRF51422 chip. ** Thank you.

Related