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

How to Wake up Device from Sleep using RTC

Hi,

I have using nrf52832. I have done the device sleep by using RTC. But, it's not wake up from sleep. How Can I wake up the device from sleep?

I need help regarding this

Thank you,

  • HI,

    I have to keep on trying to wake up the device. The device woke up also happen. But one time the device woke up from sleep second time that was not happen

    please help me with this

  • Hi,

    You should see the RTC example in the SDK, it implements IDLE ON Sleep and wakes up when a new RTC event is generated. 

     

    Mr.NCK said:
    I have to keep on trying to wake up the device. The device woke up also happen. But one time the device woke up from sleep second time that was not happen

     I can take a look at your code if you share it.

    regards

    Jared 

  • Hi,

    It's very difficult for an external to review your code as it's not organized. My guess is your application is asserting somewhere the second time it goes to sleep. Try to debug your application and see if it hits the error handler at some point.

    regards

    Jared

1 2