Hi all,
I installed this app on my nrf52832 DK and it works great. I'm totally newbie with Nordic and its hardware so i can't figure out how to adjust this code so the app broadcasts for 3 minutes and then goes to sleep for 1 hour.
I noticed that I need to use the 'sd_app_evt_wait ()' function instead 'sd_power_system_off()' to be able to restart the application with Timer.
But since I am a beginner in this I do not know how to implement it. Is there any example of this situation? Where exactly should I call the 'sd_app_evt_wait ()' function and how to implement a Timer countdown?