I want to make application for BLE peripheral with advertising interval at 1second. WHich Power management APIs I need to use for this? Is there any documentation for how to use in nRF52840?
I want to make application for BLE peripheral with advertising interval at 1second. WHich Power management APIs I need to use for this? Is there any documentation for how to use in nRF52840?
Hello Edwin,
I know how module will advertise in normal mode, But I want to know is how module will advertise in Sleep mode and when soft device is wake up when it is only advertising?
Thanks
Keyur
Keyur said:But I want to know is how module will advertise in Sleep mode and when soft device is wake up when it is only advertising?
Yes it will wake up, and then go back to sleep again, as long as you use sd_app_evt_wait() in your main loop.