Unmanned Aerial Vehicle Design, Development, and Implementation

Size: px
Start display at page:

Download "Unmanned Aerial Vehicle Design, Development, and Implementation"

Transcription

1 Unmanned Aerial Vehicle Design, Development, and Implementation Faculty Advisor Dr. David Schmidt Team Members Patrick Herklotz, Shane Kirkbride, Mike Kopps, Mark Kraska, John Ordeman, Erica Rygg, Matt Spears, Sam Szarka, and Benjamin Young Special Thanks to: Our sponsors: And especially: IEEE Pikes Peak Section Executive Committee, Dr. Terrance E. Boult, Ben Udhall, Brandon Garrison, Daniel Ruiz, Delphine Humphries, Jim Fournier, Ryan Thomas, Ski Munch, and Katie Collins

2 Abstract: The Near Space Unmanned Aerial Vehicle Team (NSUAV) at University of Colorado at Colorado Springs (UCCS) designed and constructed an Unmanned Aerial Vehicle (UAV). This project was inspired by the Near Space Initiative which is an agreement between the UCCS and the Air Force Research and Army Research Labs. As a first step toward understanding the complexities of a near space environment the NSUAV team chose to build a basic UAV. The mission and goals of the AUVSI Seafarer s Student Unmanned Aerial Vehicle competition are consistent with the NSUAV team goals. The NSUAV team chose to enter the initial project into the competition to gain an objective mark on their progress. The process of designing a low cost unmanned aerial vehicle with commercially available parts is summarized in this paper. The implementation of a navigation system with capability to follow and fly through dynamic waypoints carrying a two to three pound payload while taking in video imagery is also discussed. UCCS 2

3 Table of Contents I. Introduction 4 II. Design Process and Overview... 4 III. Autonomous Navigation 6 IV. Platform Design..9 V. Power System VI. Target Recognition System.14 VII. General Safety and Procedures..15 VIII. Conclusion.16 UCCS 3

4 Introduction The NSUAV Team's entry into the AUVSI competition was initiated with the purpose of submitting a UAV entry that meets the AUVSI competition specifications and the following goals as stated on the competition rules an unmanned, radio controllable aircraft to be launched and transition or continue to autonomous flight, navigate a specified course, use onboard payload sensors to locate and assess a series of man made objects prior to returning to the launch point for landing. In addition to this goal, the NSUAV had further goals of constructing a UAV with off the shelf parts, keeping the cost under 10,000 dollars, and to design a robust UAV with the simplest possible architecture to keep complexity low and system malfunctions to a minimum. Design Process and Overview The engineering process begins with the identification of specific goals. In this step the goals of the product to be designed are discussed and settled upon. Next, a system level breakdown of the individual systems occurs. Here the different tasks or systems of the product are determined and defined. An initial system break down is shown in Figure 1. After the design is made and the systems specifications are determined and defined. Action is taken to implement the design. Lastly, the designed product is tested to determine whether the product meets the goals and specifications. The individual systems may be tested independently at first in order to isolate system specific faults. Later, the entire product design/prototype is tested to isolate any Figure 1: Systems Breakdown for a UAV remaining errors or design faults. Design Overview Figure 1 shows the four subsystems which make up the NSUAV design. The autonomous navigation subsystem is responsible for the actual flight of the UAV. This system must be robust, contain failsafe capabilities, lightweight, low power, and low cost The target recognition system was developed in accordance with the AUVSI competition standards and had low power, low weight and size requirements in addition to minimum video resolution requirements. The power system powers the electronics both on the vehicle and on the ground and the batteries within it were required to be as small and lightweight as possible. The platform system is defined as the mechanical and structural parts of the design. Each of these systems will be discussed with emphasis on their construction, components and the specifications which determined the selection of the components used. UCCS 4

5 Autonomous Navigation Autonomous navigation can be achieved with a complex flight control system more commonly referred to as an autopilot. A basic autopilot will be able to take latitudinal and longitudinal coordinate readings of the current position and altitude of the aircraft. It should take these readings and use them to control the flight of the aircraft in such a manner as to steer the aircraft toward the desired target destination. At the same time the autopilot will accept the current thrust measurement and three dimensional velocity vector (yaw, pitch, roll) readings and make adjustments to the aircraft control surfaces in such a manner as to keep the aircraft in a stable and level flight pattern. Some autopilots also have the ability to take action in the event GPS data is lost or a communication link breaks Figure 2: Entire UAV system with starter kit down. Procerus Kestrel Autopilot After considering the complex control system engineering involved in the design of an autonomous navigation unit, it was decided the purchase of a commercially available autopilot was to be the practical time and cost efficient solution. The Kestrel Autopilot from Procerus Technologies, shown in Figure 3, was selected from among a number of different commercially available products due to its ease of configuration, small size, weighing 16.7 grams and 1.29in2 in volume, low voltage and power requirements (5VDC), and cost. In addition, the Kestrel Figure 3: Kestrel 2.2 autopilot with Aerocomm AC4490 makes communications simple modem attached with its piggyback modem, and plug-and-play GPS receiver. UCCS 5

6 Among the Kestrel's features is an Inertial Measure Unit (IMU) which is composed of 3-axis rate gyros and accelerometers. Absolute and differential pressure sensors provide barometric pressure and aircraft air speed. Three temperature sensors combined with a 20 point temperature Figure 4: Kestrel 2.x block diagram compensation algorithm reduce sensor drift improving aircraft state measurement and estimation. Figure 4 shows how all of these components work together on the Kestrel. The Kestrel was originally designed for a foam delta wing aircraft powered with a lightweight electric motor. However, the NSUAV team platform is a gas powered trainer plane. The nitro 2stroke engine vibrations created a problem which manifested itself as an intermittent ground control to Kestrel communications link. This problem was resolved by designing and constructing a vibration dampening mount for Figure 5: the autopilot vibration dampening mount for the the craft and the Kestrel. This is Kestrel shown in figure 5. The design is intended to minimize the amount of vibrations while still holding the autopilot as stable as possible during flight. Autopilot Communications Aircraft coordinate and altitude telemetry is transmitted and received via a pair of Aerocomm AC MHz radio modems. The Ground Control station consists of a notebook computer and a device called the Commbox. The Commbox is a small communications hub. It contains the modem needed to communicate with the Kestrel Autopilot and the serial port connector to interface with a notebook computer The notebook computer along with the Virtual Cockpit Figure 6: UAV in flight UCCS 6

7 software from Procerus Technologies lets a user upload waypoints, tune PID gains, calibrate sensors, and monitor the flight. Waypoints can be defined as latitude, longitude, and altitude coordinates which are points in space through which the flight coordinator or mission control operator wishes to fly the UAV to, or through. Mission Control/ Navigation System for the autopilot The mission control system consists of a graphical user interface (GUI) built into a software package called the Virtual Cockpit. A basic screen shot of the Virtual Cockpit is shown in figure 7. The Virtual Cockpit runs on a notebook PC and is designed to command the autopilot to fly through a predetermined waypoint sequence. The commands are issued from the software to the Commbox via a serial port and are then transmitted to the autopilot. Mission control also has the ability to accept and Figure 7: A screen shot of the Virtual Cockpit Software submit a change in the waypoint GUI. This software is responsible for the ground sequence in mid-flight if a change in control data management mission objectives occurs in mid-flight. Figure 8: The entire ground control station including the Commbox and the Futaba RC transmitter unit. The Virtual Cockpit software contains a GUI which makes current altitude, attitude, and elevation information immediately available to the mission control operator. The Virtual Cockpit s graphical display shows the aircraft's vital signs in an obvious way so the flight coordinator and backup pilot would be able to make rapid decisions in the event an emergency was to occur. The flight telemetry data can then be saved to a file and evaluated if needed. UCCS 7

