KV is the most misunderstood motor specification in FPV. It is not a measure of motor quality or power — it is a ratio that determines how much RPM you get per volt. Definition KV = RPM per Volt (unloaded) A motor rated 2400 KV spinning at 16.8 V (4S fully charged) will spin at: 1RPM = KV × Voltage 2RPM = 2400 × 16.8 ≈ …
Read MoreMotor timing advance shifts the ESC's commutation point forward in the electrical cycle relative to the motor's rotor position. Higher advance = more power at the cost of efficiency and heat. What Timing Advance Does A brushless motor's ESC switches phase power based on rotor position. "On time" — switching exactly …
Read MoreA clean OSD gives you essential flight data without cluttering the image for recording review. The goal: show only what you'll actually need after landing. Analog OSD (MAX7456) The MAX7456 chip on most FC stacks handles OSD overlay on analog video. Minimal useful set for recording investigation: Element Reason Battery …
Read MoreA PID controller is the core of what makes a flight controller work. Understanding what each term does — and what breaking it looks like — is prerequisite to any meaningful tuning. The Control Loop flowchart LR P([Pilot stick<br/>setpoint]) --> E{Error<br/>calculation} G([Gyro<br/>actual rate]) --> E E --> PT[P term] E …
Read MorePID Tuning — The Wobble-Test Protocol (Free Tools Edition)
Jul 13, 2026 · 17 min read · fpv betaflight pid tuning wobble-test blackbox step-response filter bardwell ·A systematic PID tuning protocol based on the Joshua Bardwell / Brian White wobble-test methodology — rewritten to run entirely on free tools: Betaflight Blackbox Explorer, Betaflight Configurator, and Rylo. No PID Toolbox, no MATLAB, no paid subscriptions. This is the practical field protocol. If you want the math …
Read MoreA methodical pre-flight check prevents the most common crash causes: wrong motor direction, loose props, dead receiver link, and arming flags. Five minutes before every session, not just the first flight of a build. Full Checklist 1 — Battery and Power Cell voltages balanced (within 0.05V of each other under no load) …
Read MorePropwash — Reversed Inflow, Blade Stall, and Dynamic Idle
Jul 13, 2026 · 7 min read · fpv aerodynamics propwash stall angle-of-attack dynamic-idle vortex-ring pid tuning ·A propeller is a spinning wing, and like any wing it only makes clean thrust while air flows into it from the front — for a rotor, that means air coming from above and going down through the disk. Feed it clean air and it flies; stop feeding it clean air and it stalls, exactly like a wing yanked to too high an angle of …
Read MoreRate Presets — 733 / 633 / 533 in Betaflight & Actual
533, 633, 733 are community shorthand for three popular freestyle rate profiles, and the number is the maximum rotation rate in °/s — 733 tops out around 730 °/s, 533 around 530 °/s. They're all built the same way in the legacy Betaflight system: a fixed Super Rate 0.70 with the RC Rate stepped up. This snippet gives …
Read MoreSwitching rate profiles mid-session via a transmitter switch and saving your personal-best stats to the OSD are both useful features — but they interact in a surprising way. Persistent Stats Betaflight can track flight statistics across power cycles and display them on the OSD: Max altitude, max speed, max G-force, max …
Read MoreRates are not just a "how fast does it spin" setting. They shape where on the stick control lives — and understanding the curve lets you tune for precision hover, natural cruising, and explosive tricks, all in the same profile. The Rate Curve Moving a gimbal stick from center to full deflection does not produce a …
Read MoreModern RC links send telemetry back from the receiver to the transmitter and OSD. Three numbers dominate: RSSI, LQ, and SNR. They measure the same link from different angles — and knowing which one to watch prevents both false alarms and missed warnings. What Each Metric Measures flowchart LR TX([Transmitter]) -->|RF …
Read MoreTuning Flight Protocol — Building a Useful Blackbox Log
Jul 13, 2026 · 9 min read · fpv betaflight pid tuning blackbox chirp step-response data-collection flight-protocol ·Getting good PID analysis results requires a specific flight sequence. Freestyle logs are almost useless for tuning — the inputs are too chaotic, axes overlap, and throttle is never constant. This protocol covers the exact movements that generate the clean, separable data needed for step response analysis, spectral …
Read MoreMap a transmitter lever, wheel, or switch to cycle through VTX power levels in Betaflight. Useful for pit mode on startup, low power for close proximity flying, and full power for long range. How It Works Betaflight reads an AUX channel and maps PWM ranges to VTX power table indices. The VTX must be connected to the FC …
Read More