๐ค
Kyronix Controller
Android 8.0+ ยท Material 3
v1.0.0
โ
0 downloads
Installation instructions
- Open the downloaded .apk.
- If prompted, allow Install unknown apps for your browser/files app (Settings โ Apps โ Special access).
- Tap Install, then open Kyronix.
- Join the drone's WiFi ESP32-DRONE and connect.
๐ง
Flight Controller Firmware
ESP-IDF 5.x ยท PlatformIO
v1.0.0
Flash instructions
- Install esptool.py (pip install esptool).
- Hold BOOT, connect USB.
- esptool.py --chip esp32 write_flash 0x1000 bootloader.bin 0x8000 partitions.bin 0x10000 firmware.bin
- 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