EdgeTX Battery and GPS Voice Callouts (Part 4)
Aug 16, 2026 · 7 min read · fpv edgetx special-functions gps-rescue betaflight telemetry altitude easa ·
The battery ladder, the satellite callouts, and an altitude alarm that fires on change rather than absolute height. Including the self-test I like most and the delta function I did not plan.
Read MoreBetaflight Battery Voltage Calibration (Part 2)
A miscalibrated voltage reading does not look broken, it looks plausible. Why report_cell_voltage makes a vbat_scale error propagate twice, and what the 3S-to-4S move does to your alarms.
Read MoreWhy EdgeTX Voice Telemetry Beats the OSD (Part 1)
Aug 16, 2026 · 5 min read · fpv edgetx radiomaster-gx12 elrs crsf telemetry betaflight report-cell-voltage lihv ·
A low-battery number in the corner of the OSD is an interface failure, not a pilot failure. Why I made my RadioMaster GX12 speak, and the one flight-controller setting the whole thing depends on.
Read MoreBetaFPV Meteor75 Pro II: Fighting Resonances
Aug 13, 2026 · 62 min read · betaflight blackbox vibration resonance meteor75 whoop gyroflow measurement ·
Craft name Snake. It started life as a Meteor75 Pro, and it is now a Meteor75 Pro II — frame and canopy ordered off AliExpress, everything expensive carried straight over. Same Matrix 1S 3-in-1 FC. Same narrow-FOV DJI O4 air unit. New shell, old guts, and by the time I was done, 169 flights and 15,574 seconds of logs …
Read MoreThe Betaflight VTX Trap: aux_channel Is 0-Based, vtx_power Is 1-Based
Jul 17, 2026 · 8 min read · fpv betaflight vtx vtx-power smartaudio cli pit-mode emax-th3 vtxtable dbm restricted-mode troubleshooting ·Every programmer learns to count from zero. Betaflight agrees: AUX channels are 0-based, so AUX1 is 0 and AUX6 is 5. Type a few CLI lines and your fingers stop thinking about it. Count from zero. It's the rule the whole configurator seems to run on. Then I lost an evening to a VTX that flatly refused to output 400 mW, …
Read MoreBBL-Based PID Tuning Protocol
Jul 13, 2026 · 6 min read · fpv betaflight pid blackbox bbl tuning step-response pidtoolbox filter ·A structured, blackbox-driven PID tuning protocol based on step response analysis. Derived from the methodology implemented in PIDtoolbox (Brian White, MATLAB) and adapted for iterative field use. The protocol requires a .bbl log from a dedicated test flight; do not attempt to tune from a freestyle or racing session …
Read MoreBetaflight modes are conditions assigned to AUX channel ranges. When a switch position triggers a condition, the FC activates that mode. Some modes are mutually exclusive; others stack. Mode Map mindmap root((Betaflight<br/>Modes)) ARM Required before any motor spins Always on a dedicated switch Flight modes ACRO …
Read MoreBetaflight Rate Modes — Formulas, Comparison, and Conversion
Jul 13, 2026 · 7 min read · fpv betaflight rates actual-rates kiss-rates quickrates rc-rate expo tuning ·Betaflight supports four rate mode formulas. They all do the same job — map stick deflection (0 to ±1) to a commanded rotation rate (°/s) — but they parameterize the curve differently. Switching modes changes what the sliders mean, not what the quad feels like if you set equivalent parameters. Overview Mode CLI value …
Read MoreRates control how fast the drone rotates in response to stick input. Higher rates = faster rotation = more aggressive feel. A rate profile is shaped by three parameters — RC Rate, Super Rate, and Expo — plus the choice of rate system (Betaflight, Actual, etc.). Common Shorthand Profiles The 533 / 633 / 733 shorthand …
Read MoreStick commands let you trigger Betaflight functions from your transmitter sticks without a computer. Useful in the field. All commands require the quad to be disarmed. Throttle is always at its minimum position unless noted. Stick Positions 1 PITCH UP 2 ↑ 3YAW LEFT ← → YAW RIGHT 4 ↓ 5 PITCH DOWN 6 7ROLL maps to: ← LEFT …
Read MoreBetaflight Tuning Math — What Each Term Actually Does
Jul 13, 2026 · 9 min read · fpv betaflight pid math tuning feedforward tpa iterm rpm-filter d-term ·What happens inside Betaflight when you move a slider. The formulas here are derived from pid.c in the Betaflight source. Understanding the math makes the configurator sliders predictable rather than mysterious. The PID Control Loop flowchart LR RC[RC setpoint<br/>°/s] --> ERR GYRO[Gyro measurement<br/>°/s] --> ERR …
Read MoreBlackbox records every sensor reading, RC input, PID output, and motor command at high frequency. It is the most powerful diagnostic tool available — without it, tuning is guesswork. How the Pipeline Works flowchart LR A([Gyro<br/>8 kHz]) --> B[Betaflight<br/>PID loop] B --> C[Blackbox<br/>logger] C -->|Compressed| …
Read MoreBetaflight ships with a Presets library that includes ready-made cinematic tunes. These lower aggression, soften filters, and reduce propwash artifacts for smooth, floaty footage. Loading a Preset Betaflight Configurator → Presets tab → search cinematic. Good starting points: Cinematic Freestyle — moderate filtering, …
Read More