Turning off Bluetooth #532
-
May I know how to deactivate all the Bluetooth (STM32 and AIDeck) on the crazyflie? |
Beta Was this translation helpful? Give feedback.
Answered by
krichardsson
Jan 26, 2023
Replies: 1 comment 1 reply
-
STM: make BLE=0 There is no Bluetooth on the AI-deck. It is maybe possible to get Bluetooth out of the ESP (I'm not sure) but it is not enabled in the firmware. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
krichardsson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
STM:
There is a mechanism that disables Bluetooth as soon as a packet from the Crazyradio is received, all you have to do is connect with a Crazyradio.
If you want to prevent Bluetooth from being enabled at all, you have to rebuild and flash the NRF firmware without BLE
There is no Bluetooth on the AI-deck. It is maybe possible to get Bluetooth out of the ESP (I'm not sure) but it is not enabled in the firmware.