Q: FPV Drone Wiring Guide: How to Connect All Components

Updated 4 min read

Quick Answer

Wiring an FPV drone means connecting your flight controller to the ESC, VTX, camera, receiver, and power supply. Each component uses specific connections like DShot for motors, UART for peripherals, and a dedicated BEC or PDB for clean power distribution across the system.

Understanding FPV Drone Wiring

Every FPV build follows the same basic pattern: power flows from the battery through a distribution board, then to the flight controller which acts as the central hub. From there, signals travel out to the ESC (motor control), VTX (video), receiver (radio link), and camera.

The flight controller is the brain. Everything connects to it. Your ESC talks to the FC over DShot or a protocol like Multishot. The VTX, GPS, and receiver each get their own UART serial port. The camera sends its analogue video signal directly to the VTX, while a separate OSD chip on the FC overlays flight data onto that video feed before it broadcasts.

Getting wiring right from the start saves hours of troubleshooting. Poor connections cause video noise, brownouts, and mid-flight failures.

Power Distribution: The Foundation

Start with power. Your battery connects to a power distribution board (PDB) or the ESC board if you are using a flight stack with integrated PDB. The PDB splits raw battery voltage to every component.

Most FCs include a BEC that steps voltage down to 5V or 3.3V for peripherals. For larger builds, a dedicated BEC is safer. Always solder battery leads directly to PDB pads to minimise resistance.

Ground wires matter too. A single common ground point prevents ground loops that cause video interference. Run a ground wire from the PDB to the FC, and from the FC to each peripheral.

ESC and Motor Connections

Modern builds use DShot300 or DShot600, which needs only a signal wire per ESC plus ground and 5V. A 4-in-1 ESC uses a single 8-pin ribbon cable for all four motor signals plus telemetry.

For individual ESCs, each one needs a signal wire to the FC's motor output pads (S1 through S4). Motor phase wires solder directly to ESC pads. The order of the three wires determines direction, which you can flip in software.

Check our AIO vs stack guide if you are deciding between an all-in-one board or separate FC and ESC boards, as the wiring differs between the two.

VTX, Camera, and Receiver Wiring

The camera connects to the VTX with a 3-wire cable (video out, ground, 5V). Many analogue cameras also link to the FC for OSD overlay data. The VTX wires to the FC via UART: TX on the VTX goes to RX on the FC, and vice versa. SmartAudio or Tramp protocols let you adjust VTX power and channel from your goggles.

Your radio receiver, such as a Radiomaster RP1 ELRS receiver, also uses a UART with four wires: 5V, ground, TX, and RX. The TBS Unify Pro VTX follows the same UART pattern for SmartAudio control.

Plan UART allocation before soldering. A typical 5-inch build uses UART1 for the receiver, UART2 for VTX SmartAudio, UART3 for GPS, and UART4 for LEDs or telemetry.

Wiring Tips for a Clean Build

Keep signal wires away from power wires. ESC switching noise couples into video and radio lines, causing interference. Route camera and receiver wires on the opposite side of the frame from battery and ESC power.

Use the right wire gauge: at least 14 AWG for battery leads on a 5-inch build, and thin 26-30 AWG for signal wires. Heatshrink or tape any exposed solder joints to prevent shorts.

Before the first battery plug-in, use a multimeter to measure resistance between power and ground pads on the FC. It should read open circuit. A short here destroys components instantly.

For more on choosing the right parts, see our essential FPV drone parts guide.

FAQ

Q: Do I need a separate PDB with a flight stack?

A: Most modern flight stacks integrate power distribution into the ESC board. If your stack has a 4-in-1 ESC with battery pads, you likely do not need a separate PDB. Standalone PDBs are mainly for builds with individual ESCs.

Q: What happens if I swap TX and RX wires?

A: The device simply will not communicate. It will not cause damage. Swap the two wires and try again. Labelling each wire with a marker during assembly helps avoid this.

Q: How do I know which UART to use for each device?

A: Check your FC's documentation or the Betaflight pinout tab. Most FCs have 4 to 6 UARTs, and any free UART works for any serial device. Avoid UARTs with special functions like USB or LED strips unless the documentation says they are available.