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
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
Hi simonr,
I have understood the above RTC Example, I need your help to combine that RTC sleep mode with my application code