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

Timer power consumption in NRF51822 ??

I'm using nrf51822 & S130 to read the temperature humidity values every 5 seconds from AM2301 sensor. For that I am using timer in system on sleep mode. The current consumption should not be more than 100uA. But while using timer I am getting 500uA. I have disabled all other peripherals other than timer. Is there any other way to generate interrupt for every 5 seconds and consume less power OR is there any way to reduce the timer power consumption. Someone please suggest.

Related