Quick Start
Fastest way to get started with DroneBridge for ESP32, plus links to the detailed guides.
Last updated
Fastest way to get started with DroneBridge for ESP32, plus links to the detailed guides.
This page is the fastest way to get started with the general-purpose DroneBridge for ESP32 release.
This page is for DroneBridge for ESP32.
It is not the Drone Light Show Edition and it is not the legacy DroneBridge for Raspberry Pi project.
DroneBridge for ESP32 is a lightweight telemetry and data bridge for supported ESP32 boards. It is easy to set up and works well for single-drone telemetry links, but it currently does not provide video transmission or radio control.
You will typically need:
A supported ESP32 board
A USB cable for flashing and initial setup
Access to a flight controller UART
A Ground Control Station such as MissionPlanner or QGroundControl
DroneBridge is not designed for use as a safety-critical link and must not be relied on as the only communication link.
Before wiring or flying anything, read Safety & Integration.
If you still need to choose hardware, start with Hardware & Wiring.
For a first test, use a single ESP32 in WiFi Access Point mode. This is the simplest setup because it only needs one board and lets you connect directly to the ESP32 from your phone, tablet, or laptop.
Use the online flashing tool if possible. It is the easiest option for a first installation and helps you pick the correct firmware flavour.
-> Installation
Connect your GCS to the ESP32 link and verify that telemetry is arriving before trying more advanced modes.
Use the mode that matches your setup:
WiFi Access Point Mode: Best first setup for a single drone and a direct connection to the ESP32
WiFi Client Mode: Best when the ESP32 should join an existing Wi-Fi network
WiFi LR or ESP-NOW LR: Best when you want more range and can also use ESP32 hardware on the ground side
Bluetooth LE: Best for BLE-specific workflows and mobile-style setups, but it requires the BLE bridge application
Read the full mode details on Configuration. If you are comparing WiFi-based multi-drone setups with ESP-NOW, also see Drone Swarm Control.
If your first setup does not work right away, these pages will usually get you unstuck quickly:
The access point is not visible: Troubleshooting/Help
The web interface does not load: Troubleshooting/Help
No telemetry shows up in the GCS: Troubleshooting/Help
You are locked out after changing settings: Troubleshooting/Help
Last updated