Implement ESP-NOW support (#40)

This commit is contained in:
Oleg Kalachev
2026-05-21 10:48:31 +03:00
committed by GitHub
parent bd2b1bd5de
commit fdcc9533b3
11 changed files with 227 additions and 27 deletions
+2 -2
View File
@@ -21,8 +21,8 @@
* Dedicated for education and research.
* Made from general-purpose components.
* Simple and clean source code in Arduino (<2k lines firmware).
* Connectivity using Wi-Fi and MAVLink protocol.
* Control using USB gamepad, remote control or smartphone.
* Communication using MAVLink protocol over Wi-Fi or ESP-NOW.
* Control with USB gamepad, remote control or smartphone.
* Wireless command line interface and analyzing.
* Precise simulation with Gazebo.
* Python library for scripting and automatic flights.