_moc
Drones
A safety-first learning map for understanding civilian drones, their roles, and their radio systems. This is reference material, not a flight-operating manual or an RF test playbook.
Start here
- Drone landscape — categories, missions, and major subsystems.
- Radio and frequency guide — what the common bands mean and what they do not mean.
- Safe learning path — a simulation and bench-first progression.
- Sources and validation — authoritative sources and refresh gates.
Hands-on: LiteWing (ESP32 drone)
- LiteWing flight guide — from box to first flight: mental model, battery, pre-flight, hover drills.
- LiteWing first-flight checklist — the phased procure → bench-gate → flight runbook.
- LiteWing ML autonomy plan — gated phases P0–P5: manual flight → cflib scripting → vision-based follow-me → floor mapping.
Programming: C++ control core
- C++ course evaluation — Fable's modern-C++ review of the LiteWing course: scorecard + prioritized fixes.
- C++ modern refactor — the rewritten host-safe control core (constexpr/noexcept, chrono dt, std::expected) with before/after diff.