flix (flight + X) — making an open source ESP32-based quadcopter from scratch.
- Simple and clean Arduino based source code.
- Acro and Stabilized flight using remote control.
- Precise simulation using Gazebo.
- In-RAM logging.
- Command line interface through USB port.
- Wi-Fi support.
- MAVLink support.
- Control using mobile phone (with QGroundControl app).
- ESCs with reverse mode support.
- Textbook and videos for students on writing a flight controller*.
- Completely 3D-printed frame.*
- Position control and autonomous flights using external camera*.
- Building and running instructions.
* — planned.
See YouTube demo video: https://youtu.be/8GzzIQ3C6DQ.
Simulation in Gazebo using a plugin that runs original Arduino code is implemented:
You can also check a user contributed variant of complete circuit diagram of the drone.
* — SBUS inverter is not needed as ESP32 supports software pin inversion.
* — not needed as ESP32 supports software pin inversion.
Subscribe to Telegram-channel on developing the drone and the flight controller (in Russian): https://t.me/opensourcequadcopter.
Detailed article on Habr.com about the development of the drone (in Russian): https://habr.com/ru/articles/814127/.