Hi everyone.
I have to turn off the bluetooth module to save battery.
I am using the SDK example "ble_app_template_pca10056_s140".
To start the advertisement I use the "ble_advertising_start" command, to stop the advertisement I use the "sd_ble_gap_disconnect" command and everything works correctly.
However, I have the doubt that, even if the advertisement is stopped, the bluetooth module is on and therefore consumes the battery.
I can't put the microcontroller in sleep mode as there are other operations that the microcontroller has to do besides the bluetooth management.
So how can I turn off only the bluetooth module? How do I turn it back on?
Thanks.