BLHeli_32 Motor Direction Reversal: ESC Configurator Setup and Betaflight Resource Remapping — 2026

You soldered all four motors, plugged in, and three spin the wrong way. Everyone hits this on their first build. The fix takes 30 seconds in BLHeli_32 ESC Configurator — no desoldering, no wire swapping, no frustration. Just a checkbox.

Props-In vs Props-Out: The Direction Decision

Before you reverse any motors, decide your rotation direction. Standard “props-in”: front left CW, front right CCW, rear left CCW, rear right CW. “Props-out” reverses all four: front left CCW, front right CW, rear left CW, rear right CCW.

Props-out advantages: Dirt and grass get thrown outward away from the camera lens. In crashes, the quad tends to bounce off obstacles instead of sucking into them. The quad is marginally more stable in forward flight because the front arms push air outward instead of inward.

Props-out disadvantages: Slightly less efficiency (2-3% more current draw at hover). Louder — the prop tips pass closer to the frame and create more blade-pass noise. More prop wash oscillation in hard descending turns.

I run props-in on most builds. Props-out on cinewhoops where a clean camera lens matters more than 30 seconds of flight time. Your call — the ESC configuration is identical either way.

Step-by-Step: Reversing Motor Direction in BLHeli_32

1. Download and Connect BLHeli_32 Suite or ESC Configurator

