QuadDuino - UU

9
QuadDuino Andrew Moore

Transcript of QuadDuino - UU

Page 1: QuadDuino - UU

QuadDuinoAndrew Moore

Page 2: QuadDuino - UU

● Quad copter using an Arduino board for flight stabalization and object avoidance

● Uses the AeroQuad open project guidelines

● Stabilization software packaged with AeroQuad kit

● Object avoidance will be personal code using sonar sensors from the AeroQuad store

Summary

Page 3: QuadDuino - UU

Potential Appearance

Page 4: QuadDuino - UU

● Aluminum Frame● Arduino Uno● AeroQuad v1.9 shield● Gyroscope● Accelerometer● x5 Sonar distance sensors● 4x motors and propellers● 4x Electronic Speed Controllers● HobbyKing Spektrum Rx/Tx units

Hardware

Page 5: QuadDuino - UU

Arduino with AeroQuad v1.9 Shield

Page 6: QuadDuino - UU

● Uses Arduino 1.0 open source code○ C-like○ uses a setup() and loop() method to form basic

outline○ Uses serial input and output

● Stabalization software is AeroQuad 1.9

Software

Page 7: QuadDuino - UU

● Motor distance from the center● Total weight of the device● Low battery behavior

Special Considerations

Page 8: QuadDuino - UU

● QuadDuino Update 1○ http://www.youtube.com/watch?

v=xYYJC50uZvY&feature=youtube_gdata_player● QuadDuino Update 2

○ http://www.youtube.com/watch?v=jegSHPWbxAE&feature=youtu.be

Demonstrations

Page 9: QuadDuino - UU

● www.aeroquad.com● www.arduino.cc

References