This site is dedicated to the design and construction of the AeroQuad, a remote controlled four rotor helicopter, also known as a quadrocopter. The parts list, frame construction and instructions on building the flight board are available here. The AeroQuad is a quadrocopter design that uses the Arduino (Mega or Duemilanove with 328P) microcontroller as the flight control board. This is the older brother to the original MikroQuad.
Current Features
Gyro stabilized flight with separate PID loops for roll, pitch and yaw axes
PWM update rates to ESC's increased to 400 Hz
Single pole low pass filter implementation for reducing sensor noise
Improved calibration process for gyros and accelerometers
Additional user defined values able to be saved to EEPROM
Code restructured to allow for easier user modification
XBee for long distance communication
Capability to fly in + or x mode
Windows configuration application
Realtime graphs of flight data
GUI for configuration of PID and other flight parameters
Planned Features
"Hands Free" Auto level flight utilizing low cost 6DOF IMU
3 axis magnetometer for heading hold capability
GPS for transmission of location and determination of altitude
Custom shield for On Screen Display of live video
Voltage detection/warning of battery level
Customizable flight LED display pattern
Recent Forum Posts
I'm not sure this is a bug and I may not know enough about setting up v2.0 versus v1.7 but I don't seem to get the same amount of sensor information when viewing the raw sensor data in the...
This makes good sense, but I don't know how to get all that to fit with the larger gauge wires that people are using. Originally I had holes for the wires to pass through the board 2x for soldering -...
Oh boy, those Dragonplate rectangular section tubes with braided outside... Killer to build a quad with! :) I believe Nicoletto quad has something similar:...
I assumed it was just like the one the Arducopter guys are making, I like this better. Powerpoles are very small connectors though so that 2nd link i provided to the 4-way connector isn't far off in...
Can you get serial communications up using the serial monitor built into Arduino IDE? There is a reference list of commands (single letter keyboard commands) on one of the first pages on AQ site.