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

Current measurements in low power modes

Hello, I am working on a project that uses nrf52832 and I need to put that device and in the system on mode. For that, I want to measure the current in the system on and system off mode which is 1-2 uA and 0.2 uA respectively, but I do not get these values. Can you provide me with the code for which I can measure the current in system on and system off mode to get the above values? I had used ble_app-pwr-profiling example to get the values but I did not get the desired values.

Parents Reply
  • hello Edvin,

    I tried the above example but still not getting the desired output:

    My test Description: I programmed the nrf52 DK with NRF_LOG_ENABLED to 0, and then measured the current without pressing any button and I got avg current as 842.426 uA and max current as 869.029 uA.But then I am not able to press the button as for measuring current I have short SB12 and cut SB9 so buttons do not get any power (I think so ) so not able to go in system off mode. 

    And when LOG was enabled I was showing on the terminal that device is going in shutdown mode but when i measured current there was no much change in it.

    So now what next should I do? Am I testing and measuring current in the correct way?

    My nrf52 DK board is PCA10040 v1.1.0   2016.21   682540651

    And also when I short SB12 and cut SB9 all board 4 LEDs are powered on. I am using Segger Embedded Studio  for building the hex file.

Children
Related