Skip to content

wagnerc4/flight_controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flight_controller

A stabilization system for drones using a pyboard, for educational purposes.

The main.py is based is this link: http://owenson.me/build-your-own-quadcopter-autopilot/

The mpu6050.py is a modified version from here: https://github.com/cTn-dev/PyComms/tree/master/MPU6050

The pid.py is based from here: https://github.com/diydrones/ardupilot

To receive the PWM from the RC receiver, I took the code from here: http://wiki.micropython.org/platforms/boards/pyboard/modpyb/Timer-Examples

To control the speed controls, I take the code from here: https://hackaday.io/project/6877-micropython-quadruped-robot

Releases

No releases published

Packages

No packages published

Languages