My favorites | Sign in
Logo
                
Blogs:
Feeds:

ArduPilot is a full-featured autopilot based on the Arduino open-source hardware platform. It uses infrared (thermopile) sensors for stabilization and GPS for navigation.

The hardware is available from Sparkfun for $24.95.

This code requires the free Arduino IDE to edit and upload the code to the Ardupilot board.

ArduPilot 2.x. It is currently optimized for the Multiplex EasyStar three-channel powered glider and EasyGlider four-channel powered glider, but can be configured for other aircraft. It uses the rudder/ailerons and elevator to maintain level flight and navigate to GPS waypoints. It also includes a "fly-by-wire" mode that simply stabilizes RC flight. Also supports the desktop setup utility and ground station (which requires the free LabView runtime engine) listed in the downloads to right (Ground Station). The main code is ArduPilot2.x.zip in the download section at right, where x is the latest version.

The ArduPilot Configuration utility, which allows point-and-click entry of waypoints, is ConfigTool

The Attiny processor on the ArduPilot board serves as an independent failsafe system. Its code (in C, can be compiled/uploaded with AVR Studio), is available as the "failsafe" code in the download section. If you just want to burn the firmware, use the the fail_safe hex file, also in the download section.

The project is a DIY Drones project and its home page, including hardware resources, can be found here.

ArduPilot features









Hosted by Google Code