Releases

Downloads

Get the latest app, firmware, and source code. Builds and metadata are served live from Supabase.

๐Ÿค–

Kyronix Controller

Android 8.0+ ยท Material 3

v1.0.0 โ€”

0 downloads

Installation instructions
  1. Open the downloaded .apk.
  2. If prompted, allow Install unknown apps for your browser/files app (Settings โ†’ Apps โ†’ Special access).
  3. Tap Install, then open Kyronix.
  4. Join the drone's WiFi ESP32-DRONE and connect.
๐Ÿ”ง

Flight Controller Firmware

ESP-IDF 5.x ยท PlatformIO

v1.0.0
Flash instructions
  1. Install esptool.py (pip install esptool).
  2. Hold BOOT, connect USB.
  3. esptool.py --chip esp32 write_flash 0x1000 bootloader.bin 0x8000 partitions.bin 0x10000 firmware.bin
  4. Reset the board.
๐Ÿ“ฆ

Source Code

Firmware + Android app

MIT licensed โ˜… open

Everything is public โ€” read it, fork it, build your own.

View on GitHub โ†—
What's inside
  • /esp32-brushed-fc โ€” flight controller firmware
  • /android โ€” Kotlin + Compose controller app
  • /docs โ€” wiring, tuning, protocol