Skip to content
/ Quadie Public

python code based on Ubuntu for the operation of a customized Quadcopter

Notifications You must be signed in to change notification settings

HeKnOw/Quadie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quadie

Python based API for the use of a quadcopter developed on a Ubuntu embedded system ( Beaglebone Black).

Libraries

Converted to python an open source project from the late Fabio Varesano, The project is an API written in C++ for the arduino to control many different types of IMU's. FreeIMU.cpp - A libre and easy to use orientation sensing library for Arduino Copyright (C) 2011-2012 Fabio Varesano

This is the original repository Fabio Varesano - FreeIMU.

The libraries are targeted towards the GY-87 chip that contains a :

  1. Barometer (BMP180)
  2. Magnetometer(HMC58853)
  3. Accelerometer/Gyroscope(MPU6050)

Thank you Fabio.

PID

A library to create a PID controller

##PING A library to implement a PING sensor to the bottom of the quadcopter

Not fully implemented.

##PWM A library to control the PWM's of our BB, thru an ESC(Qbrain)

##Main.py Main program.

About

python code based on Ubuntu for the operation of a customized Quadcopter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages