🪴 GoDeep Search
← Electronics

Brushless motors & ESCs

Why quads use brushless motors, how an ESC commutates them, what KV rating means, and basic prop pairing.

13 cards · 8 quiz questions · 7 min read

The motors and ESCs are where a quad’s electrical energy becomes thrust. Racing drones rely on brushless DC (BLDC) motors driven by electronic speed controllers, and the pairing of motor, controller and propeller largely determines how the aircraft flies. Getting that combination right, and respecting its limits, is essential.

Why brushless?

A brushed motor uses physical carbon brushes to switch current to its windings as it turns. Those brushes wear out, create friction and arcing, and limit speed. A brushless motor moves that switching job into electronics, with several big payoffs: no wear point, less heat, higher efficiency, and far more power for its weight. For an aircraft that must lift itself and respond instantly, those advantages are decisive.

A typical quad motor is an outrunner: a fixed central stator wound with three sets of coils, surrounded by a rotating outer bell carrying permanent magnets. The propeller bolts to the bell, so the whole outer can spins around the stationary windings.

The ESC’s job: commutation

Because there are no brushes, something must energise the three motor phases in the right order and at the right instant to keep the rotor turning. That process is commutation, and it is the ESC’s core job.

The ESC takes a throttle command from the flight controller, often a digital DShot signal, and switches battery power across the three phases using fast transistors (MOSFETs). Most quad ESCs are sensorless: rather than using a position sensor, they read the back-EMF, the voltage the spinning magnets generate on the phase that is momentarily not being driven, to figure out where the rotor is and time the next switch.

The ESC carries a current rating (say 45 A). That is the maximum continuous current its MOSFETs can switch safely. Exceed it and the ESC overheats and can burn out, so the rating must comfortably exceed the motor’s peak draw.

KV rating: speed per volt

A motor’s KV rating is one of its most quoted specs, and one of the most misunderstood. KV is the motor’s RPM per volt under no load. A 2400KV motor spins roughly 2400 RPM for every volt applied. It has nothing to do with kilovolts and does not measure power.

KV captures a speed-versus-torque character:

  • High-KV motors spin fast for a given voltage but produce less torque. They suit smaller or lower-pitch propellers and favour outright speed.
  • Low-KV motors turn more slowly but make more torque, suiting larger propellers for lift and efficiency.

Speed scales with KV multiplied by voltage, so the battery matters too. The same 1800KV motor spins faster on a 4S pack (about 14.8 V) than on a 3S pack (about 11.1 V), because more cells mean more volts and therefore more RPM.

Propellers and pairing

A propeller is described by diameter and pitch. Diameter is its width (a 5-inch prop for a 5-inch quad); pitch is the theoretical forward distance it would travel in one revolution. A label like 5x4.3 means 5-inch diameter, 4.3-inch pitch.

Matching prop to motor matters enormously. A large or high-pitch prop demands more torque and current. Bolt one onto a high-KV motor and it will draw excessive current, overheating both the motor and the ESC. The rule of thumb is to pair high-KV motors with smaller props and low-KV motors with larger props, then confirm the combination stays within the ESC’s and motor’s thermal limits.

A quad’s four props also do not all spin the same way: two clockwise and two counter-clockwise (props-in or props-out configurations). The opposing rotations cancel the net reaction torque so the quad does not spin uncontrollably, and the flight controller deliberately unbalances them to yaw.

Safety first

Spinning carbon propellers are sharp and fast enough to cause serious cuts.

Always remove the propellers before bench-testing motors or working near a powered quad. “Props off” is the universal safe-handling rule, and it should become automatic.

Put it all together and a quad’s drivetrain is a chain of matched choices: brushless motors for power and durability, ESCs to commutate them and respect a current limit, a KV rating chosen for the intended speed-or-torque balance, a battery voltage that scales that speed, and propellers sized to keep current and heat in check. Change one link and you usually have to reconsider the others.

Sources

  • Oscar Liang author In-depth guides on brushless motors, KV, ESCs and propeller pairing.
  • EETech Media — All About Circuits website Background on BLDC commutation and motor control electronics.