FPV_Racer avatar
FPV_Racer

How do drone motors and ESCs work — what is the propulsion system on a quadcopter?

I want to understand how drone propulsion actually works. How do brushless motors work and what does the KV rating mean? What is an ESC and what does it do? Why do quadcopters need 4 motors and how does changing motor speed create pitch, roll, and yaw movement? I am building an FPV quad and want to understand the systems before buying components.

brushless-motors esc kv-rating fpv-build

6 Answers

Best Answer
GearReviewer_Tom avatar
GearReviewer_Tom

Quadcopter propulsion uses four brushless DC motors controlled by individual electronic speed controllers (ESCs).

Brushless motor: permanent magnets on the rotating outer bell; electromagnetic coils on the fixed inner stator. The ESC creates a rotating magnetic field by energizing the coils in sequence, pulling the outer bell (with attached prop) around. No physical contacts on the rotating parts — more efficient, more powerful, longer-lasting than brushed motors.

KV rating: theoretical RPM per volt of battery, unloaded. A 2300KV motor at 14.8V (4S) reaches ~34,040 RPM theoretical. Higher KV = faster, smaller lighter props (FPV). Lower KV = more torque, larger heavier props (cinematography).

ESC: converts DC battery power to 3-phase AC for the brushless motor. Each motor has its own ESC (or all 4 share a 4-in-1 board). The flight controller sends speed commands to all 4 ESCs simultaneously at 400Hz+.

How flight is controlled: two diagonal motor pairs spin CW, two spin CCW to cancel rotational torque. Varying individual speeds creates all movement: all 4 increase = climb; front 2 increase = pitch nose up; right 2 increase = roll left; CW vs CCW pair differential = yaw.

Check FPV Brushless Motors on Amazon
TechDroner avatar
TechDroner

ESC operation: modern ESCs use sinusoidal or trapezoidal commutation — continuously calculating which stator coils to energize and at what level for smooth rotation. The flight controller sends speed commands via digital protocol (DShot150, DShot300, DShot600) or legacy analog PWM. DShot is preferred because it sends exact numerical commands digitally with error checking; analog PWM sends variable voltage that requires calibration and is susceptible to electrical noise.

Motor size notation: 2207 means 22mm stator diameter, 7mm stator height. More copper = more power. BLHeli_S and BLHeli_32 are the dominant ESC firmware; KISS is premium. For 5-inch freestyle: 2207 or 2306 stator, 1750-2400KV on 4S or 1300-1700KV on 6S. Matching motor KV to battery cell count is critical — too high KV on high-voltage battery burns motors; too low KV wastes battery capacity.

HobbyistHank avatar
HobbyistHank

Consumer drone vs FPV motor differences: DJI uses sealed, integrated motor assemblies designed for longevity and low maintenance. Props attach to the motor shaft with a tool-free push-click mechanism — no loose nuts or threads. The whole motor assembly is a field-replaceable unit designed to be swapped easily after damage.

FPV builds use exposed brushless motors with M5 prop nuts or snap-lock props, selected individually by the builder. FPV motors are designed for maximum power-to-weight ratio and crash resilience, with replaceable parts (bells, shafts) where consumer drone motors are typically replaced as a complete unit. For aggressive freestyle FPV, prop strikes at high speed break props and can bend motor shafts or crack motor bells. Keep 4+ spare motors and a full set of props at the field; running out of motors mid-session is a common beginner frustration.

DroneNewbie2023 avatar
DroneNewbie2023

Why 4 motors: with fewer motors you cannot independently control all three axes plus throttle without additional mechanical parts. Two motors can only provide throttle and roll or pitch, not yaw. Three motors (tricopter) require a servo-controlled tail rotor for yaw. Four motors in X configuration solve all axes with pure speed differential — no moving mechanical parts beyond the motors. This simplicity is why quadcopters became the dominant multirotor design.

The flight controller is solving a mixing problem 400-8000 times per second: how much to increase or decrease each of the 4 motor speeds to maintain the target attitude while compensating for external disturbances (wind, payload shifts). When you move a stick, you are just giving the flight controller a new target; it does all the actual motor math to achieve that target and keep it stable.

AerialMike_TX avatar
AerialMike_TX

Motor maintenance for consumer drones: brushless motors are largely maintenance-free under normal operation. Test motor health by spinning each motor by hand — it should spin freely and silently. Any grinding or scratchy sensation indicates bearing wear; replace before it fails in flight. After any crash, check for bent shafts by spinning each motor by hand and watching for wobble or eccentricity in the prop attachment point. A bent shaft is invisible to the eye but causes vibration in footage and accelerated bearing wear.

Motor temperature after flights: all four motors should be approximately the same temperature. One motor running significantly hotter than the other three after a normal flight suggests it is working harder — possible causes include a marginal bearing, an imbalanced or damaged prop, or the motor absorbing crash vibration. Address motor temperature differences before they become in-flight failures.

CityScaper avatar
CityScaper

For FPV 5-inch freestyle builds, motor and battery selection are tightly linked. Higher KV motors at 4S (like 2400KV) draw peak currents of 35-45A per motor; all four motors simultaneously can demand 140-180A from the battery. This requires a battery with sufficient C-rating to deliver that current without voltage sag dropping the cells below safe operating voltage mid-punch.

For guidance on selecting the right battery capacity, cell count (4S vs 6S), and C-rating to match 5-inch freestyle motors for maximum punch while keeping weight reasonable — including recommended battery brands and capacity choices — see the guide on best batteries for 5-inch FPV quads.

Have an Answer to Add?