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

Power/current consumption

I have 2 questions, both related to power/current consumption. 

My setup is a custom board, with mfw 1.1.0. I havev arlier seen current consumptions in the µA-range. I now have turned off logging in the SPM (CONFIG_SERIAL=n) in nrf/samples/nrf9160/spm/prj.conf, but still experience that the device draws between 5 and 6 mA during sleep. 

my prj.conf file for the project looks like this: 

#Items to change when minimizing current consumption
CONFIG_LOG=n
CONFIG_SERIAL=n
CONFIG_UART_CONSOLE=n

  1. What else do I need to configure during compilation to get back in the µA-range for the device?
  2. IS there a way to configure the system, not having me edit files outside my project folder. I have a spm.conf file in my project, might that be a solution?

Thank you in advance, 

Tron

Parents
  • Hi,

    the device draws between 5 and 6 mA during sleep. 

     Do you have a plot of the current consumption ? Is it a constant 5-6 mA baseline draw, or do you have higher peaks(range 40-50mA)(but the average is 5-6mA) ?

    If it's a constant 5-6 mA, then it could be that the CPU is busy-looping/spinning somewhere, and not going to sleep.

    If you have 40-50 mA peaks at a regular interval, it could be that the modem is sending or receiving data.

    BR,

    Sigurd

Reply
  • Hi,

    the device draws between 5 and 6 mA during sleep. 

     Do you have a plot of the current consumption ? Is it a constant 5-6 mA baseline draw, or do you have higher peaks(range 40-50mA)(but the average is 5-6mA) ?

    If it's a constant 5-6 mA, then it could be that the CPU is busy-looping/spinning somewhere, and not going to sleep.

    If you have 40-50 mA peaks at a regular interval, it could be that the modem is sending or receiving data.

    BR,

    Sigurd

Children
Related