8 Platform Design The platform for the UAV is the Sig Kadet LT-40 ARF. This model aircraft has proven to be an easy flier for beginner RC pilots and is highly recommended as a trainer by the RC community for its excellent stability. An unmodified Sig Kadet LT-40 ARF is shown in figure 9. The entire platform with the payload is 8 lbs. Figure 9: An unmodified ARF SIG LT-40 Airframe Selection The Kadet LT-40 has a large wing surface area of 900in2 with a wingspan of 70in. The large wing surface lift area is a must for heavier payloads and uncompromised flight stability. The standard airfoil design has a flat bottom with airfoil top side. The tricycle style landing gear of the Kadet provides take-off and landing stability while also remaining maneuverable on the ground. Propulsion Propulsion is provided by an O.S nitro RC engine. This is a 2 stroke engine with a horsepower of 1.90 BHP at 16,000 RPMs. The engine was chosen for use in combination with the Kadet LT-40 platform to allow enough power to sustain normal flight with the increased payload weight of the autonomous flight electronics. The altitude of UCCS is 6,300 ft. above sea level; the thinner atmosphere was a factor in sizing the engine to an above average displacement. Payload Placement The payload must be carefully distributed to maintain the center of gravity within acceptable limits. The vehicle's center of gravity is determined by payload placement, engine size, location and weight among other factors. It was determined that the center of gravity must be kept a few inches behind the airfoil's leading edge in order to keep the lift vector and center of gravity as close together as possible. Since the majority of the payload area is located within the fuselage, re-balancing of Figure 10: The target recognition (external) loads lateral to the midline was unnecessary. payload was placed directly under the Figure 10 shows the placement of the center of gravity to maintain stable flight external payload. Special care was taken in the dynamics. design of this payload mount to ensure a minimal amount of change occurred in the flight dynamics of the platform. The weight of the payload is about 1.5lbs. UCCS 8

9 Power System Overall Power System Structure Figure 11, below, shows the block diagram outline of the entire power system used in the UAV. Figure 11: Power Block Diagram The UAV has two power sections, the first is on the onboard system and the second is the ground station. As seen in figure 11, the laptop unit, video receiver, and the Commbox for the Kestrel, will be powered using a separate DC to AC power inverter will be powered by a 12V car battery. These are the three most critical devices outside of the autopilot itself. The other devices are powered by their own internal batteries. UCCS 9

10 On-board Power System Figure 12 outlines the power system on-board the platform. On Board Power Supply System for UAV Charge Port 5V 4.8 V 700 mah Servo Battery 11.1 V Li PO 2300 mah Kestrel Battery 9.6 V 600 mah NiCd Gimble Battery Charge Port 12V Charge Port 10V Servos Switch 1 Kestrel GPS Switch 2 Gimble Power Switch 3 Video Transmitter Camera Gimble Servo Radio Reciever Figure 12: On-board Power Scheme Outline The entire system is powered by three primary batteries: one Lithium Polymer battery for the Kestrel Auto Pilot, and two NiCd batteries for the airplane servos and the gimbal. These three batteries are attached to three switches which switch between a charging supply and the component. An interface board with the three charge ports is attached to one end of the switches along with the batteries. When the switches are in the off position, the charge ports are attached directly to the batteries themselves. This allows the batteries to charge without removing them from the platform, and allows for quick voltage checks in the field. The 4.8V NiCd for the servo control does not connect directly to the servos. Rather, the connection is routed through the Kestrel unit, and multiplexed with the servo controls on each channel. This is shown as a loop through in figure 11. The 11.1V Li-PO is the most powerful battery, at 2300 mah, used to power the Kestrel unit itself. This also routes outward to power the GPS receiver unit, and the 900 MHz modem attachment. Because of the volatile nature of the Li-PO, it is removable so it can be charged separate of the platform. Figure 13 shows the way the three batteries are mounted inside the platform. The 9.6V gimbal battery is mounted beneath the fuel tank, and the Velcro strips outline where the Li-PO is mounted. UCCS 10

11 Figure 13: Battery Mounts The gimbal unit has a custom-built power supply system powered off of the 9.6V NiCd. Figure 14 shows the power board schematics and board layout diagrams for the main board. Figure 14 shows the schematic drawing of the power kill daughter board (PKDB). Figure 14: Gimbal Power Supply Main PCB Drawing Figure 15: Schematic of the power supply with all components shown UCCS 11

12 Figure 16: Power Kill Daughter Board In Figure 15, JP2 is the 9.6V battery input. JP1 is the interface with the PKDB seen in Figure 16. All other connectors on the board output 5V, which power the video transmitter, the gimbal radio receiver, and the camera. Figure 17 shows the layout of the PKDB, originally designed for use with the Li-PO battery in the earlier stages of the project. IC1 is an Atmel TINY13S microcontroller, which senses the incoming voltage from the battery. When the voltage drops below the programmed threshold voltage, it disables the switching regulator on the main board. JP2 is a 3x2 header connector used to program the part. Ground Station Power Most units on the ground are powered using internal batteries. A separate radio transmitter, powered by a 9V internal battery array, controls the servo attached to the camera on the gimbal, as seen in Figure 11. The Commbox unit has a12v rechargeable battery inside. The vital importance of this unit and the laptop computer necessitates a power inverter be used so the power loss issues will not be a factor. A 12V adapter plugged into the inverter must power the video receiver. The Futaba radio transmitter does not need external power supply unit. UCCS 12

13 Target Recognition System Design Image Recognition Design Overview This system contains software that processes the images received from the plane and has the sole purpose of finding target shapes/objects/colors in the pictures, and determining their locations via the GPS information received from the plane at the time of the photo being taken. The video processing software will give a signal to mission control to take a picture. At the same time, the GPS coordinates and heading of the plane will be sent to the image processing software. The GPS coordinates are needed as this allows pictures to be matched up with the locations where they were taken. The process of matching pictures with their GPS coordinates must have a low time delay, since longer the time delays will introduce larger errors into the data. Hardware Design There are five main components in the hardware design; the components are the camera, transmitter, servo, power unit and receiver. First, the Black Widow camera is responsible for actually capturing the image. Then, signal is digitized and sent to the 2.4GHz Black Widow transmitter. The receiver and servo are connected so the camera can be pointed in any given Figure 17: The hardware for the imaging system. direction along one axis. The ability for the camera to turn compensates for the image distortion which occurs as the plane rolls in a turn. The power supply ties the unit together with a 9.8V power supply as mentioned above. Software Design Figure 18: The data flow upon clicking on a target This section describes how the data imaging software is intended to work and describes the data flow within the software. First the target image is received from a 2.4GHz 0.6Watt transmitter via a 2.4GHz video receiver and its high gain 2.4GHz antenna. Data is translated and stored to an MPEG file using a video capture device. The software displays the video and when the user sees a desirable target, the user places a mouse cursor over the target and clicks. The click's UCCS 13

