Hello!
I'm currently using a nRF52832 with the SDK15 blinky_app_project and Segger Embedded Studio. What I am aiming to do is program where it goes to sleep after some seconds of advertising and if I press the button it wakes up and start advertising again for a few seconds and go back to sleep after that.
What i have understand so far is that the function sd_ble_gap_adv_start starts the advertising and nrf_pwr_mgmt_run will put the device to sleep mode.
I have a few questions about this.
1. If i call adversting_start() the device wakes up to advertise or it stays in sleep mode?
2. when the device is in sleep mode, is it posible to disable everything except one port for the wake up? If possible, how to achieve this? I wanna save as much energy as possible when it's not advertising or connected.
3. How low is the current of the nRF52832 when it is in sleep mode?
Thank you very much.