# Overview

![](https://raw.githubusercontent.com/DroneBridge/ESP32/master/wiki/DroneBridgeLogo_text.png)

{% hint style="warning" %}

## Looking for the Drone Light Show Edition?

[Check the dedicated Wiki section on the Drone Light Show Edition!](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32-drone-light-show-edition/overview-drone-light-show-edition)
{% endhint %}

## DroneBridge for ESP32

DroneBridge enabled firmware for the popular ESP32 modules from Espressif Systems. It's probably the cheapest way to communicate with your drone, UAV, UAS, ground-based vehicle or whatever you might call them.

It also allows for a fully transparent serial to wifi pass-through with variable packet size.

![DroneBridge for ESP32 concept](https://raw.githubusercontent.com/DroneBridge/ESP32/master/wiki/db_ESP32_setup.png)

{% hint style="info" %}
DroneBridge for ESP32 differs from the DroneBridge for Raspberry Pi Project.\
DroneBridge for ESP32 is easier to use and set up, more robust and polished. The output power is limited to 20 dBm by the hardware. This means it is legal to use in most countries since it follows the Wi-Fi standard.\
\
However, it currently does not support video or radio control! \
The range is also limited to \~1km using ESP-NOW.
{% endhint %}

## Official Project Page

{% hint style="info" %}
**Visit the official Project Page for more up-to-date information!**

<https://drone-bridge.com>
{% endhint %}

## Features

* Bidirectional:&#x20;
  * serial-to-WiFi
  * serial-to-ESP-NOW link
  * serial-to-BLE (Bluetooth Low Energy) in release v2.2+
* Support for **MAVLink**, **MSP**, **LTM** or **any other payload** using the transparent option
* Affordable
* Up to **150m+ range** using standard WiFi
* Up to **1km of range** using ESP-NOW or Wi-Fi LR Mode - sender & receiver must be ESP32 with LR-Mode enabled
* **Fully encrypted** in all modes, including ESP-NOW broadcasts secured using AES-GCM 256-bit!
* Weight: <8 g
* Supported by: QGroundControl, Mission Planner, mwptools, impload etc.
* Easy to set up: Power connection + UART connection to flight controller
* Fully configurable through an easy-to-use web interface
* Parsing of LTM & MSPv2 for a more reliable connection and less packet loss
* Parsing of MAVLink with the injection of Radio Status packets for the display of RSSI in the GCS
* Fully transparent telemetry downlink option for continuous streams
* Reliable, low-latency

<div data-full-width="true"><figure><img src="https://214461121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPVg85APCswA0wXCdDW%2Fuploads%2Ffr9P6MVQlFLtpmSvdBLz%2FMainESP32C3DroneBridge_s.png?alt=media&#x26;token=f128b1bc-38f0-4b87-a44f-6e9dec8ec4c1" alt="" width="375"><figcaption><p>Official DroneBridge for ESP32 board featuring an ESP32C3</p></figcaption></figure></div>

![DroneBridge for ESP32 block diagram blackbox](https://raw.githubusercontent.com/DroneBridge/ESP32/master/wiki/DroneBridgeForESP32Blackbox.png)

Blackbox concept. UDP & TCP connections are possible. Automatic UDP unicast of messages to port 14550 to all connected devices/stations. Allows additional clients to register for UDP. The client must send a packet with a length > 0 to the UDP port of ESP32.

<figure><img src="https://214461121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPVg85APCswA0wXCdDW%2Fuploads%2FLGJKYN2WRomxLt1FnQJJ%2Fdbesp32_webinterface.png?alt=media&#x26;token=988d5573-f6b9-4cd2-bedb-959ab3a69087" alt=""><figcaption><p>DroneBridge for ESP32 Web-Interface as of v2.0RC3</p></figcaption></figure>
