Bluetooth LE Mode
DroneBridge for ESP32 Bluetooth LE (BLE) configuration instruction.
Bluetooth LE

Bluetooth LE (BLE) offers the advantage that it does not block your Wi-Fi connection. You can connect to DroneBridge for ESP32 using BLE and remain connected to your local Wi-Fi (internet).
The BLE link is intended for use with a single ESP32 connected to the flight controller. The range is greatly reduced compared to Wi-Fi, but it is ideal for configuring your UAV without using a cable.
The ESP32 will host a Wi-Fi access point in parallel, so you can use the web interface as usual to configure the ESP32. The SSID and password for the Wi-Fi AP are used from the Wi-Fi AP Mode.
QGroundControl Configuration
Add a new Bluetooth connection in QGC and select BLE as the Mode
Click
Scan for Deviceswait a few seconds and select DroneBridge from the listCheck
Advanced BLE Configurationand enter the following paramters (Service should be pre-filled). Service:{0000db32-0000-1000-8000-00805f9b34fb}RX / read-notify:{0000db34-0000-1000-8000-00805f9b34fb}TX / write:{0000db33-0000-1000-8000-00805f9b34fb}
On Android and Linux, this works fine; on Windows, it still seems buggy with the August 2026 release of QGC.
DroneBridge Bluetooth Low Energy Bridge
This application is necessary because, as of June 2026, MissionPlanner does not support Bluetooth Low Energy (BLE) connections. This application translates and bridges a BLE connection to a UDP connection so your GCS can pick up the telemetry stream.
There are two options:
Windows only: GUI Tool "DroneBridge Bluetooth Low Energy Bridge" - Download below
All Platforms: Python script (requires
pip install bleak) no GUI

Both applications search for the ESP32 in BLE mode, connect to it and create a BLE-UDP bridge. Your GCS can connect by listening on UDP 14550. They do this by default, so your GCS should connect automatically.
The Windows GUI application also opens a WebSocket. It can be used to connect to Betaflight Configurator or MissionPlanner.

Last updated