espDrone-Arduino
espDrone-Arduino copied to clipboard
This repository contains esp8266 codes for espDrone project. This project aims to produce the cheapest drone using Arduino IDE
About
This repository contains codes to realize an expensive espDrone
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
To set up environment
- 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