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

the nrf51822 chip is not going to sleep properly.

nrf51822_sleep.txt

Currently i running nordic code in Arduino IDE through the library from RedbearLab : github.com/.../nRF51822-Arduino and I facing a problem in sleeping the nrf51822 properly. When i used __WFE() or __WFI the system will woke up roughly every 10 minutes by itself without any interrupt. [I check through the serial print that i have written in my code] If I'm using sd_app_evt_wait(), the system will never go to sleep at all. Kindly assist and go through my code. Thanks.

Related