ExpressLRS / Backpack

Firmware for ExpressLRS compatible backpacks
GNU General Public License v3.0
100 stars 73 forks source link

MAVLink via Bluetooth for Backpack? #168

Closed zhuge2333 closed 3 weeks ago

zhuge2333 commented 3 weeks ago

Hi! Will this project support Bluetooth MAVLink streaming wia Bluetooth for ESP32 C3 hardware in the future?

It will be wonderful if ELRS has this feature

pkendall64 commented 3 weeks ago

Unlikely as the newer ESP chips only do BluetoothLE which does not support the Serial UART profile. What we will likely do is create a backpack which can be plugged into the USB on a PC as a serial bridge, so the TX backpack can send mavlink to the PC via the bridge.