Personal tools
Main Page
From Gluonpilot
Gluonpilot is an open source effort to create an affordable, easy-to-use and easy-to-adapt autopilot. It's an all-in-one IMU-based module, which means that you only need 1 PCB board!
Interesting in joining the development (or testing)? Drop me a line!
Quick links: Upgrading firmware | Overview getting started | Forum | Hardware
Weblog | RSS |
First gluonpilot quadrocopter
- by Tom (talk), from Gluonpilot, 19:31, 14 June 2010, one comment.
One of the things I claimed possible with the gluonpilot is flying both my funjet AND a quadrocopter with it.
Well it is possible! Even using some very cheap components.
Despite the use of SI-units (and thus floating points) in every line of code, an update rate of 333Hz is no problem. Except for a few lines in control.c, and the use of simple_quaternion.c instead of ahrs_kalman_2x3.c, the code is exactly the same as the one I use for flying my funjet.
Here you can see the first flight:
Circle navigation fun
- by Tom (talk), from Gluonpilot, 13:45, 5 June 2010, no comments.
Autopilots are so much fun!
After finishing the circle navigation code I decided to test it by letting my funjet climb until the critical point where you can barely see it's orientation (but still can!). Then I turned the motor off to let it descent.
The result is a very cool KML file:
Quadrocopter tests
- by Tom (talk), from Gluonpilot, 15:38, 30 May 2010, one comment.
After successfully stabilizing funjets (and other planes), it's time to tackle the quadrocopters!
The code was slightly changed to make the filter and control loops run at 200Hz, the ESC's are updated at 400Hz.
Gyroscope values are sent directly to the ESC's for fast response times (D-term). Filtered angles are used for the absolute attitude (P-term, slower response).
Hopefully the weather will be better next weekend so we can do some real tests!
This is on the future roadmap ;-)
New funjet
- by Tom (talk), from Gluonpilot, 16:34, 14 May 2010, no comments.
A blocked servo (NEVER use cheap servos) caused a fatal crash (from 50m height straight down). My good old funjet is no more...
Here comes the Funjet Ultra! I took this opportunity to build a nice airframe for the gluonpilot module!
Everything is under the so-called "turtledeck". This turtledeck is a major contributor to the structural strenght of the funjet. I added some carbon reinforcements to make sure it all remained stiff and strong:
Release v0.2
- by Tom (talk), from Gluonpilot, 11:53, 2 May 2010, one comment.
For most people, accessing the SVN code repository is a bigger hassle than I expected. As a result, I'm planning to make releases of both the firmware and the Gluonpilot configuration tool. The files can be found in the download section. Version 0.2 is the latest release and supports everything (datalogging, configuration, stabilization) except navigation (which is currently undergoing tests). Stay tuned!
Newest files
Gluon3d.png |
Sensorcalibration.pn… |
Gluonkit.jpg |
Gluonbottom.jpg |
Gluontop.jpg |
Collagegluon.jpg |
Funjetready.JPG |
Funjetclosed.JPG |


