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

NRF52832 DK --PCA10040 current measurement

Hi,

I'm evaluating BLE power consumption with a PCA10040 nRF52DK and a PPK, I cut SB9 and did nothing else with DK.

No peripheral is used in projects, Buttons or LEDs, but I got 18uA idle current after 1minute. Before which idle current is above 200uA, but anyway it exceeded the value written on specification.

Could I have any suggestion how to measure the current with nRF52DK and PPK?

Also I will use an Agilent 66319 power analyzer for formal measurement, but nothing was mentioned in nRF52 handbook. Please also help on it, thanks a lot.

Parents
  • Hi, can you try to run ble_app_pwr_profiling instead? It is power optimized and has logging disabled by default. It starts out in system OFF mode and you should see < 1 uA consumption.

    Other than that, you need to make sure that logging is disabled in the examples you are running (NRF_LOG_ENALBED=0 in sdk_config.h)

    Are you using PPK1 or PPK2? In ampere meter mode or SMU mode?

  • Hi, will do later. FYI, we are develop a low power device that is advertising all day and awaits connection.

    So we need to find out how long it can survive with battery. That's why we chose the blinky app.

    We care nothing about System Off mode and all we will run is BLE + System ON mode.

    So it will be really kindly of you to guide us directly how to measure the power consumption(current) with an advanced power supply, which provides stable voltage and measures the current through the power supply.

    Thanks

Reply
  • Hi, will do later. FYI, we are develop a low power device that is advertising all day and awaits connection.

    So we need to find out how long it can survive with battery. That's why we chose the blinky app.

    We care nothing about System Off mode and all we will run is BLE + System ON mode.

    So it will be really kindly of you to guide us directly how to measure the power consumption(current) with an advanced power supply, which provides stable voltage and measures the current through the power supply.

    Thanks

Children
Related