EdgeTX Debounce and False Battery Alarms (Part 8)
Aug 16, 2026 · 7 min read · fpv edgetx logical-switches debounce voltage-sag link-quality blackbox troubleshooting ·Stacked thresholds that layer sirens, zero debounce against punch-out sag, an alarm that fires before the first telemetry frame arrives, and the link-quality warning I never wired up.
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 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 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 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 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 MoreThis post grew out of the drone detector article, where I mentioned using Sintra for the FPV side of the work. That mention deserves its own treatment, because it raises a question I want to address directly: why am I using an external AI tool for this instead of building my own? Why Sintra, Not My Own AI There are …
Read More