This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

low power nrf9160

I am using the latest NRF9160 EVK

using the PPK2

I am configuring the main to do: 

void main(void)
{
   
    while (1)
    {
        k_sleep(K_SECONDS(2));  
    }

}

I have disabled uart and console

now I expect to reach very low power measurments (around 30uA), but I get an average of 500uA 

can you please instruct why? 

thank you 

Related