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

nRF9160 Low Power Example

Hi,

I'm currently trying to evaluate the nRF9160 for one of our projects.

One key requirement is the power consumption when using eDRX.

I have tried profiling the at_client sample, but the lowest I've manged with the nRF9160DK is about 900uAs.

Additionally, the power profile does not seem to show the expected paging windows when eDRX is configured.

Is there any low power example, or documentation which can help me with this?

Parents
  • Hi,

     

    I have tried profiling the at_client sample, but the lowest I've manged with the nRF9160DK is about 900uAs.

    Most of this is due to the UART RX being enabled, which will keep the peripheral clock tree running in sleep. Disabling the UART will lower the floor current, but will also make this specific example non-working.

    Is there any low power example, or documentation which can help me with this?

    Unfortunately, we do not have a power optimized example showing the lowest consumption possible at this stage in the engineering phase. The closest is the asset_tracker example, where you can enable power optimization (PSM or eDRX), but you will also need to tweak other parts, such as disabling serial in both secure_boot and the application itself.

     

    Kind regards,

    Håkon

  • Hi Håkon!

    I've followed this thread and I'm able to reduce the current down to 35uAs. but disableing the uart trhow the conf file. Is there any other way to disable any peripherals while running the aplication? I need to shut down all peripherals for a periode of time, and after that time has passed, I need to wake some of them up to use them. I don't know if there is a way or not.

    I would appreciate your help,

    kind regards,

    Ainara

  • Hi Ainara,

      

    isurki said:
    I've followed this thread and I'm able to reduce the current down to 35uAs.

    If you are seeing around ~30 uA, this is likely due to the SIM clock stop. At this moment it is not possible to fully shut down the SIM, so you will have this floor current when the modem is active.

     

    isurki said:
    I need to shut down all peripherals for a periode of time, and after that time has passed, I need to wake some of them up to use them. I don't know if there is a way or not.

    What peripheral do you need to shut down?

    Kind regards,

    Håkon

  • hi Håkon,

    Thanks for the response. We need to shut down almost everything from the board for 15 minutes, then read an analog input, and look for any mesages in the modem.

    How can I turn off the modem so I can get a lower current measurement? The current consumption has to be as low as possible during those 15 minutes I talked about, since the system is supposed to be powered by batteries.

    Kind regards,

    Ainara

  • Hi Ainara,

     

    Could you try this with the latest modem fw (mfw_nrf9160_0.7.0-29.alpha)?

    It should allow the eSIM to be turned off during PSM, allowing you to go to the lowest power mode, which will be approx. 7 uA (on engineering silicon) if the application does not start any peripherals requiring the HFCLK. 

    isurki said:
    We need to shut down almost everything from the board for 15 minutes, then read an analog input, and look for any mesages in the modem.

    If you have questions/issues implementing your specific use-case, I'd recommend that you create a new case with the specific details.

     

    Kind regards,

    Håkon

  • Hi Håkon,

    I tried with the latest modem fw, and the latest release (v 0.4.0) And I get the same current value. I can't get lower than 20uA (it fluctuates between 20uA and 30uA).

    I'm just starting with the DK, and maybe this question has an ovbious answer, but it is possible to comunicate with the modem even with the uart disabled? We need to be able to open a comunication socket with the modem every certain time to ge some data.

    I'll open another case to ask for help with my specific use-case.

    Kind regards,

    Ainara

Reply
  • Hi Håkon,

    I tried with the latest modem fw, and the latest release (v 0.4.0) And I get the same current value. I can't get lower than 20uA (it fluctuates between 20uA and 30uA).

    I'm just starting with the DK, and maybe this question has an ovbious answer, but it is possible to comunicate with the modem even with the uart disabled? We need to be able to open a comunication socket with the modem every certain time to ge some data.

    I'll open another case to ask for help with my specific use-case.

    Kind regards,

    Ainara

Children
No Data
Related