HK LIANYIXIN INDUSTRIAL CO., LIMITED  |  aero@uavchip.com  |  +86 157-0660-6161
← Back to Blog
IMU / Sensors

MPU-6000 vs ICM-20689: Which IMU for Racing Drones?

January 2025  ·  9 min read  ·  UAVCHIP Engineering Team

IMU sensor circuit board drone flight controller
The IMU is the heartbeat of your flight controller. Choosing between MPU-6000 and ICM-20689 affects not just flight feel, but Betaflight filter tuning, RPM filter performance, and the maximum achievable gyro loop rate.

Why IMU Choice Defines Flight Performance

The IMU (Inertial Measurement Unit) measures gyroscope and accelerometer data that the flight controller uses to compute attitude and run the PID loop. A noisy IMU forces you to add aggressive software filtering, which introduces latency — the enemy of crisp FPV control. An IMU with clean output at high bandwidth lets you run faster PID loops with less filtering and better step response.

For racing drones, the gyro noise floor, vibration handling, and maximum SPI clock speed are the three most critical IMU specs. Let's compare the two most commonly found IMUs in FPV flight controllers.

Specifications Comparison

ParameterMPU-6000ICM-20689
Gyro Full Scale±250/500/1000/2000°/s±250/500/1000/2000°/s
Accel Full Scale±2/4/8/16g±2/4/8/16g
Gyro Noise Density0.005 °/s/√Hz0.004 °/s/√Hz (20% better)
Max SPI Clock1 MHz (gyro), 20 MHz (accel)8 MHz continuous
Gyro ODR (max)8 kHz9 kHz
Supply Voltage2.375–3.46V1.71–3.6V
PackageQFN-24 (4×4 mm)QFN-24 (3×3 mm)
Temperature Range–40 to +85°C–40 to +85°C

The MPU-6000: Why It Still Dominates in 2025

The MPU-6000 was introduced in 2011, yet it remains the most common IMU in FPV flight controllers for several reasons:

The main weakness is its 1 MHz SPI limit for the gyro FIFO readout — this effectively caps reliable gyro loop performance at 8 kHz (though many pilots run it at 8 kHz successfully).

ICM-20689: When to Use It

TDK InvenSense launched the ICM-20689 as a higher-performance successor with significant improvements:

The ICM-20689 is the right choice for 32 kHz builds, sub-250g micro quads where size matters, and high-performance freestyle rigs where extracting every dB of filter headroom matters.

Betaflight Gyro Filter Comparison

In practice, the filter settings required for a clean trace differ between the two IMUs. Typical well-tuned settings:

Filter SettingMPU-6000 (typical)ICM-20689 (typical)
Gyro Low-Pass (Hz)120–150150–200
Dynamic Notch Count3–42–3
RPM Filter Harmonics32
D-term Low-Pass 1 (Hz)100–120120–150
Filter Stack Latency~3.5–4 ms~2.8–3.2 ms

The ICM-20689's cleaner output allows higher cutoff frequencies, reducing filter latency by approximately 0.5–0.8 ms. In an 8 kHz PID loop, this is meaningful for tight racing gates.

ICM-20602 and ICM-42688-P: The Newer Alternatives

TDK InvenSense has continued evolving the ICM line. The ICM-20602 is a cost-optimized 6-axis IMU without magnetometer, popular in mid-range FCs. The ICM-42688-P is the current flagship — 32 kHz native gyro rate, –160 dBFS/Hz noise floor, and 2.8V operation for modern SoC integration.

For new FC designs, the ICM-42688-P is the recommended choice. For replacement sourcing and existing PCB compatibility, stick with the original MPU-6000 or ICM-20689 as specified.

Vibration Damping Recommendations

Regardless of IMU choice, vibration isolation is often more impactful than the IMU itself:

Sourcing and Availability

Both MPU-6000 and ICM-20689 are available through UAVCHIP with full traceability documentation. Counterfeit MPU-6000 chips are common in the market — unmarked or re-marked packages from unknown distributors should be treated with suspicion. All UAVCHIP stock is verified through authenticated supply channels with lot traceability.

Ready to Source These Components?

Get competitive pricing on genuine, traceable parts. RFQ response within 24 hours.

Submit RFQ Now →

Frequently Asked Questions

Can I use ICM-20689 as a drop-in replacement for MPU-6000?

In most cases yes, with a Betaflight configuration change. Select ICM-20689 or AUTO in the Gyro and Accelerometer menus. Some older FC designs with 1 MHz SPI traces may not take advantage of the higher SPI speed, but the chip remains functional and stable.

What causes IMU noise in FPV builds?

The primary noise sources are motor vibrations (100–500 Hz), ESC switching noise (30–80 kHz), and PCB resonances. Motor imbalance is usually the dominant factor. Dynamic notch filters in Betaflight 4.x address motor noise effectively, but nothing replaces balanced props and quality motors.

Is 32 kHz gyro loop worth enabling?

For most pilots, the difference between 8 kHz and 32 kHz loop is not perceptible. The main benefit is scheduling headroom for PID calculations. On STM32F405 hardware, 32 kHz is not recommended due to CPU load. STM32F7 or H7 processors handle it without issue.

Why is the MPU-6050 not recommended for new designs?

The MPU-6050 uses I2C (maximum 400 kHz) instead of SPI, severely limiting gyro readout speed. Modern flight controllers exclusively use SPI IMUs. The MPU-6000 is the SPI version of the same die.

How do I identify a counterfeit MPU-6000?

Genuine MPU-6000 chips have consistent laser markings with the TDK InvenSense logo, clean die edges under inspection, and match the factory calibration registers. Counterfeits often have smudged markings, slightly different package dimensions, or fail the WHO_AM_I register check (should return 0x68).

Related Articles & Products