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

nrf9160DK PCA 10090 v 0.9.0 consuming extra current

Hi Dev Team,

I am trying to measure the low power performance of the nrf9160.

For this, I tried to use the "system_off" example in the folder : C:\Users\adeel\ncs\v1.4.0\zephyr\samples\boards\nrf\system_off.

I am using a nrf9160DK v 0.9.0 and using Joulescope for my power measurement. 

While running the program, I observe that the Active mode consumes 15.3 mA of current,

then reduces to 13.7 mA in sleep mode

and then finally to 13.0 in the deep sleep mode.

The current never reduces less than 13 mA which is quite strange. I did not expect any of these values so I wanted to know what could be wrong with this ?

I was expecting Active mode current to be around 2.3 mA, sleep mode to be around 700 uA and deep sleep around 30-40 uA.

Regards,

Adeel. 

Parents
  • Hi Adeel,

    Please flash the default UDP sample, put the VDD_IO switch to 3V and take the measurements.

    You should be able to see the Modem going into PSM mode after the Network release the device from RRC Connected mode.
    (This can take either a couple of seconds or e.g. 1 minute depending on the RRC inactivity timer that the network has set)

    Here you can see from my testing the UDP sample:

     

    Notice the RRC Inactivity timer of 1 minute before going into PSM.
    Which has an avg. 2.7uA, since I am using the GEN2 version of nRF9160 SIP.


    Best regards,
    Martin L.

Reply
  • Hi Adeel,

    Please flash the default UDP sample, put the VDD_IO switch to 3V and take the measurements.

    You should be able to see the Modem going into PSM mode after the Network release the device from RRC Connected mode.
    (This can take either a couple of seconds or e.g. 1 minute depending on the RRC inactivity timer that the network has set)

    Here you can see from my testing the UDP sample:

     

    Notice the RRC Inactivity timer of 1 minute before going into PSM.
    Which has an avg. 2.7uA, since I am using the GEN2 version of nRF9160 SIP.


    Best regards,
    Martin L.

Children
Related