For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bluetooth LE Mode

DroneBridge for ESP32 Bluetooth LE (BLE) configuration instruction.

Bluetooth LE

At the moment, there is no support by MissionPlanner for Bluetooth LE (BLE). They only support Bluetooth Classic with the SPP profile, which is not compatible with DroneBridge for ESP32.

Use the supplied "DroneBridge Bluetooth Low Energy Bridge" to connect anyway.

QGroundControl supports BLE connections as of v5.1.3 (tested on android)

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

  1. Add a new Bluetooth connection in QGC and select BLE as the Mode

  2. Click Scan for Devices wait a few seconds and select DroneBridge from the list

  3. Check Advanced BLE Configuration and 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:

  1. Windows only: GUI Tool "DroneBridge Bluetooth Low Energy Bridge" - Download below

  2. All Platforms: Python script (requires pip install bleak) no GUI

Download the Windows application. Requires .NET 8 and Windows 10 or newer
DroneBridge Bluetooth LE Bridge to connect ESP32 in Bluetooth LE Mode to ground control stations.

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.

Betaflight BLE connection using DroneBridge Bluetooth Low Energy Bridge

Last updated