The AeroQuad is an open-source hardware and software project dedicated to the construction of remote controlled four-rotor helicopters, also known as quadcopters or quadrocopters.
AeroQuad hardware typically consists of an Arduino microcontroller (Mega-2560 or Uno) as the flight controller board, and an AeroQuad shield with various sensors, such as an accelerometer and gyroscope.
AeroQuad Configurator, written mostly in C and uploaded to the micro-controller via the Arduino IDE, currently supports Rate (Acrobatic) Mode that uses only the gyroscope for flight assistance, and Attitude (Stable) Mode that use both the gyroscope and accelerometer for auto-leveled flight assist.
Additionally, there are sensors that provide numerous other optional functions, such as heading or altitude hold.
Detailed instructions on how to install and use the AeroQuad Configurator utility on your Mac are available HERE.
Here are some key features of "AeroQuad Configurator":
Multiple flight configurations are supported:
· Quad X
· Quad +
· Quad Y4
· Tri
· Hex X
· Hex +
· Hex Y6
· Octo X
· Octo +
· Octo X8
Multiple flight angle estimation algorithms supported:
· Improved DCM (best with magnetometer)
· ARG (best with no magnetometer)
· MARG (experimental)
Flight options supported:
· Heading hold with magnetometer or gyro
· Altitude hold with barometer
· Altitude hold with ultrasonic sensor (best for low altitude hold and terrain following)
Enhanced battery monitoring options:
· Enable auto descent
· Specify battery cell count
· Integration with On Screen Display (OSD)
Multiple receiver options:
· 6 or 8 channel receivers supported
· PWM receivers
· PPM receivers
· PPM using hardware timer
· Specific support for Spektrum, Graupner, Robe, Hitec, Futaba, Hitec, Sanwa & others
Telemetry options:
· Wireless telemetry on dedicated serial port
· Open Log binary write
Camera stabilization support:
· Dedicated servo channels for roll, pitch, yaw
Custom OSD support for MAX7456:
· Specify video standard to use
· Specify callsign to display
· Built in attitude indicator
· Display altitude in feet/meters
· OSD system which allows remote PID tuning!
Requirements:
· LabVIEW 2010 Runtime Engine
What's New in This Release: [ read full changelog ]
· Unified release with Flight Software for official support of AQ32 Flight Controller.