14 pixel coordinates are used by the software to identify the location of the target. Telemetry from the UAV at the time of the video frame is matched up with the pixel coordinates and the exact coordinates of the target are mathematically extrapolated. The program then logs the information to a file for future reference. The data flow for this program is shown in Figure 19. Figure 19: Software Block Diagram Procedures and General Safety General Safety UAV safety precautions fall under 5 stages: initial safety check, starting the engine, taking off, flight and landing. Aircraft Safety: Check/Walk around Walk Around - Plug aileron and pitot tube** into designated attachments; attach wing and secure wing bolts; ensure no wires hanging out. - Check all hatches to confirm 4 screws attaching them to aircraft; tighten any loose screws - Rack all control surfaces gently; ensure no loose screws on control horn attachments or broken hinges - Gently shake aircraft and listen for loose parts tumbling around in aircraft; remove any loose parts and confirm parts origination before continuing - Turn all switches on and weight for ground controller sensor check, COMM Check, RC COMM check, pressure check, altimeter check, and zero all control surfaces check - Throw all control surfaces in designated directions with manual control unit to ensure they move in the correct direction; reverse any control surfaces that do not and confirm changes with ground controller - Gain Clearance to begin engine startup procedures and proceed to next section ** Pitot Tube A tube used to measure air pressure due to forward velocity of an aircraft. A pressure tube is routed from outside the aircraft to a pressure sensor. Starting Engine Fuel Engine UCCS 14

15 - Command full throttle to open carburetor assembly. Clear area within 6 feet diameter around aircraft; pilot plugs carburetor and whorls prop until fuel drawn into engine and engine audibly starts. - Command idle throttle setting. - Confirm throttle cut closes carburetor assembly. Start Engine - Pilot assistant attaches glow clip to engine glow plug. - Pilot announces CLEAR PROP. - Clear bystanders from 15 feet on either side of line of prop (See Diagram on following page.) Airplane: Top View Kill Zone Red: DANGER ZONE: clear bystanders from prop if prop shatters during startup No Standing Figure 20: Diagram of danger zones for propeller safety - Apply electric starter and whorl engine until it runs Move behind engine; pull glow clip off of engine and ensure engine runs on its own Announce full throttle; pilot assistant holds aircraft vertical to ensure RPM stays constant; richen or lean engine as needed Announce idle and prepare aircraft for taxing Takeoff Gain clearance to takeoff from ground controller - Pilot look both ways on Runway and ensure no obstacles/bystanders on runway or tarmac; ground crew check also and confirm clearance status - Announce TAKING OFF followed by FULL THROTTLE - Allow aircraft to come up to sufficient airspeed for takeoff roll - Fly aircraft to designated AGL and activate UAV systems when instructed to do so by ground controller Landing Gain clearance to land from ground controller - Pilot glance both ways on runway to check for obstacles/bystanders on runway or tarmac; ground crew check also and confirm clearance status - Pilot announce LANDING proceeded by THROTTLING DOWN - Fly aircraft into landing pattern and announce BASE LEG followed by FINAL TURN INTO RUNWAY followed by FINAL APPROACH - Land aircraft gently within flight envelope - Gain clearance to taxi on to tarmac and into pit area; shutdown engine - Turn off all switches on aircraft and transmitter - Move all equipment into competition impound area UCCS 15

16 Failsafe The failsafe is designed to gently land plane in case of loss of transmission. The following commands are executed in case of loss of transmission. - Throttle Closed - Elevator full up - Full right rudder - Full right aileron Procedures There are 4 initial flights before the system can be perfectly configured. These procedures must be conducted after any change in platform or system. They are the procedures recommend by Procerus for proper use of the Kestrel system. Flight 1: Launch, flight, landing The entire flight will be conducted in Manual Mode. In this mode, the control inputs on the RC controller go directly to the control surfaces. Rate damping PID loops can be enabled in this mode to make the aircraft easier to fly, however, because the rate loops have not been tuned, they should be disabled for this flight. The goals for this flight are trimming the aircraft and finding reasonable values for trim airspeed, trim throttle, and trim angle of attack. Flight 2: Tuning Rate Damping Servo PID loops The purpose of the second flight is to tune the rate damping servo loops. The rate damping PID loops damp the aircraft rotation around the pitch, roll, and yaw axis if the aircraft has a rudder. Familiarity with the control algorithms of the autopilot is very useful for this stage. Flight 3: Tuning the inner attitude hold loops, the outer airspeed and altitude hold PID loops The purpose of the third flight is to tune the inner attitude hold loops and the outer airspeed and altitude hold PID loops. Because the rate loops were tuned in Flight 2, the pilot can now utilize rate damping in Manual Mode if desired. Again, keep the aircraft close enough such that the pilot can easily switch to manual mode to save the aircraft. Flight 4: Re-verification of waypoint navigation and proper loitering The purpose of the fourth flight is to verify waypoint navigation and loiter work correctly. At this point, it is assumed flights one, two, and three have been completed and the aircraft is tuned to fly in Altitude and Speed Modes. Use the Failsafe Setup Screen to enable the fail-safes. The user may also choose to enable the joystick or keyboard inputs for roll and altitude control in Speed and Altitude modes. UCCS 16

17 Conclusion In conclusion, the target goals of designing a robust low cost UAV with a low system complexity to minimize system malfunctions was met with great success. Test flights confirm that the use of external charging ports, a small and efficient autopilot with plug-and-play peripherals, and other equally effective systems has benefited in a low time to flight and low incidence of operator errors. However, whether or not the NSUAV design can meet AUVSI specifications and accomplish the mission goals is yet to be determined. UCCS 17

Palos Verdes High School 1

Palos Verdes High School 1 Abstract: The Palos Verdes High School Institute of Technology (PVIT) Unmanned Aerial Vehicle team is proud to present Condor. Condor is a hexacopter weighing in at 1664g including the 4 cell 11.1 volt,

More information

Development of an Autonomous Aerial Reconnaissance Platform at Virginia Tech

Development of an Autonomous Aerial Reconnaissance Platform at Virginia Tech Development of an Autonomous Aerial Reconnaissance Platform at Virginia Tech Gregg Vonder Reith, Ken Meidenbauer, Imraan Faruque, Chris Sharkey Jared Cooper, Shane Barnett, Dr. Charles Reinholtz Department

More information

Warning! Before continuing further, please ensure that you have NOT mounted the propellers on the MultiRotor.

Warning! Before continuing further, please ensure that you have NOT mounted the propellers on the MultiRotor. Mission Planner Setup ( optional, do not use if you have already completed the Dashboard set-up ) Warning! Before continuing further, please ensure that you have NOT mounted the propellers on the MultiRotor.

More information

Design and Development of the UTSA Unmanned Aerial System ACE 1

Design and Development of the UTSA Unmanned Aerial System ACE 1 Design and Development of the UTSA Unmanned Aerial System ACE 1 For use in the 2010 AUVSI Student UAS Competition Ilhan Yilmaz Department of Mechanical Engineering (Team Lead) Christopher Weldon Department

More information

AERO. Meet the Aero. Congratulations on your purchase of an Aero!

AERO. Meet the Aero. Congratulations on your purchase of an Aero! AERO Congratulations on your purchase of an Aero! Please read the following sections of this manual to get started with your new autonomous aircraft. 1 Meet the Aero 7 Fly-by-wire mode 2 Safety 8 Command

More information

AERO. Meet the Aero. Congratulations on your purchase of an Aero!

AERO. Meet the Aero. Congratulations on your purchase of an Aero! AERO Congratulations on your purchase of an Aero! Please read the following sections of this manual to get started with your new autonomous aircraft. 1 Meet the Aero 7 Fly-by-wire mode 2 Safety 8 Command

More information

