Hi,
I have used a Custom board using nrf52832. It follows some procedures. After that, it needs to get into sleep mode for a time which was sent from the app
Hi,
I have used a Custom board using nrf52832. It follows some procedures. After that, it needs to get into sleep mode for a time which was sent from the app
Hi
You can use a timer to go to sleep for X amount of time. Please check out this example for reference on how to do so.
Best regards,
Simon
HI
Thank You for your reply, I Understand that example. But I need to know one thing. Is this applicable for power saving
Hi
For the lowest possible power consumption when using a timer for waking up from sleep, the best method would be to use the RTC, as it uses way less power than an app timer. This case has some more information on that. You can use what you read in the last link I provided and apply it to the RTC example in our nRF5 SDK.
Best regards,
SImon
Hi simonr,
I have understood the above RTC Example, I need your help to combine that RTC sleep mode with my application code
Okay, what exactly do you need assistance with? In this case, my colleague, Jared, helps out with a similar case. Please checking that out for reference.
Best regards,
Simon