Hi Team,
We are working with nRF52832 and nRF Connect SDK v1.8.0. Our application needs to sleep (power save mode) for 5 minutes and every 5 minutes it should wake-up and perform some task (including BLE Advertisement).
We believe this can be achieved using "nrf_pwr_mgmt_run", however, it seems document around this is very slick, specially for nRF Connect SDK v1.8.0. There is no example of how to use it in NRF Connect SDK with Zephyr.
So, our questions are:
1. How to put system to sleep using nRF connect SDK?
2. Is there any example that can be referred to implement BLE Sleep Mode with wake-up using timer in NRF Connect SDK?
Thanks!