mirror of
https://github.com/espressif/esp-drone.git
synced 2026-07-21 10:15:36 +00:00
cc41b335e430b0f46a992120699f59f385fd9a89
hardware: add esp32_s2_drone_v1.2 bom file See merge request ae_group/esp-college/esp-drone!31
ESP-Drone
Introduction
ESP-Drone is an open source solution based on Espressif ESP32/ESP32-S2 Wi-Fi chip, which can be controlled by a mobile APP or gamepad over Wi-Fi connection. ESP-Drone comes with simple hardware, clear and extensible code architecture, and therefore this project can be used in STEAM education and other fields. The main code is ported from Crazyflie open source project with GPL3.0 protocol.
For more information, please check the sections below:
- Getting Started: Getting Started
- Hardware Schematic:Hardware
- iOS APP Source code: ESP-Drone-iOS
- Android APP Source code: ESP-Drone-Android
Features
- Stabilize Mode
- Height-hold Mode
- Position-hold Mode
- APP Control
- CFclient Supported
Note: to implement Height-hold/Position-hold mode, extension boards are needed. For more information, see Hardware Reference.
Third Party Copyrighted Code
Additional third party copyrighted code is included under the following licenses.
| Component | License | Origin | Commit ID |
|---|---|---|---|
| core/crazyflie | GPL3.0 | Crazyflie | tag_2021_01 b448553 |
| lib/dsp_lib | esp32-lin | 6fa39f4c |
THANKS
- Thanks to Bitcraze for the great Crazyflie project.
- Thanks to Espressif for the powerful ESP-IDF framework.
- Thanks to WhyEngineer for the useful ESP-DSP lib.
Languages
C
99.1%
HTML
0.7%
CMake
0.2%
