Hi,
for my application, I want the processor to wake up once every 8 hours, do a 1 second analog measurement, broadcast the results and shut down. When activated by a switch, it should do the same, but then start advertising and be connectable to read and update certain settings.
I think I need a lot more control over the power management then just putting "nrf_pwr_mgmt_run() " in an endless loop, as happens in most examples. Can anyone please point me in the right direction for this, like code snippets or documentation?
thx, Henk