Two options: the standalone BLHeliSuite32 (Windows only, PC required) or the web-based ESC Configurator (https://esc-configurator.com, Chrome/Edge with Web Serial).

For ESC Configurator: plug in via USB, click “Connect,” select the COM port. The tool reads all four ESCs and displays firmware version, settings, and — critically — motor direction.

Important: BLHeli_32 requires the flight controller to pass-through serial communication. If you’re using Betaflight 4.4+, go to the Motors tab, enable “ESC Pass-through” under the MOTOR_PROTOCOL dropdown. This lets the configurator talk to the ESCs through the FC’s USB port.

2. Identify Which Motors Need Reversal

In ESC Configurator, the motor list shows “Normal” or “Reversed” for each ESC. Compare to your desired direction:

Standard props-in layout:
– Motor 1 (front right, Betaflight numbering): CW → Normal
– Motor 2 (front left): CCW → Reversed
– Motor 3 (rear left): CCW → Reversed
– Motor 4 (rear right): CW → Normal

Props-out layout:
– Motor 1: CCW → Reversed
– Motor 2: CW → Normal
– Motor 3: CW → Normal
– Motor 4: CCW → Reversed

Check the box for any motor that needs to change, then click “Write Setup.” The ESC reboots immediately with the new direction.

3. Verify Direction Without Props

NEVER test motor direction with props installed. In Betaflight Configurator, go to the Motors tab, check the safety agreement, and use the individual motor sliders. Spin Motor 1 to 1050 (just above idle). The bell should rotate in your chosen direction. Verify all four. If any are wrong, go back to ESC Configurator and toggle that motor.

4. Alternative: Resource Remapping in Betaflight

If you don’t have BLHeli_32 ESCs (Bluejay, AM32, or BLHeli_S), you can’t reverse direction in the ESC configurator. Instead, swap any two motor wires — or remap the motor output in Betaflight CLI.

Wire swapping is the hardware solution: unsolder any two of the three motor wires and swap them. This reverses the motor’s direction. Fast, permanent, no software needed.

Resource remapping is the software solution: reassign which FC output pin drives which motor signal. For example, if Motor 2 needs to map to Motor 3’s output:

resource MOTOR 2 none
resource MOTOR 3 none
resource MOTOR 2 B01   (use the actual pin from `resource list`)
resource MOTOR 3 B00
save

This is useful for tight builds where swapping motor wires is physically difficult. Most pilots just swap wires or use ESC Configurator — CLI remapping is the last resort.

Parameter Table: Direction Change Methods

Method Time Required Tool Needed Reversible Works With Risk
ESC Configurator checkbox 30 seconds Chrome browser + USB Yes, instantly BLHeli_32, AM32, Bluejay None
Wire swap (any two) 2 minutes Soldering iron Yes (swap back) All ESCs Cold joints if rushed
Betaflight CLI remap 1 minute Betaflight CLI Yes (remap back) All ESCs Typo can disable motor
BLHeliSuite32 standalone 30 seconds Windows PC + USB Yes, instantly BLHeli_32 only Requires Windows

BLHeli_32 vs Bluejay vs AM32: Direction Reversal Differences

BLHeli_32 is the most straightforward — the “Motor Direction” checkbox is clear and reliable. Bluejay (open-source BLHeli_S replacement) also supports direction reversal in ESC Configurator, but it’s called “Motor Direction” and uses the same checkbox. AM32 uses the same interface. The only ESCs that CAN’T be reversed in software are original BLHeli_S (pre-Bluejay flash) — those require wire swapping or CLI remapping.

If you’re running BLHeli_S ESCs in 2026, flash Bluejay. It’s free, it adds RPM filtering support, and motor direction reversal is one checkbox away.

Common Mistakes & How to Avoid Them

Mistake 1: Changing Direction With Props On

The motor spins up to verify direction after writing settings. If props are installed and the direction is wrong — or worse, reversed from what you expected — the quad jumps off the bench. Consequence: stitches in your hand or a broken prop through your monitor. Remove props before any ESC configuration. Always.

Mistake 2: Reversing the Wrong Motor

ESC Configurator labels motors 1-4. Betaflight labels motors 1-4. They match — Motor 1 in ESC Configurator is the same physical ESC as Motor 1 in Betaflight. But “Motor 1” in both is the rear-right ESC (standard Betaflight numbering). The front-right is Motor 2. I’ve seen pilots reverse what they think is “the front left motor” and get disoriented because Betaflight numbering doesn’t match physical front-to-back sequence. Print the motor layout diagram. Tape it to your bench.

Mistake 3: Not Setting the Yaw Motor Direction in Betaflight

Reversing motor spin in the ESC is half the job. Betaflight also needs to know the motor direction for the PID controller. In the Configuration tab, find “Motor direction is reversed” checkbox. If you’ve reversed ALL motors (props-out), check this box. If you’ve only reversed individual motors, leave it unchecked — Betaflight handles individual motor directions automatically as long as the ESCs report the correct setting.

Mistake 4: Assuming “Normal” Means Clockwise

In BLHeli_32, “Normal” is whatever the ESC’s default direction is — which depends on the ESC manufacturer and sometimes the specific batch. Always verify with the motor slider. Never assume Normal = CW.

Mistake 5: Skipping the Write Setup Step

Toggling the checkbox and closing the configurator without clicking “Write Setup” leaves the change unapplied. The ESC keeps its old direction. Easy to miss if you don’t verify with the motor slider. Always Write → Verify.

⚠️ Regulatory Notice: The build and modification recommendations in this article should be followed in accordance with the latest 2026 drone regulations in your country or region. Changes to motor direction are a standard configuration procedure and do not affect drone legality, but verify all other aspects of your build — weight, remote ID compliance, and registration — before flying. Regulations vary significantly between the FAA (US), EASA (EU), CAA (UK), CAAC (China), and other authorities.

Our BLHeli_32 ESC settings deep dive covers startup power, motor timing, and demag compensation — the settings you should configure after getting motor direction sorted. For the broader ESC firmware landscape, see our BLHeli_32 vs Bluejay vs AM32 comparison.

When motor direction issues are actually symptoms of a deeper problem, our motor desync diagnosis guide distinguishes between direction errors and genuine desync events — they look similar in flight but have completely different causes.

The T-Motor Velox V3 2207 1950KV motor set includes pre-soldered motor wires with color-coded heat shrink, making it dead simple to identify which wire goes where — and if you reverse direction in ESC Configurator, the clean layout means you’ll never have to physically swap wires. On a build with tight arms and limited soldering access, that convenience is worth the premium over budget motors.

Leave a Comment

Scroll to Top