I have nrf52832 dk and soft dveice s132 am using ble app template code.
I need help in this code that as:
1. as i flash the code on dk, the device should be initally in System off without any button press , giving nearly 0.5-0.7 micro amp current.
2. then The application will stop advertising after 3 minutes and then go to system-off mode.
3. To wake it up, press Button 1, and it will start advertising again. i am able to fullfill point 2 and 3. pls help how can i do the point 1 in same code
As suggested by you : The Template Application is an application that you can use as a starting point for developing your own application, using the hardware delivered in the nRF5 Development Kit. The application will stop advertising after 3 minutes and then go to system-off mode. To wake it up, press Button 1, and it will start advertising again. I have followed this. I am able to find the device goes to system oFF mode.