Skip to content

quesswho/PID_Drone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PID DRONE

This software is used to stabilize and control a drone. The drone uses the MPU-6050 sensor as the primary source of information such as orientation, accelerations and angular velocities. To retrieve the sensor values a library by Electronic Cats is used. This library provides user access to the onboard DMP(Digital Motion Processor). The DMP produces a quaternion useful for calculating the respective motor values.

Final Drone

Installation

  1. Firstly, you need processing.
  2. Clone the repository git clone https://github.com/quesswho/PID_Drone.git
  3. Get the Game Control Plus library installed through Processing by Sketch->Import Library->Add Library
  4. If using Arduino IDE go Tools->Library Manager, then search for mpu6050 and install the library by Electronic Cats (Should be option 3)
  5. Also get the library RF24 TMRh20
  6. Setup a circuit with an arduino and a mpu6050 imu. Example: Arduino and Mpu6050

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published