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