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

nrf52840 high power consumption 0.92 mA system on with app_timer running

i am testing nrf power consumption using amper testing method and example which i am using was ble_app_uart. i modified the example by adding app_timer and removed sleep, so after adv timeout the device will be idle till app_timer expires. when app_timer expires it again start advertising but when i am measuring current in idle mode it was too high(0.92 mA).

can you tell what part of the peripheral i have to switch off and how to run low power with app_timer running and i am not using any peripheral.

Related