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

How to implement Sleep Mode on "NRF52832" using RTC

Hi

I need your help to implement the RTC sleep mode on my nrf52 device. In my project, I have already using nrf_calendar.h

Thank you

  • Hello ,

    You can't enter system off sleep while any of the clocks are running. So the best you can do is to use system on mode. By having the idle_state_handle() (or equivalent, depengin on whether or not you are using the softdevice) in your main loop, your nRF will go to sleep whenever it is done with the interrupts.

    I am not sure whether you wanted me to answer anything in your latest posts. If so, please specify what your questions were.

    Best regards,

    Edvin

Related