Skip to content

Circuit-Digest/ESP-Drone

Repository files navigation

ESP-Drone

alt_text


ESP32 Tutorials Circuit Digest

What started as a simple DIY ESP32 drone project gradually evolved into LiteWing, a developer-friendly drone development platform.

The original ESP-Drone focused on basic stabilization and Wi-Fi control using the ESP32 and MPU6050. As the project progressed, the firmware and hardware structure were refined and expanded to support additional capabilities such as:

  • Height hold

  • Position hold

LiteWing builds upon the foundation of this project and extends it into a more structured development platform.

Learn more:

LiteWing

LiteWing GIF
LiteWing Positioning Module

LiteWing Positioning Module GIF

Drones have rapidly evolved from niche hobbies to versatile tools with a wide range of applications, from photography to agriculture or even for defense and military purposes. Depending on the application, features and payload capacity their price will vary from pocket changes to a few million. Even though the basic principle behind these drones may appear simple, there is a lot of technology and computation that goes behind it for proper operations and a desired result from these drones. For example, maintaining stability while in the air requires precision sensors such as a Gyroscope and proper processing of reading taken with it. In this project we are going to make such a drone which can be easily controlled using our phones. This DIY drone is small in size and can be built using easily available components such as ESP32 modules, MPU6050 IMU, coreless motors and plastic propellers.

For a full tutorial check out our ESP32 Drone Article. For working video: How to build an ESP32 Drone.


For anyone who is trying to flash the firmware using ESP32 Flash Download Tool, here are the file offsets for each binary
0x1000 bootloader.bin
0x8000 partition-table.bin
0x10000 ESPDrone.bin
[Note: As this projects are very simple we are only providing the code, schemaitic, and a few essential images if you want to get the images or code explanations do check out the Circuit Digest website.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors