Strange power consumptions on nrf9160DK with blinky sample

Hi,

Hardware:

-nrf9160DK PCA10090 1.1.3

-PPK2

Software:

-ncs 2.6.1, blinky sample

-Power Profiler v4.0.0

Setup:

Both source meter mode and amprere meter way following the link below, external power supply is 5V:

 Getting started with current measurements on the nRF9160 

Issue:

I tested blinky sample on nrf9160DK with and without CONFIG_SERIAL=n, CONFIG_TFM_LOG_LEVEL_SILENCE=y, following this link: 

https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/test_and_optimize/optimizing/power_general.html

But the results is not the same as the above link and the power consumptions look strange.

Why one is in uA, one is in mA; one has roughly 700uA diff before and after optimization, one has 70uA?

Before optimization source meter mode:

Before optimization ampere meter mode:

After optimization source meter mode:

After optimization ampere meter mode:

Thanks

/CJ

Parents Reply
  • Hi

    I would recommend using another sample then Blink for measuring current with the 9160dk. There is a known issue when running applications that do not enable Modem library on nRF9160 with build code B1A, current consumption will stay at 3 mA when in sleep.Try to use for example the UDP sample as mentioned here "Navigate to the Cellular: UDP sample in nRF Connect SDK and copy the contents of the opp.conf file that you exported from Online Power Profiler into the prj.conf file in the UDP sample folder (samplescellularudp)." 
    It might also be wise to use a fixed Y axis as the zoom level may cause confusion. 

    Regards

    Runar

Children
Related