System Off - High power consumption

Hi there,

I am looking to leverage system off to minimize power when device is not being used. However, something isn't working right as system power consumption is roughly 500 uA (10x what it should be). 

I am using nRF Connect SDK v2.2.0 with Zephyr v3.2.99 and running on XIAO BLE Sense board. I am using Nordic Power Profiler tool w/ PPK2 to supply 3V3. To reproduce, I am using the sample application zephyr/samples/boards/nrf/system_off. When measuring power, I have disabled debug options, disconnected the programmer, and set CONFIG_SERIAL=n. To ensure the system is indeed reaching system off, I added code to turn on LED after the system off sleep - the LED would turn on if system off failed. If I instead use an Arduino/MBED deep_sleep example I am measuring around 24 uA (which is what I would expect). 

I have ordered an NRF52480 DK that should be arriving early next week that I will test as well. 

Getting system off to work correctly is pretty critical for the application. Please let me know if there is anything additional I can try.

Parents
  • Hi

    I tested this on a DK on my end and the system_off sample got down to ~4µA in system OFF mode on my end. Have you configured the sample to use the correct board file for the board you're using on your end, and can you show me how the PPK2 is connected to your BLE sense board? What code did you add to turn on/off the LED you mention? Can you try removing this piece of code to make sure the project code is as close to the sample as possible?

    Best regards,

    Simon

Reply
  • Hi

    I tested this on a DK on my end and the system_off sample got down to ~4µA in system OFF mode on my end. Have you configured the sample to use the correct board file for the board you're using on your end, and can you show me how the PPK2 is connected to your BLE sense board? What code did you add to turn on/off the LED you mention? Can you try removing this piece of code to make sure the project code is as close to the sample as possible?

    Best regards,

    Simon

Children
No Data
Related