How to turn off bluetooth radio?
My application only needs to send data once every few minutes during which time i can save power by turning off the radio. I don't see any examples that do it, they don't even have a deinit function.
My application only needs to send data once every few minutes during which time i can save power by turning off the radio. I don't see any examples that do it, they don't even have a deinit function.
Hello,
As long as the radio does not either receive or transmit, the CPU2 subsystem is in its lower low power mode possible and you have nothing to do. Any attempts to "deinit" will not save any power.
However, if you are in a "connected" use case and your application may not have any data to be exchanged for a long time, you may just disconnect from the remote and reconnect when needed.
Keep in mind that the procedure to "connect" a remote takes some time and some negociations with the remote so this should be done only in case you are not transmitting for a long time, otherwise you will lose all benefits due to the "reconnect" procedure.
There is no real recommendation that could be done, you will have to make your own experiment depending on your application and check the result on the power consumption. Either you :
Regards.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.