1 / 24

Design and Control of a Quadrotor

United Arab Emirates University College of Engineering Department of Electrical Engineering Graduation Projects Unit. Design and Control of a Quadrotor. Group Members:. Advisor: Prof. Hassan Noura. Contents: . Detailed Design. Data Acquisition Circuit. Wireless Camera.

abiba
Télécharger la présentation

Design and Control of a Quadrotor

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. United Arab Emirates University College of Engineering Department of Electrical Engineering • Graduation Projects Unit Design and Control of a Quadrotor Group Members: Advisor: Prof. Hassan Noura

  2. Contents: • Detailed Design. • Data Acquisition Circuit. • Wireless Camera. • Graphical User Interface. • ArduPilot. • Performance Optimization. • Safety Consideration. • Cost Summary. • Introduction. • Objectives. • Applications. • General Overview. • Summary of Achievements in GP I. • AscTec Quadrotor. • Xbee Pro 2.5 Series. • ArduPilot. • DraganFly Eye Cam II.

  3. Introduction: • Quadrotors are aerial vehicles that can be lifted and propelled by four mechanically independent rotors. Quadrotors are capable of: • VTOL. • Hovering.

  4. Project Objectives: • To do the following: • Add a wireless video camera. • Add a GPS Navigation. • Establish a Data Link. • Develop a Ground Station Interface.

  5. Applications: • Aerial Photography. • Covering Crime Scenes. • Controlling road traffics. • Reaching dangerous areas. • Inspection for suspicious objects. • Conduct site measurements and monitoring buildings, bridges, electric tours, roads, etc.

  6. General Overview:

  7. Summary of Achievements in GP I: • AscTec Pelican[1] • GPS Navigation. • 500 grams Payload. • Max. Speed 50 km/h. • Min. Speed 0 km/h. • Launch Type VTOL. • Max. wind Speed 36 km/h. • Max. Altitude 50 m. • Max. Flight Time 20 min.

  8. Summary of Achievements in GP I: ArduPilot • Weight: • 15 g. • Power: • 5 V @ 100 mA. • Price: • $ 300. • Mobile Ground Station. Open Source !!

  9. Summary of Achievements in GP I: XBee Pro 50mW 2.5 [2] • Data Rate: • 250 Kbps. • Power: • 3.3V @ 295mA. • Range: • Up to 1.6 Km. • Price: • $ 40.95.

  10. Summary of Achievements in GP I: • DraganflyEyecam II [3] • Weight: 9 grams. • Size: 15 x 22 x 32 mm. • Range: 300 m. • Resolution: 365K PAL. • Power: 5 V @ 100 mA.

  11. Detailed Design: Data Acquisition Circuit:

  12. Detailed Design: Data Acquisition Circuit: (LM35) • Microcontroller Code • DEFINE ADC_BITS 10 • DEFINE ADC_SAMPLEUS 50 • Temp VAR word • result VAR word • ref CON 1024 • ADCIN 0, Temp ' Read the first ADC channel • result = (Temp*10)*/ ref

  13. Detailed Design: Data Acquisition Circuit: (MQ - 7) • Microcontroller Code • DEFINE ADC_BITS 10 • DEFINE ADC_SAMPLEUS 50 • Gas VAR word • ref CON 1024 • ADCIN 1, Gas • result = (Gas)*/ ref

  14. Detailed Design: Data Acquisition Circuit: (GPS) • NMEA PROTOCOL: • $GPRMC,105408.000,A,2414.2860,N,05544.4821,E,0.21,130.81,190510,,*0F • 105408.000 : the GMT time when this sentence was received. • A: Data is valid ( V means data is not valid). • 2414.2860: Latitude ( ddmm.mmmm). • N: North or south indicator ( in this case this is north). • 05544.4821: Longitude (dddmm.mmmm). • E: East or West indicator ( In this case, this is East). • 0.21: Speed over gorund ( knots). • 130.81: Course over gorund ( degrees). • 190510: Date ( 19th- May – 2010 ). • *0F: Checksum.

  15. Detailed Design: Wireless Camera: QUADROTOR Transmitter Camera 2.4 GHz VIDEO LINK Receiver TV CARD GROUND STATION

  16. Detailed Design: Graphical User Interface:

  17. Detailed Design: ArduPilot: • Parts come separated • Assembled in the lab.

  18. Detailed Design: Mobile Ground Station: • Atmel Processor. • Can be used anywhere. • (Battery operated)

  19. Performance Optimization: Propellers Protection Base Protection

  20. Performance Optimization: • Microcontroller Code • Power Optimization: • serin2 PORTB.7, 188, char • If char = "1" then • high camera • endif • if char = "0" then • low camera • endif

  21. Safety Considerations: • Training. • Testing Area. • LiPo Batteries. • Maintenance.

  22. Cost Summary:

  23. References: • http://www.asctec.de/asctec-pelican/ • http://www.sparkfun.com/commerce/product_info.php?products_id=9111 • http://www.robotshop.ca/draganfly-eyecam-extreme-video-system.html

  24. Any Question ??

More Related