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

Related