This repository contains codes to realize an expensive espDrone
The espDrone works with Drone Apps for both Android and IOs
Use uptodate Arduino IDE, or Platformio in VS Code
Devices:
- MPU6050
- ESP8266 (Any Firmware)
The rest is optional, it depends on your design
- MOSFET (IRFZ/ IRFL etc)
- SmallBrushed Motor
- Propellers
- Frame
- etc
[env:esp12e] platform = espressif8266 board = esp12e framework = arduino
Libdaries
- 7364 ;Modbus IP
- 11 ;I2Cdev.h
- PID
- EspSoftwareSerial
- MPU6050 library
- Download the libraries from github, put/extract them into arduino library folder
- Clone this repository and open it with arduino IDE
- Go to Drone Controller app
- Contribute, open issues, requests, etc
STILL IN DEVELOPMENT