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

Our nRF52832 application PCB's battery level is dropped every 1024 secs

Hi,

I've developed nRF52832 chip for our company's application,

and I found some weird phenomenon

we using nRF52832 chip with Nordic softdeivce and SDK v12,

BLE chip operates with DCDC converter (internally),

The power is supplied by 3V coin cell.

The above figure shows VDD voltage of BLE chip. Those values measured by SA-ADC module in BLE chip

every 1 second, and our custom hardware keep stored in refrigeration room (about -20 C).

As you could see, the VDD value have dropped every certain period. The period is about 1024 secs.

Anyone knows that? why this phenomenon is being observed..?

Thank you for your helps

- Daewoong Kim

Parents
  • Coin cells have voltage dips when driving quick bursts of current, for example, when doing a BLE transmissions. For example if your coin cell has a resistance of 10 ohms and your draw 15 mA of current for a BLE transmission you will have a 150mA drop in voltage at the instant from the battery. At least this is my understanding.

    They way to avoid this as of today is to add a super capacitor after your battery and before your load. The downside is that 3V super caps in small packages are not yet widely available. Which means to use the super capacitors with common voltage rating is 2.7V or 2.5V you need to step down converted between your battery and super cap. This is not very efficient as you start to lose power on the leakage from your stepdown converter. You would have to the math on your own device parts to find out if it more efficient to do this or leave the battery by itself. 

    This article explains it a bit better and shows what we can do when 3V super caps in size efficient packages become more available.

    Potentially adding a decent bit of bulk capacitance as Turbo J suggested could help the problem with out adding a super capacitor into your design.

    Hope this helps.

Reply
  • Coin cells have voltage dips when driving quick bursts of current, for example, when doing a BLE transmissions. For example if your coin cell has a resistance of 10 ohms and your draw 15 mA of current for a BLE transmission you will have a 150mA drop in voltage at the instant from the battery. At least this is my understanding.

    They way to avoid this as of today is to add a super capacitor after your battery and before your load. The downside is that 3V super caps in small packages are not yet widely available. Which means to use the super capacitors with common voltage rating is 2.7V or 2.5V you need to step down converted between your battery and super cap. This is not very efficient as you start to lose power on the leakage from your stepdown converter. You would have to the math on your own device parts to find out if it more efficient to do this or leave the battery by itself. 

    This article explains it a bit better and shows what we can do when 3V super caps in size efficient packages become more available.

    Potentially adding a decent bit of bulk capacitance as Turbo J suggested could help the problem with out adding a super capacitor into your design.

    Hope this helps.

Children
No Data
Related