ESP-NOW Mode
Configuration Instructions for DroneBridge for ESP32 Long Range ESP-NOW Modes
ESP-NOW LR Mode GND & ESP-NOW LR Mode AIR
The ESP-NOW mode of DroneBridge for ESP32 offers significant more range than traditional Wi-Fi. It requires ESP32 running DroneBridge on the AIR and GND side.
You will not be able to change the config once ESP-NOW mode is enabled since the web interface will be unavailable! Short-press the boot button on the ESP32 to enable WiFi access point mode to be able to change settings.

Configuration
Configure the ESP32 devices depending on their role.
Recommendation: the web interface will not be available in ESP-NOW mode.
It is recommended that the serial configuration be first tested using WiFi Client Mode or WiFi Access Point Mode.
So first make sure you have a working setup when using a standalone ESP32 in Client or AP mode, then add the second ESP32 and configure both in ESP-NOW mode.
ESP-NOW Auto-Binding
Auto-binding configures the channel, device roles, and shared ESP-NOW secret. One GND can bind multiple AIR units. These bound units form a group.
Bind AIR units
Set the desired ESP-NOW channel on GND.
Double-click the BOOT/Fn button on GND. It reboots and waits for AIR units.
For each AIR unit:
Wait at least 2 seconds after boot.
Triple-click the BOOT/Fn button on AIR.
Wait for the success indication and automatic reboot.
After adding the final AIR, single-click the BOOT/Fn button on GND. GND reboots into normal ESP-NOW operation.
GND reuses its existing group secret. If no secret exists, it creates one automatically. AIR scans channels 1–13 for up to 90 seconds and receives the GND channel and secret automatically.
Start a new group
Four-click the BOOT/Fn button on GND instead of double-clicking it. This creates a new secret and disconnects all previously bound AIR units. Bind every required AIR again, then single-click the BOOT/Fn button on GND to finish.
The Rotate secret button in the web interface also creates a new secret, but does not start binding automatically.
LED feedback on official ESP32-C6 boards
Slow pulse
Waiting or scanning
Fast pulse
Binding in progress
Solid briefly
AIR bound successfully
Three flashes
Binding failed or timed out
Other supported boards use the same BOOT/Fn button sequence but may not provide LED feedback.
Bind only in a trusted radio environment. The secret is protected from passive listeners, but button-only binding does not protect against an active nearby attacker.
Manual GND Configuration
Use the web interface if you prefer to configure the ESP-NOW link manually.
Select
ESP-NOW LR Mode GND.Select the ESP-NOW channel.
Enter a 43-character ESP-NOW link secret, or click Rotate secret to generate one.
Copy the complete secret. Every AIR unit must use exactly the same value.
Configure the serial protocol, baud rate, and required pins.
Click Save Settings & Reboot.
With the standard firmware, connect the GND through a UART-to-USB adapter using the configured TX and RX pins. The USBSerial firmware uses the board’s USB connection instead.
Manual AIR Configuration
Configure every AIR unit with the same channel and secret as GND.
Select
ESP-NOW LR Mode AIR.Select the same ESP-NOW channel as GND.
Paste the exact ESP-NOW link secret copied from GND.
Configure the serial protocol, baud rate, and required pins.
Click Save Settings & Reboot.
The secret is saved to NVM and applied after reboot. Repeat these steps for every additional AIR unit.
After every reboot, wait at least 2 seconds—or wait for the LED to indicate the next state—before using the BOOT/Fn button.
Additional Notes
DroneBridge for ESP32s` custom ESP-NOW implementation using ESP-NOW broadcast packets with an AES256-GCM encrypted payload. Like all Long-Range (LR) modes, it requires you to have ESP32 devices as AIR- and GND-Unit and a Serial-to-USB adapter to connect a GCS. This is a more robust mode than the WiFi LR Mode because the ESP-NOW protocol is connectionless. The specified WiFi password is used for encryption.
Last updated