Guidance on implementation of LOW POWER MODE In my ncs board, i am using the new ncs sdk

hey! So i require some guidance regarding the implementation of system ON low power mode in my sdk.

1. I have configured interrupts for all button press, so that the interrupt handler function resets the timer and switches the device back into normal state.

2. I have also implemented a timer that expires after 60 seconds, whose expiry function should push the device into low power mode.

3. I am not understanding how to implement system wide low power mode including BLE being low powered, in my sdk.

Parents Reply Children
Related