static power during advertising with nRF52832

Hi everyone,

I am using nRF52832 DK to transmit data to another development kit. During advertising, I measure the current with PPK II and see that the DK draws a static current of nearly 8mA. I expect to current goes down to a few micro amp between each advertisement but it did not happen. After transmitting data the DK goes to idle mode and draws only 7 uA which I believe is reasonable. Could you please help me with this issue?

This is the measured current during advertising.

  

The second photo shows the measured current during idle mode.

Thank you, guys.

Parents
  • Hi

    I'm not sure how great of an idea it is to use a screwdriver for shorting like that. Can you also test to see if you get the same current consumption by powering the DK "normally" with a micro USB? Ampere mode is recommended, and seems to be connected correctly. You can remove the bottom GND cable that you've connected to the + side on the External supply header though, as it serves no purpose.

    As you can see the floor current of the basic ble_app_uart example shouldn't draw much more than 1.2mA by default, and there should still be room for improving the current consumption I think. Please check out my colleague's guide on current consumption here, which you can check out to see if there is something you can do to your example project.

    Best regards,

    Simon

Reply
  • Hi

    I'm not sure how great of an idea it is to use a screwdriver for shorting like that. Can you also test to see if you get the same current consumption by powering the DK "normally" with a micro USB? Ampere mode is recommended, and seems to be connected correctly. You can remove the bottom GND cable that you've connected to the + side on the External supply header though, as it serves no purpose.

    As you can see the floor current of the basic ble_app_uart example shouldn't draw much more than 1.2mA by default, and there should still be room for improving the current consumption I think. Please check out my colleague's guide on current consumption here, which you can check out to see if there is something you can do to your example project.

    Best regards,

    Simon

Children
  • Hi,

    Thank you for your reply. I change the code and now it seems the power consumption is reasonable. Am I right?

    but still, there are some spikes as you can see in the photo during advertising mode up to 18mA.

    I have not activated DC/DC regulator in the code. I see some posts in the forum that suggest to active it to further reduce the current consumption. Could you please explain how this helps to minimize power consumption?

Related