Adaptive signal filtering
Gyro filtering adapts to changing flight conditions, keeping latency low while preserving the signal quality pilots tune around.
Rust flight controller firmware
Rustyflight pairs modern embedded Rust? Rust is a programming language focused on memory safety, strong typing, and predictable performance, making it a strong fit for safety-critical flight controller firmware. foundations with a focused desktop configurator for pilots who care about control, feedback, and repeatable setup.
Early testing available for pilots who want to try Rustyflight before the first stable release.
Notable features
Gyro filtering adapts to changing flight conditions, keeping latency low while preserving the signal quality pilots tune around.
PID behavior is built with integral limiting, feed-forward support, and filtering hooks for deliberate control-loop tuning.
Rustyflight anticipates stick movement to improve control response without relying on obscure tuning heuristics or expert-only configuration.
The configurator surfaces setup blockers before flight, keeping bench verification in the normal workflow.
Motor output is managed to preserve stability during hard maneuvers, with yaw spin protection that works out of the box.
Blackbox tooling is designed around familiar log workflows so flight data can move into existing analysis habits.
Why try it
Start from a setup that is understandable, conservative, and ready to refine without digging through endless expert-only switches.
The configurator keeps flashing, setup, readiness, and tuning in one focused workflow, so the next step is always visible.
Advanced telemetry, blackbox logs, and low-level configuration are still there, but they stay out of the way until you need them.
Getting started
Install the desktop configurator and start from one focused setup workflow.
Pick the right target, flash the controller, and bring the board online.
Walk through board setup, receiver checks, motor direction, and readiness checks.
Start from clear defaults, then use logs and tuning tools when you want more depth.