Hardware & Wiring
What hardware to use and how to wire it all up
Drone Light Show Edition (DLSE) of DroneBridge for ESP32 supports the following chips:
ESP32-C3 - Wi-Fi 5 2.4GHz
ESP32-C5 - Wi-Fi 6 2.4GHz
ESP32-C6 - Wi-Fi 6 2.4GHz & 5GHz
All chips must have at least 4MB of flash memory.
ESP32-C3
Recommended GPIOs (NOT PIN NUMBERS) for connecting to the flight controller UART:
GPIO 5
GPIO 4
GPIO 6
GPIO 7
ESP32-C5
Recommended GPIOs (NOT PIN NUMBERS) for connecting to the flight controller UART:
GPIO 23
GPIO 24
GPIO 4 (untested)
GPIO 5 (untested)
GPIOs to avoid at all costs for use with any function since they are strapping pins (have other functions): MTMS, MTDI, GPIO7, GPIO25, GPIO26, GPIO27, and GPIO28. Also avoid TX & RX pins.
ESP32-C6
Recommended GPIOs (NOT PIN NUMBERS) for connecting to the flight controller UART:
GPIO 21
GPIO 2
GPIO 22
GPIO 23
Last updated