Super Squadron technical paper for. International Aerial Robotics Competition Team Reconnaissance. C. Aasish (M.

Super Squadron technical paper for. International Aerial Robotics Competition Team Reconnaissance. C. Aasish (M. Super Squadron technical paper for International Aerial Robotics Competition 2017 Team Reconnaissance C. Aasish (M.Tech Avionics) S. Jayadeep (B.Tech Avionics) N. Gowri (B.Tech Aerospace) ABSTRACT The

More information

2015 AUVSI UAS Competition Journal Paper

2015 AUVSI UAS Competition Journal Paper 2015 AUVSI UAS Competition Journal Paper Abstract We are the Unmanned Aerial Systems (UAS) team from the South Dakota School of Mines and Technology (SDSM&T). We have built an unmanned aerial vehicle (UAV)

More information

UAV KF-1 helicopter. CopterCam UAV KF-1 helicopter specification

UAV KF-1 helicopter. CopterCam UAV KF-1 helicopter specification UAV KF-1 helicopter The provided helicopter is a self-stabilizing unmanned mini-helicopter that can be used as an aerial platform for several applications, such as aerial filming, photography, surveillance,

More information

Electric Penguin s philosophy:

Electric Penguin s philosophy: UNMANNED PLATFORMS AND SUBSYSTEMS Datasheet v 1.1 Penguin BE Electric Unmanned Platform Up to 110 minutes of endurance 2 with 2.8 kg payload 23 liters of payload volume Quick replaceable battery cartridge

More information

PENGUIN B UAV PLATFORM

PENGUIN B UAV PLATFORM UNMANNED PLATFORMS AND SUBSYSTEMS Datasheet v.0 PENGUIN B UAV PLATFORM Penguin B platform ready for payload and autopilot integration 0+ hour endurance Fuel injected engine option Up to 10 kg payload capacity

More information

Development of a Low Cost DIY UAV Mapping Platform

Development of a Low Cost DIY UAV Mapping Platform Development of a Low Cost DIY UAV Mapping Platform James Parkes Tritan Survey CC, Engineering and Hydrographic Surveyors, Cape Town, South Africa +27 21 797 2081 - jamesp@tritan.co.za Abstract In the past

More information

Deliverable 3 Autonomous Flight Record

Deliverable 3 Autonomous Flight Record Deliverable 3 Autonomous Flight Record 2012 UAV Outback Challenge Search and Rescue Challenge www.canberrauav.com Proudly Sponsored by: Paul Tridgell Terry Porter Grant Morphett Ron Graham Page 1 of 11

More information

AEROCARDS CALVERT HALL COLLEGE HIGH SCHOOL 2015 JOURNAL

AEROCARDS CALVERT HALL COLLEGE HIGH SCHOOL 2015 JOURNAL AEROCARDS CALVERT HALL COLLEGE HIGH SCHOOL 2015 JOURNAL Team Members: Steve Zhu, Andrew Brannon, Brandon Markiewicz, Christian DeShong, Brendan Dore, Benjamin Mehr, Cannon Buechly, Robby Ackerman, Justin

More information

Program Goals and Objectives/Instructional Design. Title: Beyond Multi-Copters: Transitioning the New Drone Pilot to Fixed Wing Aircraft

Program Goals and Objectives/Instructional Design. Title: Beyond Multi-Copters: Transitioning the New Drone Pilot to Fixed Wing Aircraft Program Goals and Objectives/ Design Title: Beyond Multi-Copters: Transitioning the New Drone Pilot to Fixed Wing Aircraft Instructor: James M. Page, LeTourneau University and Seraphim Aerial Program Goal:

More information

1.1 REMOTELY PILOTED AIRCRAFTS

1.1 REMOTELY PILOTED AIRCRAFTS CHAPTER 1 1.1 REMOTELY PILOTED AIRCRAFTS Remotely Piloted aircrafts or RC Aircrafts are small model radiocontrolled airplanes that fly using electric motor, gas powered IC engines or small model jet engines.

More information

Autonomous Quadrotor for the 2014 International Aerial Robotics Competition

Autonomous Quadrotor for the 2014 International Aerial Robotics Competition Autonomous Quadrotor for the 2014 International Aerial Robotics Competition Yongseng Ng, Keekiat Chua, Chengkhoon Tan, Weixiong Shi, Chautiong Yeo, Yunfa Hon Temasek Polytechnic, Singapore ABSTRACT This

More information

DSSI UAV. Unmanned Aerial Vehicle. Research & Development Project

DSSI UAV. Unmanned Aerial Vehicle. Research & Development Project UAV Unmanned Aerial Vehicle HISTORY AND SKILLS of Small UAV with electrically powered propeller Description of the solution: Airframe,electronics, 2 battery sets 1 spare Airframe, battery charger Transport

More information

In 2003, A-Level Aerosystems (ZALA AERO) was founded by current company President Alexander Zakharov, since then he has led

In 2003, A-Level Aerosystems (ZALA AERO) was founded by current company President Alexander Zakharov, since then he has led A-Level Aerosystems In 2003, A-Level Aerosystems (ZALA AERO) was founded by current company President Alexander Zakharov, since then he has led the company to be a leader in the micro UAV market in Russian

More information

Polytechnic University s Unmanned Aerial Vehicle Design. Journal Paper AUVSI Undergrad Competition

Polytechnic University s Unmanned Aerial Vehicle Design. Journal Paper AUVSI Undergrad Competition Polytechnic University s Unmanned Aerial Vehicle Design Journal Paper AUVSI Undergrad Competition Presented By Thomas Szumczyk Ravindra Persaud William Cheung Pedro Placido May 16, 2005 Photo of Polytechnic

More information

2012 AUVSI SUAS Student Competition Journal Paper. Kansas State University Salina UAS Club. Prepared By: Mark Wilson Coby Tenpenny Colby Walter

2012 AUVSI SUAS Student Competition Journal Paper. Kansas State University Salina UAS Club. Prepared By: Mark Wilson Coby Tenpenny Colby Walter 2012 AUVSI SUAS Student Competition Journal Paper Kansas State University Salina UAS Club Prepared By: Mark Wilson Coby Tenpenny Colby Walter May 14, 2012 Willie Abstract The Willie Unmanned Aerial System

More information

Table of Contents. Abstract... Pg. (2) Project Description... Pg. (2) Design and Performance... Pg. (3) OOM Block Diagram Figure 1... Pg.

Table of Contents. Abstract... Pg. (2) Project Description... Pg. (2) Design and Performance... Pg. (3) OOM Block Diagram Figure 1... Pg. March 5, 2015 0 P a g e Table of Contents Abstract... Pg. (2) Project Description... Pg. (2) Design and Performance... Pg. (3) OOM Block Diagram Figure 1... Pg. (4) OOM Payload Concept Model Figure 2...

More information

BY HOEYCOMB AEROSPACE TECHNOLOGIES. HC-330 HYBRID-POWERED ALL- ELECTRICITY DRIVEN four-rotor UAV

BY HOEYCOMB AEROSPACE TECHNOLOGIES. HC-330 HYBRID-POWERED ALL- ELECTRICITY DRIVEN four-rotor UAV BY HOEYCOMB AEROSPACE TECHNOLOGIES HC-330 HYBRID-POWERED ALL- ELECTRICITY DRIVEN four-rotor UAV Content SYSTEM SPECIFICATI- ON TYPICAL USING PROCESS OVERVIEW SUBSYSTEM SPECIFICATI- ON 1 OVERVIEW System

More information

How to use the Multirotor Motor Performance Data Charts

How to use the Multirotor Motor Performance Data Charts How to use the Multirotor Motor Performance Data Charts Here at Innov8tive Designs, we spend a lot of time testing all of the motors that we sell, and collect a large amount of data with a variety of propellers.

More information

Mercury VTOL suas Testing and Measurement Plan

Mercury VTOL suas Testing and Measurement Plan Mercury VTOL suas Testing and Measurement Plan Introduction Mercury is a small VTOL (Vertical Take-Off and Landing) aircraft that is building off of a quadrotor design. The end goal of the project is for

More information

S.E.V Solar Extended Vehicle

S.E.V Solar Extended Vehicle S.E.V Solar Extended Vehicle EEL 4914 Senior Design II Group #4 Hamed Alostath Daniel Grainger Frank Niles Sergio Roig Motivation The majority of electric motor RC planes tend to have a low flight time

More information

BAYLOR UNIVERSITY DEPARTMENT OF ENGINEERING. EGR 4347 Analysis and Design of Propulsion Systems Fall 2002 ASSIGNMENT GUIDELINES

BAYLOR UNIVERSITY DEPARTMENT OF ENGINEERING. EGR 4347 Analysis and Design of Propulsion Systems Fall 2002 ASSIGNMENT GUIDELINES BAYLOR UNIVERSITY DEPARTMENT OF ENGINEERING EGR 4347 Analysis and Design of Propulsion Systems Fall 2002 Design Project I Dr Van Treuren 100 points ASSIGNMENT GUIDELINES For this assignment, you may work

More information

Instruction Manual BULLDOG. Wingspan : 1410 mm (55.5in) : 1450 mm (57.1in) : 4900gr gr. Weight. : 6-9 Channel/ 7 servo high torque, 1standard

Instruction Manual BULLDOG. Wingspan : 1410 mm (55.5in) : 1450 mm (57.1in) : 4900gr gr. Weight. : 6-9 Channel/ 7 servo high torque, 1standard Wingspan : 1410 mm (55.5in) Length Weight Radio Engine : 1450 mm (57.1in) : 4900gr - 5600gr : 6-9 Channel/ 7 servo high torque, 1standard : 1.20/ 2 stroke 1.80/ 4 stroke KIT CONTENTS: We have organized

More information

FIRST FLYING TECHNIQUES COCKPIT PREPARATION STARTUP TAXI

FIRST FLYING TECHNIQUES COCKPIT PREPARATION STARTUP TAXI 1. Introduction FIRST FLYING TECHNIQUES COCKPIT PREPARATION STARTUP TAXI We aim to teach and demonstrate how to operate a general aviation aircraft and show some basic techniques and manoeuvres that every

More information

YS-X4 Multirotor Flight Controller-Hobby

YS-X4 Multirotor Flight Controller-Hobby YS-X4 Multirotor Flight Controller-Hobby Part I-General Introduction YS-X4 Autopilot system for multirotors continued the innovationality/practicality/convenience style of Zero UAV's products, applied

More information

Glow Plug for E Series Only

Glow Plug for E Series Only Charging the Battery - Do not charge the battery, with a charger using negative discharge pulses, when connected to the ECU. This will destroy the electronics of the ECU. The only method is to disconnect

More information

AT-10 Electric/HF Hybrid VTOL UAS

AT-10 Electric/HF Hybrid VTOL UAS AT-10 Electric/HF Hybrid VTOL UAS Acuity Technologies Robert Clark bob@acuitytx.com Summary The AT-10 is a tactical size hybrid propulsion VTOL UAS with a nose camera mount and a large payload bay. Propulsion

More information

M:2:I Milestone 2 Final Installation and Ground Test

M:2:I Milestone 2 Final Installation and Ground Test Iowa State University AerE 294X/AerE 494X Make to Innovate M:2:I Milestone 2 Final Installation and Ground Test Author(s): Angie Burke Christopher McGrory Mitchell Skatter Kathryn Spierings Ryan Story

More information

Technical Journal Paper

Technical Journal Paper Technical Journal Paper CUAir: Cornell University Unmanned Air Systems Aeolus May 2011 Abstract The AUVSI Student Unmanned Air System (SUAS) competition presents the goals of autonomous navigation, surveillance,

More information

Operation Manual. IMPORTANT Read before flying!

Operation Manual. IMPORTANT Read before flying! Operation Manual IMPORTANT Read before flying! Contents 01 Meet IRIS 03 Parts 04 Charging the Battery 06 Attaching Propellers 07 Safety and Failsafes 08 Learn to Fly 11 Flight Modes 13 Return to Launch

More information

Lockheed Martin. Team IDK Seung Soo Lee Ray Hernandez Chunyu PengHarshal Agarkar

Lockheed Martin. Team IDK Seung Soo Lee Ray Hernandez Chunyu PengHarshal Agarkar Lockheed Martin Team IDK Seung Soo Lee Ray Hernandez Chunyu PengHarshal Agarkar Abstract Lockheed Martin has developed several different kinds of unmanned aerial vehicles that undergo harsh forces when

More information

ROBUST AIRFRAME FOR UAV FLIGHT TESTING FOR SALE!

ROBUST AIRFRAME FOR UAV FLIGHT TESTING FOR SALE! ROBUST AIRFRAME FOR UAV FLIGHT TESTING FOR SALE! My team specializes in fabricating airframes that s appropriate for testing unmanned aerial vehicle components. Our airframes are made of hybrid composite

More information

Length Height Rotor Diameter Tail Rotor Diameter..12. Tail Boom Length Width

Length Height Rotor Diameter Tail Rotor Diameter..12. Tail Boom Length Width 2.1 Air Vehicle 2.1.1 Vehicle General Description The PA-01 Vapor S-UAV is a rotary wing small unmanned aerial vehicle. The AV is powered by an outrunner 8.5hp class brushless electric motor. The airframe

More information

DRONE & UAV.

DRONE & UAV. www.erapkorea.co.kr DRONE & UAV Extended flight time Proven to be reliable, safe and easy to use Various fields of operation Completely autonomous, and manually controlled ERAP DRONE & UAV WHY ERAP s MAPPING

More information

XIV.C. Flight Principles Engine Inoperative

XIV.C. Flight Principles Engine Inoperative XIV.C. Flight Principles Engine Inoperative References: FAA-H-8083-3; POH/AFM Objectives The student should develop knowledge of the elements related to single engine operation. Key Elements Elements Schedule

More information

SURVEYOR-H. Technical Data. Max speed 120 km/h. Engine power 7.2 hp. Powerplant Modified Zenoah G29E. Fuel tank volume 3.6 l

SURVEYOR-H. Technical Data. Max speed 120 km/h. Engine power 7.2 hp. Powerplant Modified Zenoah G29E. Fuel tank volume 3.6 l rev. 28.10.14 * features & specifications are subject to change without notice. Technical Data Max speed 120 km/h Engine power 7.2 hp Powerplant Modified Zenoah G29E Fuel tank volume 3.6 l Payload with

More information

PITTS 12 R/C SPORT-SCALE AIRCRAFT ASSEMBLY AND INSTRUCTION MANUAL. Copyright Century UK Limited 2012

PITTS 12 R/C SPORT-SCALE AIRCRAFT ASSEMBLY AND INSTRUCTION MANUAL. Copyright Century UK Limited 2012 PITTS 12 R/C SPORT-SCALE AIRCRAFT ASSEMBLY AND INSTRUCTION MANUAL 1 Warning: This radio controlled model is not a toy. It requires skill to fly and is not recommended for use by beginners. It should not

More information

Development, Certification, and Flight Testing of an OPA for UAS FTT Development and Training at NTPS

Development, Certification, and Flight Testing of an OPA for UAS FTT Development and Training at NTPS Development, Certification, and Flight Testing of an OPA for UAS FTT Development and Training at NTPS 2013 SFTE/SETP Flight Test Symposium Evolution of Flight Testing from Manned Vehicles to UAVs 1 Overview

More information

University of Central Florida Entry for the 2013 AUVSI Foundation s International Aerial Robotics Competition

University of Central Florida Entry for the 2013 AUVSI Foundation s International Aerial Robotics Competition University of Central Florida Entry for the 2013 AUVSI Foundation s International Aerial Robotics Competition Logan Camacho University of Central Florida, Aerospace Engineering Karl Ravago University of

More information

I n s t r u c t i o n M a n u a l. Instruction Manual SPECIFICATION

I n s t r u c t i o n M a n u a l. Instruction Manual SPECIFICATION I n s t r u c t i o n M a n u a l Instruction Manual SPECIFICATION - Wingspan: 3200mm (125,9 in) - Length: 1650mm (64,9 in) - Flying weight: 3000gr 3200gr - Wing area: 64.5 dm2 - Wing loading: 46g/dm2

More information

NASA University Student Launch Initiative (Sensor Payload) Final Design Review. Payload Name: G.A.M.B.L.S.

NASA University Student Launch Initiative (Sensor Payload) Final Design Review. Payload Name: G.A.M.B.L.S. NASA University Student Launch Initiative (Sensor Payload) Final Design Review Payload Name: G.A.M.B.L.S. CPE496-01 Computer Engineering Design II Electrical and Computer Engineering The University of

More information

for Critical Applications in Extreme Environments

for Critical Applications in Extreme Environments for Critical Applications in Extreme Environments Electronic Controllers M-CONTROL Electronic Controllers provide control for systems requiring fluid pressure and flow control via pumps, fans and compressors.

More information

Massachusetts Institute of Technology Unmanned Aerial Vehicle Team. Jonathan Downey, Derrick Tan. June 16, Abstract

Massachusetts Institute of Technology Unmanned Aerial Vehicle Team. Jonathan Downey, Derrick Tan. June 16, Abstract Entry for the 3 rd Annual AUVSI Student UAV Competition Massachusetts Institute of Technology Unmanned Aerial Vehicle Team Jonathan Downey, Derrick Tan June 16, 2005 Abstract This year, the MIT Unmanned

More information

TABLE OF CONTENTS. Thank you for your interest in CUAir

TABLE OF CONTENTS. Thank you for your interest in CUAir SPONSORSHIP INFORMATION 2018-2019 TABLE OF CONTENTS The Team Subteams The Competition Theia II Accomplishments 2019 Air System Outreach Why Contribute Sponsorship Levels 2017-2018 Sponsors Contact Us 3

More information

CONTENTS. Introduction 1. Features 1. Specification 1. Contents 2. Tools And Items 3. Assembly of the front landing gears 4

CONTENTS. Introduction 1. Features 1. Specification 1. Contents 2. Tools And Items 3. Assembly of the front landing gears 4 CONTENTS Introduction 1 Features 1 Specification 1 Contents 2 Tools And Items 3 Assembly of the front landing gears 4 Assembly of horizontal tail & 5 vertical tail and tail wheel Assembly of main wings,

More information

64MM F-16 Fighting Falcon V2

64MM F-16 Fighting Falcon V2 64MM F-16 Fighting Falcon V2 SIMPLE Simple assembly RIGID STRONG DURABLE EPO STABLE SMOOTH FLYING PERFORMANCE FMSMODEL.COM Table of Contents Introductions 3 Contents of Kit 4 Assemble the plane 5 Battery

More information

Preliminary Detailed Design Review

Preliminary Detailed Design Review Preliminary Detailed Design Review Project Review Project Status Timekeeping and Setback Management Manufacturing techniques Drawing formats Design Features Phase Objectives Task Assignment Justification

More information

* Ql! ^0f. B-17 Flying Fortress. 3 axis stabilization

* Ql! ^0f. B-17 Flying Fortress. 3 axis stabilization G3&nw * Ql! ^0f B-17 Flying Fortress 3 axis stabilization (HK)EASYSKY ENTERPRISE LIMITED Website: www.easy-sky.net E-mail: rcmodel@easy-sky.net sales@easy-sky.net Tel: 86-755-27891 659 Fax:86-755-27372071

More information

SAE AERO DESIGN PROJECT PROPULSION & TELEMETRY SYSTEMS UNION COLLEGE FLIGHT CLUB. Ervin Meneses and Joseph Laub Advisor John Spinelli,Ph.

SAE AERO DESIGN PROJECT PROPULSION & TELEMETRY SYSTEMS UNION COLLEGE FLIGHT CLUB. Ervin Meneses and Joseph Laub Advisor John Spinelli,Ph. SAE AERO DESIGN PROJECT PROPULSION & TELEMETRY SYSTEMS UNION COLLEGE FLIGHT CLUB Ervin Meneses and Joseph Laub Advisor John Spinelli,Ph.D SAE Aero Design Team Society of Automotive Engineers Team of five,

More information

Instruction Manual book

Instruction Manual book Instruction Manual book ITEM CODE:BH118. SPECIFICATION Wingspan : 1,050 mm 41.34 inches. Length : 950mm 37.4 inches. Weight : 1 kg 2.2 lbs. Radio : 04 channels. Servo : 4 mini servos. Motor : KMS 2814/05

More information

Instruction Manual. Specification:

Instruction Manual. Specification: Instruction Manual L O W Specification: Wingspan: 133 cm (52.3 inches) Length : 104 cm (40.9 inches) Weight : 1790gr Engine : 25-32 two stroke Radio : 4 channel - 4 servo W I N G KIT CONTENTS: We have

More information

DESIGN AND FABRICATION OF AN AUTONOMOUS SURVEILLANCE HEXACOPTER

DESIGN AND FABRICATION OF AN AUTONOMOUS SURVEILLANCE HEXACOPTER Proceedings of the International Conference on Mechanical Engineering and Renewable Energy 2015 (ICMERE2015) 26 29 November, 2015, Chittagong, Bangladesh ICMERE2015-PI-208 DESIGN AND FABRICATION OF AN

More information

Fire Fighting Equipment Development - Unmanned Aerial Vehicle Trials. Ripley Valley Rural Fire Brigade - August 2010

Fire Fighting Equipment Development - Unmanned Aerial Vehicle Trials. Ripley Valley Rural Fire Brigade - August 2010 Fire Fighting Equipment Development - Unmanned Aerial Vehicle Trials Ripley Valley Rural Fire Brigade - August 2010 The Brigade offered to help evaluate the capabilities of an Unmanned Aerial Vehicle (UAV)

More information

Instruction Manual book

Instruction Manual book book ITEM CODE:BH 115. SPECIFICATION Wingspan : 6,000 mm 236,22 in. Length : 2,740 mm 107,87 in. Weight : 17.5kg 38.5Lbs. Radio : 08 channels. Servo : 07-08 HS-5685MH(HITEC) Battery : 2 Cells-Li-Po 7.4V

More information

Autopilot and Ground Control Station for UAV

Autopilot and Ground Control Station for UAV Autopilot and Ground Control Station for UAV Duarte Lopes Figueiredo duarte.figueiredo@ist.utl.pt Instituto Superior Técnico, Lisboa, Portugal November 2014 Abstract The Unmanned Air Vehicle sector has

More information

THE KARANTANIA UNMANNED AERIAL SYSTEM

THE KARANTANIA UNMANNED AERIAL SYSTEM THE KARANTANIA UNMANNED AERIAL SYSTEM ABSTRACT Tomaž Meze, Bogo Štempihar, Mihael Grom MIBO MODLI d.o.o. Čevica 6, SI 1370 Logatec, Slovenia tomi.meze@siol.net, info@mibojets.com Tone Magister University

More information

A brief History of Unmanned Aircraft

A brief History of Unmanned Aircraft A brief History of Unmanned Aircraft Technological Background Dr. Bérénice Mettler University of Minnesota Jan. 22-24, 2012 (v. 1/15/13) Dr. Bérénice Mettler (University of Minnesota) A brief History of

More information

Friday, 27 June Realizing a small UAV for medical transport in developing countries Master thesis: Ferdinand Peters. Dr.One

Friday, 27 June Realizing a small UAV for medical transport in developing countries Master thesis: Ferdinand Peters. Dr.One Dr.One Friday, 27 June 2014 Realizing a small UAV for medical transport in developing countries Master thesis: Ferdinand Peters 1 Definition Drone (bee) From Wikipedia, the free encyclopedia Drones are

More information

Section 1: List of Configurations Currently Approved:

Section 1: List of Configurations Currently Approved: Section 1: List of Configurations Currently Approved: 1. Configuration: TD2 BASIC-Standard - Single Engine, Land, Optional Fixed or Retractable Gear, Optional Fixed Pitch or Constant Speed Propeller, Optional

More information

Instruction Manual MUSTANG P51 - EP. Wingspan : 1377mm (54.21in) : 1180mm (46.46 in) : 2200gr gr. : AXI motor 2826 or 4120

Instruction Manual MUSTANG P51 - EP. Wingspan : 1377mm (54.21in) : 1180mm (46.46 in) : 2200gr gr. : AXI motor 2826 or 4120 Instruction Manual MUSTANG P51 - EP Wingspan : 1377mm (54.21in) g Length : 1180mm (46.46 in) Weight : 2200gr - 2600gr Engine : AXI motor 2826 or 4120 Radio : 4 channel / 4 servos standard KIT CONTENTS:

More information

Attitude And Direction

Attitude And Direction CIRRUS AIRPLANE MAINTENANCE MANUAL Attitude And Direction CHAPTER 34-20: ATTITUDE AND DIRECTION GENERAL 34-20: ATTITUDE AND DIRECTION 1. General This section contains information pertaining to those portions

More information

mz-12 & GR-18 Setup Tutorial

mz-12 & GR-18 Setup Tutorial mz-12 & GR-18 Setup Tutorial INTRODUCTION Thank you for purchasing the mz-12 COPTER radio. This radio is the first of its kind that lets you fly your multirotor without the need of complex setups, computer

More information

The Doomerang University of California, Los Angeles

The Doomerang University of California, Los Angeles The Doomerang University of California, Los Angeles 8 th Annual Student UAS Competition Association for Unmanned Vehicle Systems International Table of Contents Team Structure... 2 Abstract... 3 Introduction...

More information

H-King R/C scale model series. instruction manual

H-King R/C scale model series. instruction manual H-King R/C scale model series instruction manual 1. Please read this manual carefully and follow the instructions of the manual before you use this products. SAFETY INSTRUCTIONS 2. Our airplane is not

More information

INTRODUCTION Team Composition Electrical System

INTRODUCTION Team Composition Electrical System IGVC2015-WOBBLER DESIGN OF AN AUTONOMOUS GROUND VEHICLE BY THE UNIVERSITY OF WEST FLORIDA UNMANNED SYSTEMS LAB FOR THE 2015 INTELLIGENT GROUND VEHICLE COMPETITION University of West Florida Department

More information

Design, Build, Fly Q&A #1

Design, Build, Fly Q&A #1 2018-19 Design, Build, Fly Q&A #1 Fuselage 1. How do you define a fuselage? How is underneath or bottom of the fuselage defined? Answer: The fuselage is defined as the main body of the airplane that is

More information

Y. Lemmens, T. Benoit, J. de Boer, T. Olbrechts LMS, A Siemens Business. Real-time Mechanism and System Simulation To Support Flight Simulators

Y. Lemmens, T. Benoit, J. de Boer, T. Olbrechts LMS, A Siemens Business. Real-time Mechanism and System Simulation To Support Flight Simulators Y. Lemmens, T. Benoit, J. de Boer, T. Olbrechts LMS, A Siemens Business Real-time Mechanism and System Simulation To Support Flight Simulators Smarter decisions, better products. Contents Introduction

More information

Caution Notes. Features. Specifications. Installation. A3 3-axis Gyro & Stabilizer User Manual V1.0

Caution Notes. Features. Specifications. Installation. A3 3-axis Gyro & Stabilizer User Manual V1.0 Caution Notes Thank you for choosing our products. If any difficulties are encountered while setting up or operating it, please consult this manual first. For further help, please don t hesitate to contact

More information

Innovating the future of disaster relief

Innovating the future of disaster relief Innovating the future of disaster relief American Helicopter Society International 33rd Annual Student Design Competition Graduate Student Team Submission VEHICLE OVERVIEW FOUR VIEW DRAWING INTERNAL COMPONENTS

More information

YAK 54 Aerobatic Model Aircraft Assembly and Instruction Manual

YAK 54 Aerobatic Model Aircraft Assembly and Instruction Manual YAK 54 Aerobatic Model Aircraft Assembly and Instruction Manual Warning: This radio controlled model is not a toy. It requires skill to fly and is not recommended for the novice pilot. It should not be

More information

Powertrain Design for Hand- Launchable Long Endurance Unmanned Aerial Vehicles

Powertrain Design for Hand- Launchable Long Endurance Unmanned Aerial Vehicles Powertrain Design for Hand- Launchable Long Endurance Unmanned Aerial Vehicles Stuart Boland Derek Keen 1 Justin Nelson Brian Taylor Nick Wagner Dr. Thomas Bradley 47 th AIAA/ASME/SAE/ASEE JPC Outline

More information

Development and Testing of the X-2C Unmanned Aircraft System for the 2009 AUVSI Student UAS Competition

Development and Testing of the X-2C Unmanned Aircraft System for the 2009 AUVSI Student UAS Competition Development and Testing of the X-2C Unmanned Aircraft System for the 2009 AUVSI Student UAS Competition Wade Spurlock, Team Lead Daniel Wilson, Avionics Lead Marty Brennan & Travis Cope, Fall & Spring

More information

1100MM P-51 Mustang ELECTRIC POWERED REMOTE CONTROL AIRPLANE ELEVENHOBBY.COM

1100MM P-51 Mustang ELECTRIC POWERED REMOTE CONTROL AIRPLANE ELEVENHOBBY.COM 1100MM P-51 Mustang ELECTRIC POWERED REMOTE CONTROL AIRPLANE ELEVENHOBBY.COM WARNING: Read the ENTIRE instruction manual to become familiar with the features of the product before operating. Failure to

More information

3 MODES FLIGHT YOUR EASY-TO-USE AERIAL PHOTO AND VIDEO ASSISTANT AERIAL IMAGES * CAPTURE STUNNING. shown

3 MODES FLIGHT YOUR EASY-TO-USE AERIAL PHOTO AND VIDEO ASSISTANT AERIAL IMAGES * CAPTURE STUNNING. shown shown YOUR EASY-TO-USE AERIAL PHOTO AND VIDEO ASSISTANT Āton makes it easy for everyone to enjoy capturing stunning aerial footage. With built-in features such as Auto-Take off and Return To Home, Āton

More information

AUVSI Student Competition 2014 Journal Paper

AUVSI Student Competition 2014 Journal Paper AUVSI Student Competition 2014 Journal Paper Mechanical Engineering Team: Javier Lichtscheidl, Adam Nguyen, Eder Avila, Robert Taylor, Travis Morgan, Adam Dominguez, Mark Nguyen, Jerome Moscoso, Urian

More information

Autonomous Unmanned Aerial Systems 1. ABSTRACT

Autonomous Unmanned Aerial Systems 1. ABSTRACT 1. ABSTRACT Zeppelin FC 26, a team formed in 2014, has undergone exponential growth. We have delved into diverse and challenging endeavors, ranging from systems integration to design and development of

More information

XIV.D. Maneuvering with One Engine Inoperative

XIV.D. Maneuvering with One Engine Inoperative References: FAA-H-8083-3; POH/AFM Objectives The student should develop knowledge of the elements related to single engine operation. Key Elements Elements Schedule Equipment IP s Actions SP s Actions

More information

F3D-30 ARF ASSEMBLY MANUAL

F3D-30 ARF ASSEMBLY MANUAL F3D-30 ARF ASSEMBLY MANUAL This Manuel is the sole property of Kangke Industrial USA, Inc. Reproducing any part without the consent of Kangke Industrial USA, Inc. is a lawful violation. Kangke Industrial

More information

Very Fun & Easy NOTICE

Very Fun & Easy NOTICE Very Fun & Easy NOTICE NOTICE All instructions, warranties and other collateral documents are subject to change at the sole discretion of our company. For up-to-date product literature, Visit our website

More information

How To Build An Unmanned Aerial Vehicle/Aircraft System (Drone) [Name of the Writer] [Name of the Institution]

How To Build An Unmanned Aerial Vehicle/Aircraft System (Drone) [Name of the Writer] [Name of the Institution] 1! How To Build An Unmanned Aerial Vehicle/Aircraft System (Drone) [Name of the Writer] [Name of the Institution] !2 How To Build An Unmanned Aerial Vehicle/Aircraft System (Drone) Introduction Terminology

More information

FLYEYE Unmanned Aerial System

FLYEYE Unmanned Aerial System FLYEYE Unmanned Aerial System FLYEYE Unmanned Aerial System About Flytronic FLYTRONIC is a dynamic modern engineering company focussed on developing Unmanned Aerial Systems to provide observation and reconnaissance

More information

Maryland UAS Team. Fall

Maryland UAS Team. Fall Fall 16 Maryland UAS Team The Maryland UAS Tea is competing in the AUVSI Student UAS Competition for the second time; this system is based on the RMRC Anaconda Airframe and Pixhawk autopilot system. Comprised

More information

2012 AUVSI SUAS Student Competition Journal Paper. By Team Willie : Kansas State Salina s small Unmanned Aerial Systems Club.

2012 AUVSI SUAS Student Competition Journal Paper. By Team Willie : Kansas State Salina s small Unmanned Aerial Systems Club. 2012 AUVSI SUAS Student Competition Journal Paper By Team Willie : Kansas State Salina s small Unmanned Aerial Systems Club Abstract: Willie, Kansas State University Salina s Unmanned Helicopter has been

More information

Maryland UAS Team AUVSI SUAS Competition Journal Paper

Maryland UAS Team AUVSI SUAS Competition Journal Paper Maryland UAS Team 2015 AUVSI SUAS Competition Journal Paper The Maryland UAS Team is competing in the AUVSI Student UAS Competition for the first time this year. Their Ouroboros system is based on the

More information

for Unmanned Aircraft

for Unmanned Aircraft Damage age Tolerant Flight Control o Systems s for Unmanned Aircraft September 17, 28 Vlad Gavrilets, Ph.D. Approved for public release, distribution unlimited Rockwell Collins Control Technologies - Formerly

More information

Climber is 776B101101

Climber is 776B101101 is Climber 776B101101 Introduction Product Introduction NE R/C 776B is a good-sized glider designed by Nine Eagles Company latest, whose wing span is up to 2008mm. You only need to assemble the aerofoil

More information

RECOMMENDED MOTOR AND BATTERY SET UP

RECOMMENDED MOTOR AND BATTERY SET UP SPECIFICATION - Wingspan: 6000mm (236.2 in) - Length: 2873mm (113.1 in) - Flying weight: 14-18 kg - Wing area: 219.4 dm2 - Wing loading: 64g/dm2 - Wing type: HQ airfoils - Covering type: Genuine ORACOVER

More information

Assembly and operating instructions. Assembly and Operating Manual

Assembly and operating instructions. Assembly and Operating Manual Assembly and operating instructions Assembly and Operating Manual Dear customer, Assembly and Operating Manual The radio control system Glued joints, suitable adhesives Congratulations on your choice of

More information

Quick Start Manual 1.4

Quick Start Manual 1.4 XP3.1 WayPoint Quick Start Manual 1.4 Attention! You will need to be familiar with the correct installation, configuration and operation of the XP3.1 Autopilot before you start using XP3.1 WayPoint. 1

More information

Instruction Manual book

Instruction Manual book book Item code:bh131 SPECIFICATION Wingspan : 3,000 mm 118.1 in. Length : 1,600 mm 62.99 in. Weight : 2.2 kg 4.84 Lbs. Radio : 05 channels. Servo : 06 mini servos. Electric Motor: BOOST 40 Battery : 3celIs

More information

Assembly and Operating Manual

Assembly and Operating Manual Assembly and Operating Manual Dear customer, Congratulations on your choice of a factory-assembled model aircraft from the SKYANGEL Hummingbird range and thank you for placing your trust in us. Very little

More information

SOKAR FPV DRONE. Quick Start Manual SAFETY PRECAUTIONS & WARRANTY AND SERVICE. Safety Precautions and Liability Exclusion. Warranty and Service

SOKAR FPV DRONE. Quick Start Manual SAFETY PRECAUTIONS & WARRANTY AND SERVICE. Safety Precautions and Liability Exclusion. Warranty and Service SAFETY PRECAUTIS & WARRANTY AND SERVICE Safety Precautions and Liability Exclusion Sokar FPV Drone is NOT a toy. It is not suitable for using by any children under 14 years of age. It is a race quad and

More information

Specifications. 750mm (29.52 inches) 520mm (20.47 inches) 180 Brushed/Geared 10A Brushed. PASS (Pilot Assist Stability Software)

Specifications. 750mm (29.52 inches) 520mm (20.47 inches) 180 Brushed/Geared 10A Brushed. PASS (Pilot Assist Stability Software) Wingspan: Length: Flying Weight: Battery: Motor: ESC: Charger: Gyro: Transmitter: Specifications 750mm (29.52 inches) 520mm (20.47 inches) 210g (7.40 oz.) 7.4V 2S 500mAh LiPo 180 Brushed/Geared 10A Brushed

More information

WE PICK THE TOP PLANE, RADIO, DRONE, AND INNOVATION OF THE YEAR! BY THE MODEL AIRPLANE NEWS CREW

WE PICK THE TOP PLANE, RADIO, DRONE, AND INNOVATION OF THE YEAR! BY THE MODEL AIRPLANE NEWS CREW WE PICK THE TOP PLANE, RADIO, DRONE, AND INNOVATION OF THE YEAR! BY THE MODEL AIRPLANE NEWS CREW The editors of Model Airplane News spend many hours reviewing and highlighting hundreds of great products

More information

Formation Flying Experiments on the Orion-Emerald Mission. Introduction

Formation Flying Experiments on the Orion-Emerald Mission. Introduction Formation Flying Experiments on the Orion-Emerald Mission Philip Ferguson Jonathan P. How Space Systems Lab Massachusetts Institute of Technology Present updated Orion mission operations Goals & timelines

More information