🪴 GoDeep Search
← Deep dives

Deep dive · Electronics · Drone Racing

Anatomy of a Racing Drone

A 250-gram FPV quad makes a thousand decisions a second — here's how its systems conspire to keep you airborne.

7 min read

A racing drone should not be able to fly. It is an inherently unstable object — four propellers bolted to a stiff carbon frame, with no aerodynamic tendency to right itself the way a fixed-wing aircraft does. Cut the power and it does not glide; it drops like the brick it essentially is. The only reason a 250-gram FPV quad can tear through a gate at 120 km/h is that a small computer aboard is recalculating its attitude thousands of times every second and nudging four motors into a constantly shifting truce. Lose any one piece of that system and the truce collapses instantly.

That is what makes an FPV quad such a satisfying machine to understand. It is a tight loop of sensing, computing, actuating and human judgement, all crammed into something you can hold in one hand. Let’s take it apart.

The flight controller: the brain on the stack

At the centre sits the flight controller (FC), a circuit board barely larger than a postage stamp. Its key organ is an inertial measurement unit (IMU) — a MEMS gyroscope and accelerometer etched into silicon that together report how fast the craft is rotating and which way is down. The gyro is the star: it samples rotation on three axes as often as 8,000 times per second.

The FC runs flight-control firmware — Betaflight is the racer’s favourite — that takes those gyro readings, compares them to what the pilot is asking for, and computes corrections through a PID controller. PID stands for proportional, integral, derivative: three terms that respectively react to the current error, the accumulated error, and the rate at which the error is changing. Tuning those numbers is a dark art that separates a quad that locks onto your commands from one that wobbles like jelly. The whole loop — read gyro, compute correction, command motors — closes in well under a millisecond.

Brushless motors and ESCs: muscle with finesse

Each of the four arms ends in a brushless DC motor, typically in the 2207 size class (22 mm wide, 7 mm tall) spinning a five-inch propeller. “Brushless” matters: instead of mechanical brushes switching the current, the motor has three sets of windings that must be energised in a precise rotating sequence. Something has to perform that switching, and that something is the electronic speed controller (ESC).

An ESC is a small power-electronics board — often four of them combined into a single “4-in-1” — that takes the FC’s command and translates it into rapid switching of the motor’s three phases. Modern ESCs run firmware like BLHeli_32 or AM32 and communicate with the FC using the DShot digital protocol, which sends a precise throttle value as a packet rather than an old-style analogue pulse, eliminating calibration drift and adding handy features like reversible motors for freestyle tricks.

The numbers are violent. A racing motor can spin past 30,000 RPM, and at full throttle all four together might pull 80–100 amps from the battery. That is roughly the current of a domestic welder, flowing through a frame lighter than a smartphone. The ESC’s switching transistors handle this while dissipating heat through tiny copper pours, which is why a hard-flown quad’s electronics are noticeably warm on landing.

LiPo power: the violent heart

All that current comes from a lithium-polymer (LiPo) battery, and the racing world’s appetite for power has shaped these packs into something fierce. A typical pack is “4S” or “6S” — four or six cells in series, each cell nominally 3.7 V, giving roughly 14.8 V or 22.2 V. Capacity sits around 1300–1500 mAh, modest on paper, but the defining spec is the C-rating: the multiple of capacity a pack can safely discharge.

A 1500 mAh pack rated at 100C can, in principle, deliver 150 amps. That headroom is what lets a quad snap from hover to full punch-out without the voltage sagging into a brownout that reboots the flight controller mid-air. The trade-off is energy density and longevity: race packs are run hard, charged hot, and treated as consumables. They are also genuinely hazardous — a punctured or overcharged LiPo can vent and ignite, which is why serious pilots store them in fireproof bags and never charge them unattended. The same chemistry that delivers the punch is the one that demands respect.

What makes this FPV — first-person view — is that the pilot is not watching the quad from the ground. A small camera on the nose feeds live video to goggles on the pilot’s face, so you are effectively sitting in the cockpit of a machine the size of a sandwich.

For racing, the priority is not image quality but latency. Even a tenth of a second of delay between the world moving and your eyes seeing it is enough to smear you into a gate. This is why analogue video transmission, broadcasting on the 5.8 GHz band, dominated racing for years: it adds only a handful of milliseconds and degrades gracefully, dissolving into static at the edge of range rather than freezing into a useless block the way early digital systems did. A video transmitter (“VTX”) of 25 to 600 milliwatts pushes the signal to the goggles’ antenna.

Digital systems like DJI and HDZero have since closed much of the latency gap while delivering a far cleaner picture, and the sport is steadily migrating. But the underlying tension is eternal: every component in the chain — sensor, encoder, radio, decoder, display — adds delay, and the pilot’s reflexes are unforgiving of all of it.

Closing the loop: the pilot

Sitting outside the airframe but firmly inside the control loop is the human. The pilot holds a radio transmitter whose two gimballed sticks command four channels — throttle, yaw, pitch and roll — sent over a control link such as ELRS (ExpressLRS) at update rates up to 500 Hz with latency in single-digit milliseconds. ELRS runs on the 2.4 GHz or 900 MHz bands, deliberately separate from the 5.8 GHz video so the two never fight for spectrum.

It is worth tracing the full circuit, because every lap is the same relentless loop. The world moves. Photons hit the camera and arrive in the goggles a few milliseconds later. The pilot’s brain interprets the scene and the hands move the sticks. Those commands fly to the receiver, reach the flight controller, and blend with the gyro’s own reading of reality. The PID loop computes four new motor targets. The ESCs switch the windings, the propellers bite the air, and the quad’s attitude shifts — which the gyro detects on its very next sample, beginning the cycle again. From photon to propeller, the round trip takes a small fraction of a second, repeated continuously for the length of a four-minute flight.

A system, not a sum

The deepest lesson of an FPV quad is that none of these parts is impressive alone. The motor is dumb without the ESC; the ESC is blind without the flight controller; the flight controller is purposeless without the gyro feeding it reality and the pilot feeding it intent; and the whole airframe is inert without the LiPo’s brutal current on tap. Performance lives in the integration — in the microseconds of latency shaved across the chain and the tuning that makes four independent motors behave as one coordinated body.

That is why building and tuning a quad teaches electronics so well. You cannot hand-wave any subsystem, because the moment one link is weak the whole machine tells you — loudly, and usually upside down in the grass. Get it right, though, and you have a flying demonstration that a few grams of well-orchestrated electronics can outwit gravity itself, a thousand decisions a second, for as long as the battery holds.