 |
 |
 |
 |
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. Requires a GPS module and an infrared XY sensor (not included). The autopilot handles both stabilization and navigation, eliminating the need for a separate stabilization system. It also supports a "fly-by-wire" mode that can stabilize an aircraft when flying manually under RC control, making it easier and safer to fly.
The hardware and software are all open source. The board comes with all the surface-mount parts already soldered, but requires the user to solder on connectors. Firmware is already loaded, but the autopilot software must be downloaded and loaded onto the board by the user.
ArduPilot is the autopilot used to win the 2009 Sparkfun Autonomous Vehicle Competition!
|
|
 |
 |
|
 |
 |
 |
 |
 |
Features
- Can be used for an autonomous aircraft, car, or boat.
- Built-in hardware failsafe that uses a separate circuit (multiplexer chip and ATtiny processor) to transfer control from the RC system to the autopilot and back again. Includes ability to reboot the main processor in mid-flight.
- Multiple 3D waypoints (limited only by memory)
- Altitude controlled with the elevator (ArduPilot 2.0 software) or throttle (ArduPilot 1.0 software)
- Comes with a 6-pin GPS connector for a 1Hz EM406 GPS module. Faster 5hz GPS modules, such as the Locosys 200031, are supported via an optional expansion board and the version 2.2 code, now in beta.
- Has 6 spare analog inputs (with ADC on each) and 6 spare digital input/outputs to add additional sensors
- Supports addition of wireless modules for real-time telemetry
- Based on a 16MhZ Atmega328 processor. Total onboard processing power aprox 24 MIPS
- Very small: 30mm x 47mm
- Can be powered by either the RC receiver or a separate battery
- ArduPilot 1.x: High-speed ASCII NMEA parser for compatibility with standard GPS modules at any baud rate. ArduPilot 2.0 and 2.1: GPS parser is designed for the EM406 GPS and uses binary mode for efficiency
- Hardware-driven servo control (using the Arduino Servo Timer library), which means less processor overhead, tighter response and no jitters
- Four RC-in channels (plus the autopilot on/off channel) can be processed by the autopilot. This allows the autopilot to read the initial throttle and rudder position when you switch to autonomous mode, so it can maintain speed and heading. The other two channels can be used for whatever you want, such as triggering a camera sequence or dropping an object. (Remember that the aileron and elevator channels are separately controlled by the FMA Co-Pilot)
- LEDs for power, failsafe (on/off), status, and GPS (satellite lock)
|
|
 |
 |
 |
 |
|
 |


|