Project Number: 13231

Size: px
Start display at page:

Download "Project Number: 13231"

Transcription

1 Multidisciplinary Senior Design Conference Kate Gleason College of Engineering Rochester Institute of Technology Rochester, New York Project Number: UAV GROUND-STATION AND SEEDED FAULT DETECTION Stephen Wess Mechanical Engineering Dennis Vega Computer Engineering Aurora Kiehl Mechanical Engineering Scott Neuman Electrical Engineering Jeremie Snyder Electrical Engineering ABSTRACT With the operation of Unmanned Aerial Vehicles (UAVs) expanding to a wider population of users there is greater need to present data in an intuitive and easily accessible form. There is also a growing need for advanced users of UAVs to monitor the health of the vehicle as it carries out its mission. The UAV Ground Station & Seeded Fault Control project addresses both of these concerns. Using an off-the-shelf radio-controlled (RC) aircraft, a test bed has been developed with the following capabilities: 1) automated flight via GPS waypoints; 2) flight data acquisition and associated telemetry system; 3) video capture and associated telemetry system; 4) aerial imagery; 5) seeded failures; and 6) data storage and display. Built around the use of ArduPilot, an Arduino based, open-source autopilot system, the test bed proved to be capable of following a flight plan of GPS waypoints created on the ground station by a user. The test bed also successfully acquired, stored, and displayed relevant flight data, provided real-time video coupled with flight data to users on the ground, captured aerial imagery, enabled users to initiate seeded faults from the ground, and displayed the fault status to the user. INTRODUCTION The UAV Ground Station & Seeded Fault Control project is a member of a family of UAV projects under the guidance of the project customer, Dr. Jason Kolodziej at the Rochester Institute of Technology. Past projects within the family include the design and fabrication of multiple UAV airframes, the development of an aerial imaging payload, and the design of telemetry and control systems. Given the mixed results of the telemetry and control system projects, the current project took a new direction by implementing a commercial-off-the-shelf (COTS) autopilot, flight data collection, and telemetry system. Rather than implementing the autopilot system on one of the existing, more sophisticated UAV airframes, the system was installed on a ready-to-fly RC aircraft. This aircraft will be a test bed where systems and components can be proven before being integrated on the primary UAV. The goals of the project were expanded to include the capability for users to initiate faults on-board the UAV while in flight from the ground. This will allow for the future development of health monitoring capabilities. The test bed is designed so that faults represent damage common to a UAV in the field. These faults will not compromise the flight worthiness of the airframe, but will affect the overall performance of the UAV. They are also designed in a manner so that they can be reset upon landing. Copyright 2013 Rochester Institute of Technology

2 Proceedings of the Multidisciplinary Senior Design Conference Page 2 Accelerometers will be installed on the airframe in multiple locations providing data on the effects the seeded failures have on the flight performance of the UAV. These accelerometers act as a crude health monitoring systems that will be developed in subsequent projects. Another important aspect of the project is data collection and display. Measurements of the aircraft s roll, pitch, and yaw along with airspeed, altitude, and location data must be collected and be made available to users on the ground in real time. Not only should the data be available, but it should also be presented in such a way that engages the user for example, graphics or plots rather than numerical tables. The function tree in Fig. 1 shows the overall scope and goals of the project translate into lower-level requirements. PROCESS & DESIGN Figure 1. System Overview 1) System Level: Tables 1 and 2 list the customer needs and resulting specifications the final product must meet. These needs and specifications were relied upon to determine which systems were to be integrated in the product and also provided the criteria by which to weigh various solution options. The list of needs includes the overall system goals along with additional constraints set forth by the customer. The specifications set forth in Table 2 are testable parameters that can be quantified or observed such that at the conclusion of the design process, the final product can be said to meet (or fail to meet) a particular spec, and thus, a particular customer need. Figure 2 lays out the system architecture generated to meet the customer needs. The architecture lists several specific components that were selected in the early phases of the design process based upon their potential to satisfy the system specifications. The selection process for each of these system components will be discussed in greater detail in subsequent sections. Need # Importance (9 = most important) Table 1. Customer Needs Description CN1 9 In flight measurement of telemetry data CN2 9 Displays telemetry data on ground station for user CN3 9 Automated control of flight path from the ground station CN4 9 UAV and ground station communicate wirelessly CN5 3 Manual control of the aircraft CN6 3 Attain reasonable flight times CN7 3 CN8 3 Ability to initiate a seeded fault from the ground station Ability to initiate a take image command from the ground station CN9 3 Detect faults/failures on the aircraft in flight CN10 3 Display fault/failure status on the ground station CN11 3 Log telemetry data CN12 3 UAV can be easily transported CN13 3 Easy to maintain and service the UAV CN14 3 Easy to fly the UAV CN15 1 Obtain pseudo-real time imagery or video at ground station Figure 2. System Architecture Project P13231

3 Proceedings of the Multi-Disciplinary Senior Design Conference Page 3 Spec # Source Function Specification (Metric) Unit of Measure Marginal Value Ideal Value S20 CN15 Video Video resolution pixels x480 S21 CN7 UAV Number of servos controlling each aileron #/aileron -- 1 Table 2. System Specifications Comment S1 CN1,2 Comm. Telemetry Data Refresh Telemetry data refresh rate for Hz >1 >10 Rate user observation only S2 CN2,3,4 Comm. Range feet Typical RC aircraft range S3 CN1 Telem. GPS location resolution feet -- <10 S4 CN1 Telem. Altitude resolution feet -- <10 S5 CN1 Telem. Inertial measurements res. degrees -- <2 S6 CN1 Telem. Airspeed resolution mph -- <2 S7 CN2 Telem. GUI displays flight data Yes/No -- Yes Real-time telem. data disp. S8 CN3 GUI GUI accepts GPS Controls flight path through Yes/No -- Yes waypoint commands waypoints S9 CN5 Control Automated flight controls allow for manual override Yes/No -- Yes Allows pilot take-off/landing S10 CN6 UAV Minimum flight time min >10 >20 S11 CN7 Control Number of seeded faults Quant. 1 3 Different faults that can be initiated by user S12 CN7,8 Control Commands can be initiated Ability to send simple separate from standard flight commands from ground Yes/No -- Yes control commands (ex. take station to UAV image, initiate fault) S13 CN9 Sensors Fault detection accuracy % % Detection of seeded faults S14 CN10 GUI Fault status indicator Visual indication that fault has Yes/No -- Yes incorporated in GUI been detected S15 CN11 Logging Data storage MB >1 >10 Telemetry data storage S16 CN12 UAV Wingspan ft <4 <5 S17 CN13 UAV Power source type -- Battery S18 CN14 UAV Wing Type type -- High-wing Greatly improves aircraft stability S19 CN15 Video On-Screen Display Yes/No -- Yes If video is pursued, telemetry data should be overlaid Allows for control of one aileron to be disabled 2) Autopilot System: The commercially available package, ArduPilot, was selected for the autopilot system because it best fulfilled our needs and specs at the lowest cost. Other options considered included writing custom C, MATLAB, or LabVIEW programs, as well as other more sophisticated and expensive commercially available options. ArduPilot is a plug-and-play, open-source system which eliminates the need to create a program from scratch as would be the case if MATLAB or LabVIEW were used. ArduPilot was selected because it would require minimal programming, it included many built in sensors, and it could be easily integrated with additional onboard sensors. Using ArduPilot allowed for less time spent programming an autopilot system and more time in the testing phase, which is critical for a project in which the ability to test is dependent on the weather conditions. The final product must be open-source. This will allow for features to be added in and modifications to be made to the firmware as needed. Because ArduPilot is open-source and already has a well-developed community, it was the best option for the autopilot system. In addition to its ease of implementation, ArduPilot was also chosen because of its ability to acquire telemetry data wirelessly, to log flight data, and to switch between autonomous and manual flight. In addition to its ability to fly between waypoints it has a number of modes including manual mode, stabilize mode, and two fly-by-wire modes. ArduPilot also features a built-in 3-axis gyro for measuring roll, pitch, and yaw. The hardware is packaged in such a way that it fits easily in the fuselage area of the relatively small test-bed RC aircraft. Figure 3 shows the hardware installed in the aircraft. ArduPilot uses a free software application, Mission Planner as its user interface. Mission Planner allows the user to create a flight plan by plotting waypoints on a map made of satellite imagery. The flight plan can be written to the hardware from wirelessly via a telemetry link. In flight, Mission Planner can be used to select the desired flight mode. While in flight, regardless of the flight mode, flight data is transmitted to Mission Planner from ArduPilot and displayed real-time. This allows the user to track roll, pitch, airspeed, altitude, and other measurements simultaneously. Figure 4 shows a screenshot of Mission Planner during a flight. Copyright 2013 Rochester Institute of Technology

4 Proceedings of the Multidisciplinary Senior Design Conference Page 4 Figure 3. ArduPilot in Airframe Figure4. Mission Planner 3) First Person Video (FPV) System: The video system is a CMOS video camera and includes a MinimOSD interface. The CMOS video camera is an analog camera, which is necessary for the MinimOSD to display real-time measurements. The video transmitter operates at 5.8GHz and streams to the ground station with the MinimOSD overlay. The CMOS video camera+3dr video transmitter kit was chosen over other video systems because of its higher resolution, smaller size, and relatively low price. The 5.8 GHz transmitter had the lowest risk of losing signal when the system moves out of line of sight or becomes partially obscured from the receiver at the ground-station. The CMOS camera was easily mounted in the forward section of the plane so as not to obstruct any airflow and protect the camera in the event of a crash landing. The MinimOSD was also incorporated into the system. It was connected between the ArduPilot and the camera. No extra software was required to implement the on screen display in the video feed. 4) Seeded Faults: Three fault initiation systems are rudder failure, aileron failure, and wing section failure. The rudder failure involves using a servo to pull a pin connecting two pieces of the rudder. The aileron failure involves using a relay which, when 5 volts is applied, cuts power from ArduPilot to the aileron. This forces the aircraft to rely on a single aileron for roll control. The wing section failure involves a servo-released spring-loaded mechanism which pushes out part of the wing section. The faults were chosen by their ease of implementation and relevance to real-world situations (ex. Loss of control surface, gunshot, etc.). Three faults were chosen: 1) rudder failure; 2) loss of aileron control; and 3) hole in lifting surface. The loss of rudder control is implemented by attaching top and bottom of the rudder by a pin and pulling the pin when the fault is triggered. The rudder was cut in half and spring pins were secured to each half. A metal pin was selected to fit inside the spring pins. It was important to maintain contact between the spring and the pin in order to pass an electrical signal for the detection and to maintain a rigid connection when no fault is being triggered to maintain the use of the rudder control surface. This pin was soldered to a copper wire that was fed through a plastic guide tube into the fuselage. Inside the fuselage, a servo connects to the other end of the copper wire and pulls the wire to release the pin when the rudder failure is triggered. Figure 5 shows the pin and spring design after implementation. Each aileron is controlled by one signal that is split at a Y-cable. In order to cut the signal to one of the servos without affecting the other a relay circuit needed to be placed between ArduPilot and the servo located on the right wing (after the split in the cable). The hole in lifting surface is implemented by creating a flap, or door in the wing fig. 6. A servo was placed on the door, both to latch on to a beam inside the wing and to give the door enough weight to drop down into the airstream. Generally this flap will remain closed so the performance of the plane will not be affected in flight when the fault is not initiated. However, when the surface fault is triggered a servo arm will move 45 degrees and release the flap which will drop down into the airstream under its own weight. Figure 5 Rudder Fault Figure 6. Wing Fault Project P13231

5 Proceedings of the Multi-Disciplinary Senior Design Conference Page 5 5) Accelerometer Data Collection and Storage: In order to monitor the health and status of the aircraft against faults, accelerometers are placed at each of the wing tips and in the tail. Placement at these locations creates a larger moment arm from the center of gravity and accentuates any signals the accelerometers may pick up. Ultimately, the intent is for subsequent project iterations to compare this data against the movements expected as a result of control inputs. Any deviations may then indicate some fault has occurred. In order to improve the amount of data available to future fault detection algorithms, 3-axis accelerometers are used. The accelerometers output a V analog voltage centered at 1.65 V (half the maximum). The 10-bit DAC on-board the ArduPilot microcontroller is used to read these voltages. The DAC is referenced to 5 V, so measurements are limited to 66% of the maximum theoretical resolution. Measurements are performed at approximately 50 Hz across all nine channels and recorded in the 4 MB on-board flash memory. Initial testing shows that despite aliasing issues with higher frequency accelerations, magnitude can still be detected reliably. This may or may not be an issue with future fault detection algorithm development. 6) Aerial Imagery System: The still image camera must have at least 3MP resolution and be remotely triggered through ArduPilot. The pictures do not have to be sent to the ground station, but are allowed to remain on the camera in SD card storage. The two options considered are the GoPro Hero 3 silver edition (11MP) and the Mini DV spy camera (5MP). The Mini DV spy camera was initially selected for the aerial imaging. This camera was easy to disassemble and modifications for in flight triggering were possible, however the image quality was not as high as anticipated. Ultimately the Go Pro Hero3 was selected because of its versatility and robustness. The GoPro is connected to the ArduPilot using a 3.3v to 5v converter cable. A correct sequence of toggling highs and lows on the GoPro bus ID pins trigger the camera to take a picture. This is accomplished by a custom program added to ArduPilot. Time lapse programs on the Hero3 were an added benefit if the user did not want to trigger the camera through the ArduPilot software. Figure 7. Still Image from GoPro Hero 3 Silver Edition Figure 8: Pin Diagram for Connecting GoPro & ArduPilot 7) RC Aircraft: The RC aircraft selected to act as the test for each of the systems is the Hobbico Nexstar Mini EP (fig. 9&10) because it is large enough to house ArduPilot along with all other components and is relatively inexpensive. It is constructed from balsa wood so it was easier to modify and integrate the seeded faults, as compared to a foam aircraft. The battery used to power the aircraft is an 11.1V 2200mAh Turnigy LiPo battery. In order to ensure our aircraft can fly the entire mission duration of 10 minutes, the battery life divided by the current draw should exceed 10 minutes. Since the bulk of current draw is due to the motor (~10A maximum) compared to the rest of the components (~100mA) one can see the max flight time is 2200/10000 hours or 13.2 minutes. This means our aircraft should meet its goal of an ideal flight time of 10 minutes. Copyright 2013 Rochester Institute of Technology

6 Proceedings of the Multidisciplinary Senior Design Conference Page 6 Figure 9. Hobbico Nexstar Mini EP Figure 10. ArduPilot in Mini EP The lift for the Nexstar Mini EP was calculated for a range of airspeeds at various angles of attack using Eq. (1) assuming the coefficient of lift was linearly related to the angle of attack for small angles as in Eq. (2). This was used as an approximation for the weight that the airplane would be able to carry and sustain flight. Subtracting the weight of the aircraft then yielded the payload capacity. The payload capacity calculated would serve as an upper bound for the total weight of the system components that would be added to the aircraft. In examining fig. 11, the lift was calculated to be between 1.5 and 2.25 pounds for lower airspeeds. Through benchmarking, it was determined that the Mini EP operated up to MPH and could lift approximately 3.0 pounds. For this project it was decided to keep the overall system weight below pounds. The final weight is roughly 2.8 pounds. RESULTS AND DISCUSSION Figure 11. Lift versus Airspeed 1) Autopilot System: ArduPilot has been tested using three methods: computer simulation, flight testing, and on-the-ground data collection. The ArduPilot was simulated using a hardware-in-the-loop technique involving the ArduPilot hardware and a mathematical model of a UAV. Using the flight simulator, X-Plane, for the UAV model, the ArduPilot has demonstrated the capabilities of different flight modes, data acquisition, and GPS tracking. During the simulation, the UAV model was flown in a virtual airport which provided GPS coordinates. Also, there were flight measurements being provided such as altitude, groundspeed, roll, and pitch when the UAV was being flown or on the ground. ArduPilot would then record all the data onto the on-board memory and through the telemetry link as if a genuine flight was occurring. The simulation verified that ArduPilot fulfilled all the requirements which allowed us to proceed with using the hardware on the chosen UAV. Our on-the-ground tests proved that ArduPilot is capable of meeting specifications on the data acquisition and display systems. Measurements for airspeed, airframe orientation, and location satisfy their respective data resolution requirements. The ground test data has shown that the onboard sensors are sufficient in terms of accuracy and that the GPS location does meet the specification that it must be accurate within 10ft (it has shown to be consistent accurate within 7ft). Testing also confirmed that data is collected at 50Hz (greater than the specified Project P13231

7 Proceedings of the Multi-Disciplinary Senior Design Conference Page 7 10Hz). Not only is the data logged at a rate higher than specified, it is also refreshed at the ground station at a rate close to 1 Hz, which is the minimum required data refresh rate found in the specifications. Flight testing has been performed to evaluate the performance of the automated flight mode and related requirements. The Mission Planner has been successfully used to enter waypoints on a map and create a flight plan, which meets one the most important customer needs and subsequent spec. The system also demonstrated its capability to easily transfer between automated flight and manual control, which is another specification. Takeoffs have been consistently performed by the pilot with control transferred to the autopilot once airborne. The autopilot system has also been toggled between manual and automatic control multiple time while in flight without issue. At the time of the writing of this paper, the automated flight mode was not functioning as desired. During two flight tests, the aircraft made no attempt to follow the flight plan. After investigating the problem, it was determined that the primary cause was poor satellite reception, causing the GPS unit to lose satellite fix and thus, leaving the autopilot unable to fly to the desired waypoints. Modifications were made to the mounting location of the GPS unit. It was moved from under the wings in the fuselage area and mounted on the top side of the aircraft s nose. This gave the unit s antenna an unobstructed line of sight to the satellites. Subsequent testing with this new configuration showed that the GPS unit was maintaining a satellite fix. However, this correction did not entirely solve the problem with the automated flight mode. Additional flight testing showed that while the aircraft was in automated flight mode, it was attempting to navigate to the waypoints but experiencing difficulties. In an attempt to correct this issue, alterations have been made to the built in PID control scheme for the control surfaces. At the time of the writing of this paper, these adjustments have not yet been tested. However, because ArduPilot has been proven capable in the past of following a flight plan (in an airframe not associated with the UAV ground-station project), it is expected that this issue will be resolved. Other than the issues with the automated flight mode, ArduPilot has performed as expected in its other operational modes. Return to launch (RTL) mode performed as expected upon testing. When initiated, the aircraft returned to its set home location and circled overhead. Furthermore, stabilize mode has also been verified to be functioning properly. 2) FPV System: The first person video system has proven successful in each of its flight tests. The video quality has been consistently adequate except for some minor interference during one test flight. The heads-updisplay functions as expected; no issues have arisen with it. At the ground-station, the analog composite video feed is converted to a digital file via WinTV (a video capture and recording device). After the purchase of a current WinTV version the digital video maintained a 1:1 time ratio, whereas the previous version saved the converted video at roughly half-speed playback. A typical file size for a 7 minute duration flight is sub-300mb. The new version of WinTV solved the file size issue and the playback time issue experienced when using the outdated version of WinTV. 3) Accelerometer Data Collection and Storage: The accelerometer system has produced good initial results. Figure 12 shows the x, y and z axes of the tail accelerometer during a flight test. Aliasing continues to be an issue due to low sampling rate, but acceleration magnitudes are accurately captured and are consistent with those taken by the ArduPilot inertial measurement unit. The 4 MB flash memory also proved to be sufficiently large to hold the data logs produced. For 10 minute flight tests, there was room for all nine channels of accelerometers, along with logging of ArduPilot IMU and attitude data. All data sets were logged at the same 50 Hz rate. Figure 12. Accelerometer Flight Data Copyright 2013 Rochester Institute of Technology

8 Proceedings of the Multidisciplinary Senior Design Conference Page 8 4) Seeded Faults: The seeded faults have been implemented by connecting a servo to a surface of the UAV which has been fabricated to detach upon force input. Through the firmware and the software application, controlling servos involves changing the PWM signal on the auxiliary channels. This causes the servo to move from a neutral position to a release position where enough force is being applied to disengage the surface from the UAV. Mission Planner is responsible for sending the command to initiate the fault while ArduPilot responds to the command by switching the PWM signal of the servo to its release position. The faults currently implemented are on the wing and rudder of the UAV. Both the wing fault and the rudder fault have been tested on the ground. The wing failure successfully initiates with a command from Mission Planner and can easily be reset. The rudder failure has also been tested and demonstrated successful operation. However, the rudder failure initiation sequence was not implemented in ArduPilot at the time of the writing of this paper and is thus unverified. The open/closed circuit fault detection method has been tested on the ground with a multi-meter. This test verified that an electrical path is created and maintained when the faults have not been initiated and that the path is indeed broken when the faults are seeded. This detection process was in the implementation stage during the writing of this paper and not yet tested in conjunction with ArduPilot. 5) Aerial Imagery System: The aerial imagery system consisting of a GoPro Hero3 integrated with ArduPilot was only partially tested at the time this paper was written. Several flight tests with the GoPro in time lapse mode were performed to ensure that the mounting system for the camera kept the camera secured and that the camera s view was unobstructed. The tests verified that neither of these concerns were a problem. The integration of the GoPro with ArduPilot was scheduled to be tested in the day after the writing of this paper. For testing the GoPro system, after getting the code to compile successfully on Arduino Sketch, The GoPro bus connector and ArduPilot s GPIO pins are soldered together and the code is run in order to take a picture when prompted. CONCLUSIONS AND RECOMMENDATIONS The UAV ground-station project has successfully resulted in providing a test bed for proving and testing systems prior to these systems being integrated on the final product UAV. The various systems incorporated in the design have been demonstrated to satisfy the needs of the customer (or will have been after the publication of this paper). The following goals have been demonstrated by the final product: 1) seeded faults can be initiated on an airframe in a non-destructive, resettable manner; 2) ArduPilot is a capable autopilot for navigation via GPS waypoints; 3) data can be collected, logged, and transmitted to the ground in flight; and 4) aerial imagery can be obtained remotely. Additional testing time was desired, as delays in the design and build process somewhat reduced our available testing time. As a result, some of the systems were unproven to some degree at the time of the writing of this paper. As the project moves forward, it is recommended that if the test-bed is expected to undergo significant use and testing, a larger airframe should be purchased. This is because the current payload is the maximum weight the Nexstar Mini EP can carry. A larger airframe will also reduce the setup/teardown time for tests that were present with the Mini EP due to its tight spaces and little room for working. REFERENCES [1] "Home - Ardupilot-mega - Official ArduPlane Repository - Google Project Hosting." Home - Ardupilot-mega - Official ArduPlane Repository - Google Project Hosting. N.p., n.d. Web. Winter 2012/ ACKNOWLEDGMENTS The authors would like to extend special thanks to Phil Nguyen for volunteering his time to fill the role of project test pilot. The authors would also like to thank the team guide, Dr. Kolodziej. The project was funded by previous contributions from Impact Technologies. Project P13231

1 P a g e. P13231 UAV Test Bed Setup Manual

1 P a g e. P13231 UAV Test Bed Setup Manual 1 P a g e P13231 UAV Test Bed Setup Manual Table of Contents Introduction....3 Wings... 3-4 Pitot Tube....3 Aileron Fault...4 Accelerometers.4 Fuselage.. 5-8 GPS.5 FPV System..5 ArduPilot 7 GoPro 7 Rudder

More information

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg OughtToPilot Project Report of Submission PC128 to 2008 Propeller Design Contest Jason Edelberg Table of Contents Project Number.. 3 Project Description.. 4 Schematic 5 Source Code. Attached Separately

More information

Heterogeneous Control of Small Size Unmanned Aerial Vehicles

Heterogeneous Control of Small Size Unmanned Aerial Vehicles Magyar Kutatók 10. Nemzetközi Szimpóziuma 10 th International Symposium of Hungarian Researchers on Computational Intelligence and Informatics Heterogeneous Control of Small Size Unmanned Aerial Vehicles

More information

Classical Control Based Autopilot Design Using PC/104

Classical Control Based Autopilot Design Using PC/104 Classical Control Based Autopilot Design Using PC/104 Mohammed A. Elsadig, Alneelain University, Dr. Mohammed A. Hussien, Alneelain University. Abstract Many recent papers have been written in unmanned

More information

Implementation of Nonlinear Reconfigurable Controllers for Autonomous Unmanned Vehicles

Implementation of Nonlinear Reconfigurable Controllers for Autonomous Unmanned Vehicles Implementation of Nonlinear Reconfigurable Controllers for Autonomous Unmanned Vehicles Dere Schmitz Vijayaumar Janardhan S. N. Balarishnan Department of Mechanical and Aerospace engineering and Engineering

More information

INSTRUCTIONS. 3DR Plane CONTENTS. Thank you for purchasing a 3DR Plane!

INSTRUCTIONS. 3DR Plane CONTENTS. Thank you for purchasing a 3DR Plane! DR Plane INSTRUCTIONS Thank you for purchasing a DR Plane! CONTENTS 1 1 Fuselage Right wing Left wing Horizontal stabilizer Vertical stabilizer Carbon fiber bar 1 1 1 7 8 10 11 1 Audio/video (AV) cable

More information

TEAM AERO-I TEAM AERO-I JOURNAL PAPER DELHI TECHNOLOGICAL UNIVERSITY Journal paper for IARC 2014

TEAM AERO-I TEAM AERO-I JOURNAL PAPER DELHI TECHNOLOGICAL UNIVERSITY Journal paper for IARC 2014 TEAM AERO-I TEAM AERO-I JOURNAL PAPER DELHI TECHNOLOGICAL UNIVERSITY DELHI TECHNOLOGICAL UNIVERSITY Journal paper for IARC 2014 2014 IARC ABSTRACT The paper gives prominence to the technical details of

More information

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station The platform provides a high performance basis for electromechanical system control. Originally designed for autonomous aerial vehicle

More information

Detrum MSR66A Receiver

Detrum MSR66A Receiver Motion RC User Guide for the Detrum MSR66A Receiver Version 1.0 Contents Review the Receiver s Features... 1 Review the Receiver s Ports and Connection Orientation... 2 Bind the Receiver to a Transmitter

More information

Recent Progress in the Development of On-Board Electronics for Micro Air Vehicles

Recent Progress in the Development of On-Board Electronics for Micro Air Vehicles Recent Progress in the Development of On-Board Electronics for Micro Air Vehicles Jason Plew Jason Grzywna M. C. Nechyba Jason@mil.ufl.edu number9@mil.ufl.edu Nechyba@mil.ufl.edu Machine Intelligence Lab

More information

Module 2: Lecture 4 Flight Control System

Module 2: Lecture 4 Flight Control System 26 Guidance of Missiles/NPTEL/2012/D.Ghose Module 2: Lecture 4 Flight Control System eywords. Roll, Pitch, Yaw, Lateral Autopilot, Roll Autopilot, Gain Scheduling 3.2 Flight Control System The flight control

More information

2007 AUVSI Competition Paper Near Space Unmanned Aerial Vehicle (NSUAV) Of

2007 AUVSI Competition Paper Near Space Unmanned Aerial Vehicle (NSUAV) Of 1 2007 AUVSI Competition Paper Near Space Unmanned Aerial Vehicle (NSUAV) Of University of Colorado at Colorado Springs (UCCS) Plane in flight June 9, 2007 Faculty Advisor: Dr. David Schmidt Team Members:

More information

Autopilot System Installation & Operation Guide. Guilin Feiyu Electronic Technology Co., Ltd

Autopilot System Installation & Operation Guide. Guilin Feiyu Electronic Technology Co., Ltd 2011-11-26 FEIYU TECH FY31AP Autopilot System Installation & Operation Guide Guilin Feiyu Electronic Technology Co., Ltd Rm. C407, Innovation Building, Information Industry Park, Chaoyang Road, Qixing

More information

User Manual Version 1.0

User Manual Version 1.0 1 Thank you for purchasing our products. The A3 Pro SE controller is the updated version of A3 Pro. After a fully improvement and optimization of hardware and software, we make it lighter, smaller and

More information

Post-Installation Checkout All GRT EFIS Models

Post-Installation Checkout All GRT EFIS Models GRT Autopilot Post-Installation Checkout All GRT EFIS Models April 2011 Grand Rapids Technologies, Inc. 3133 Madison Avenue SE Wyoming MI 49548 616-245-7700 www.grtavionics.com Intentionally Left Blank

More information

FOXTECH Nimbus VTOL. User Manual V1.1

FOXTECH Nimbus VTOL. User Manual V1.1 FOXTECH Nimbus VTOL User Manual V1.1 2018.01 Contents Specifications Basic Theory Introduction Setup and Calibration Assembly Control Surface Calibration Compass and Airspeed Calibration Test Flight Autopilot

More information

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

Caution Notes. Features. Specifications. Installation. A3-L 3-axis Gyro 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

Arkbird Hummingbird BNF Version Airplane User Manual Caution

Arkbird Hummingbird BNF Version Airplane User Manual Caution Arkbird Hummingbird BNF Version Airplane User Manual Caution 1) Please abide by relevant laws: No flying in populated area, no flying in airport clearance area (10km away from both sides of the runway,

More information

New functions and changes summary

New functions and changes summary New functions and changes summary A comparison of PitLab & Zbig FPV System versions 2.50 and 2.40 Table of Contents New features...2 OSD and autopilot...2 Navigation modes...2 Routes...2 Takeoff...2 Automatic

More information

A3 Pro INSTRUCTION MANUAL. Oct 25, 2017 Revision IMPORTANT NOTES

A3 Pro INSTRUCTION MANUAL. Oct 25, 2017 Revision IMPORTANT NOTES A3 Pro INSTRUCTION MANUAL Oct 25, 2017 Revision IMPORTANT NOTES 1. Radio controlled (R/C) models are not toys! The propellers rotate at high speed and pose potential risk. They may cause severe injury

More information

Development of a Fixed-Wing Autonomous Aerial Vehicle at Virginia Tech

Development of a Fixed-Wing Autonomous Aerial Vehicle at Virginia Tech Development of a Fixed-Wing Autonomous Aerial Vehicle at Virginia Tech Benjamin Dingus Elizabeth Hoppe Jansen Lee Nicholas Misyak David Pape Justin Ryan Matthew Schivikas Steven Ross Shake Christopher

More information

Featherweight GPS Tracker User s Manual June 16, 2017

Featherweight GPS Tracker User s Manual June 16, 2017 Featherweight GPS Tracker User s Manual June 16, 2017 Hardware Configuration and Installation The dimensions for the board are provided below, in inches. Note that with the antenna installed, the total

More information

IPRO 312: Unmanned Aerial Systems

IPRO 312: Unmanned Aerial Systems IPRO 312: Unmanned Aerial Systems Kay, Vlad, Akshay, Chris, Andrew, Sebastian, Anurag, Ani, Ivo, Roger Dr. Vural Diverse IPRO Group ECE MMAE BME ARCH CS Outline Background Approach Team Research Integration

More information

DIY KITS FRAME KIT. Thank you for purchasing a 3DR Y6 DIY Kit!

DIY KITS FRAME KIT. Thank you for purchasing a 3DR Y6 DIY Kit! DIY KITS Y6 FRAME KIT Thank you for purchasing a 3DR Y6 DIY Kit! These instructions will guide you through assembling and wiring your new autonomous multicopter. CONTENTS Your 3DR Y6 Kit contains: 35 mm

More information

SMART BIRD TEAM UAS JOURNAL PAPER

SMART BIRD TEAM UAS JOURNAL PAPER SMART BIRD TEAM UAS JOURNAL PAPER 2010 AUVSI STUDENT COMPETITION MARYLAND ECOLE POLYTECHNIQUE DE MONTREAL Summary 1 Introduction... 4 2 Requirements of the competition... 4 3 System Design... 5 3.1 Design

More information

Detrum GAVIN-8C Transmitter

Detrum GAVIN-8C Transmitter Motion RC Supplemental Guide for the Detrum GAVIN-8C Transmitter Version 1.0 Contents Review the Transmitter s Controls... 1 Review the Home Screen... 2 Power the Transmitter... 3 Calibrate the Transmitter...

More information

RC Altimeter #2 BASIC Altitude data recording and monitoring system 3/8/2009 Page 2 of 11

RC Altimeter #2 BASIC Altitude data recording and monitoring system 3/8/2009 Page 2 of 11 Introduction... 3 How it works... 3 Key features... 3 System requirements... 3 Hardware... 4 Specifications... 4 Using the RC Altimeter #2 BASIC module... 5 Powering the module... 5 Mounting the module...

More information

The drone for precision agriculture

The drone for precision agriculture The drone for precision agriculture Reap the benefits of scouting crops from above If precision technology has driven the farming revolution of recent years, monitoring crops from the sky will drive the

More information

A Mini UAV for security environmental monitoring and surveillance: telemetry data analysis

A Mini UAV for security environmental monitoring and surveillance: telemetry data analysis A Mini UAV for security environmental monitoring and surveillance: telemetry data analysis G. Belloni 2,3, M. Feroli 3, A. Ficola 1, S. Pagnottelli 1,3, P. Valigi 2 1 Department of Electronic and Information

More information

Design of a Flight Stabilizer System and Automatic Control Using HIL Test Platform

Design of a Flight Stabilizer System and Automatic Control Using HIL Test Platform Design of a Flight Stabilizer System and Automatic Control Using HIL Test Platform Şeyma Akyürek, Gizem Sezin Özden, Emre Atlas, and Coşku Kasnakoğlu Electrical & Electronics Engineering, TOBB University

More information

Flight control Set and Kit

Flight control Set and Kit Flight control Set and Kit Quick Start Guide For MegaPirate NG Version 1.2 Thanks for choosing AirStudio flight control electronics. We have created it based on best-in-class software, hardware and our

More information

Skylark OSD V4.0 USER MANUAL

Skylark OSD V4.0 USER MANUAL Skylark OSD V4.0 USER MANUAL A skylark soars above the clouds. SKYLARK OSD V4.0 USER MANUAL New generation of Skylark OSD is developed for the FPV (First Person View) enthusiasts. SKYLARK OSD V4.0 is equipped

More information

Air Surveillance Drones. ENSC 305/440 Capstone Project Spring 2014

Air Surveillance Drones. ENSC 305/440 Capstone Project Spring 2014 Air Surveillance Drones ENSC 305/440 Capstone Project Spring 2014 Group Members: Armin Samadanian Chief Executive Officer Juan Carlos Diaz Lead Technician and Test Pilot Afshin Nikzat Lead Financial Planner

More information

North Carolina State University. Aerial Robotics Club. Autonomous Reconnaissance System

North Carolina State University. Aerial Robotics Club. Autonomous Reconnaissance System North Carolina State University Aerial Robotics Club Autonomous Reconnaissance System Author: Dan Edwards Submitted: 2 July, 2005 Abstract This paper describes the North Carolina State University Aerial

More information

ARKBIRD-Tiny Product Features:

ARKBIRD-Tiny Product Features: ARKBIRD-Tiny Product Features: ARKBIRD System is a high-accuracy autopilot designed for fixed-wing, which has capability of auto-balancing to ease the manipulation while flying. 1. Function all in one

More information

North Carolina State University Aerial Robotics Club

North Carolina State University Aerial Robotics Club North Carolina State University Aerial Robotics Club 2007 AUVSI Student UAS Competition Journal Paper Entry June 1, 2007 by Matthew Hazard (NCSU 08) with thanks to Alan Stewart and James Scoggins NCSU

More information

Geo-localization and Mosaicing System (GEMS): Enabling Precision Image Feature Location and Rapid Mosaicing General:

Geo-localization and Mosaicing System (GEMS): Enabling Precision Image Feature Location and Rapid Mosaicing General: Geo-localization and Mosaicing System (GEMS): Enabling Precision Image Feature Location and Rapid Mosaicing General: info@senteksystems.com www.senteksystems.com 12/6/2014 Precision Agriculture Multi-Spectral

More information

Lightweight Fixed Wing UAV

Lightweight Fixed Wing UAV Lightweight Fixed Wing UAV Cindy Xiao, Rijesh Augustine, Andrew Jowsey, Michael G. Lipsett, Duncan G. Elliott University of Alberta Abstract The University of Alberta Aerial Robotics (UAARG) is a student

More information

Digiflight II SERIES AUTOPILOTS

Digiflight II SERIES AUTOPILOTS Operating Handbook For Digiflight II SERIES AUTOPILOTS TRUTRAK FLIGHT SYSTEMS 1500 S. Old Missouri Road Springdale, AR 72764 Ph. 479-751-0250 Fax 479-751-3397 Toll Free: 866-TRUTRAK 866-(878-8725) www.trutrakap.com

More information

3.0 Payload Sensors Subsystem

3.0 Payload Sensors Subsystem 3.0 Payload Sensors Subsystem If the C&DH subsystem is the brain of the CubeSat, then the Payload Sensors Subsystem is the eyes and nose of the CubeSat. The payload sensors subsystem consists of several

More information

Performance and Design of UAVs: Test Aircraft Development

Performance and Design of UAVs: Test Aircraft Development Performance and Design of UAVs: Test Aircraft Development Xavier Perraudin Herbert J. and Selma W. Bernstein Class of 1945 Internship Report Mechanical Engineering and Applied Mechanics University of Pennsylvania

More information

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS GPS System Design and Control Modeling Chua Shyan Jin, Ronald Assoc. Prof Gerard Leng Aeronautical Engineering Group, NUS Abstract A GPS system for the autonomous navigation and surveillance of an airship

More information

Ÿ Battery Strap Ÿ Paper Knife Ÿ Elevon Throw Gauge Ÿ Instructional Manual. Building Tools:

Ÿ Battery Strap Ÿ Paper Knife Ÿ Elevon Throw Gauge Ÿ Instructional Manual. Building Tools: Congratulations on your purchase of the TuffBirds Spec Racer Flying Wing. We Hope these build instructions will help you complete the build easily. Though the build itself doesn't take much time, just

More information

DROTAG - Sony Alpha Series Image Tagging

DROTAG - Sony Alpha Series Image Tagging AIRBORNE PROJECTS Airborne Projects specializes in building drone solutions with emphasis on telemetry gathering and integration with avionics and automatic flight systems. DROTAG - Sony Alpha Series Image

More information

ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION

ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION Journal of Young Scientist, Volume IV, 2016 ISSN 2344-1283; ISSN CD-ROM 2344-1291; ISSN Online 2344-1305; ISSN-L 2344 1283 ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION

More information

UAV - UAS TECHNOLOGY BASICS

UAV - UAS TECHNOLOGY BASICS UAV - UAS TECHNOLOGY BASICS Dr. István Koller BUTE Department of Networked Systems and Services 2017. október 9., Budapest koller@hit.bme.hu Content 0. Introduction to UAV technology 1. Fixed wing aircraft

More information

DragonLink Advanced Transmitter

DragonLink Advanced Transmitter DragonLink Advanced Transmitter A quick introduction - to a new a world of possibilities October 29, 2015 Written by Dennis Frie Contents 1 Disclaimer and notes for early release 3 2 Introduction 4 3 The

More information

uavionix Ping2020 Transceiver

uavionix Ping2020 Transceiver uavionix Ping2020 Transceiver QUICK START GUIDE Install 1 Install the uavionix Ping App from the Apple App Store or Google Play. Search for uavionix Ping Installer or use the QR codes below. Connect the

More information

1090i. uavionix Ping1090i Transceiver QUICK START GUIDE

1090i. uavionix Ping1090i Transceiver QUICK START GUIDE 1090i uavionix Ping1090i Transceiver QUICK START GUIDE Install 1 Install the uavionix Ping App from the Apple App Store or Google Play. Search for uavionix Ping Installer or use the QR codes below. Connect

More information

THE DEVELOPMENT OF A LOW-COST NAVIGATION SYSTEM USING GPS/RDS TECHNOLOGY

THE DEVELOPMENT OF A LOW-COST NAVIGATION SYSTEM USING GPS/RDS TECHNOLOGY ICAS 2 CONGRESS THE DEVELOPMENT OF A LOW-COST NAVIGATION SYSTEM USING /RDS TECHNOLOGY Yung-Ren Lin, Wen-Chi Lu, Ming-Hao Yang and Fei-Bin Hsiao Institute of Aeronautics and Astronautics, National Cheng

More information

August/5/2010 FY-20A FLIGHT STABILIZATION SYSTEM TECH INSTALLATION & OPERATION MANUAL

August/5/2010 FY-20A FLIGHT STABILIZATION SYSTEM TECH INSTALLATION & OPERATION MANUAL August/5/2010 FEIYU TECH FY-20A FLIGHT STABILIZATION SYSTEM INSTALLATION & OPERATION MANUAL Dear Pilot, Thank you for purchasing the FY-20A stabilizer from FeiYu Tech. In order to achieve full potential

More information

University of Minnesota. Department of Aerospace Engineering & Mechanics. UAV Research Group

University of Minnesota. Department of Aerospace Engineering & Mechanics. UAV Research Group University of Minnesota Department of Aerospace Engineering & Mechanics UAV Research Group Paw Yew Chai March 23, 2009 CONTENTS Contents 1 Background 3 1.1 Research Area............................. 3

More information

Digiflight II SERIES AUTOPILOTS

Digiflight II SERIES AUTOPILOTS Operating Handbook For Digiflight II SERIES AUTOPILOTS TRUTRAK FLIGHT SYSTEMS 1500 S. Old Missouri Road Springdale, AR 72764 Ph. 479-751-0250 Fax 479-751-3397 Toll Free: 866-TRUTRAK 866-(878-8725) www.trutrakap.com

More information

VCU Skyline. Team Members: Project Advisor: Dr. Robert Klenke. Last Modified May 13, 2004 VCU SKYLINE 1

VCU Skyline. Team Members: Project Advisor: Dr. Robert Klenke. Last Modified May 13, 2004 VCU SKYLINE 1 VCU Skyline Last Modified May 13, 2004 Team Members: Abhishek Handa Kevin Van Brittiany Wynne Jeffrey E. Quiñones Project Advisor: Dr. Robert Klenke VCU SKYLINE 1 * Table of Contents I. Abstract... 3 II.

More information

Introduction. Overview. Outputs Normal model 4 Delta wing (Elevon) & Flying wing & V-tail 4. Rx states

Introduction. Overview. Outputs Normal model 4 Delta wing (Elevon) & Flying wing & V-tail 4. Rx states Introduction Thank you for purchasing FrSky S6R/S8R (SxR instead in this manual) multi-function telemetry receiver. Equipped with build-in 3-axis gyroscope and accelerometer, SxR supports various functions.

More information

Operating Handbook For FD PILOT SERIES AUTOPILOTS

Operating Handbook For FD PILOT SERIES AUTOPILOTS Operating Handbook For FD PILOT SERIES AUTOPILOTS TRUTRAK FLIGHT SYSTEMS 1500 S. Old Missouri Road Springdale, AR 72764 Ph. 479-751-0250 Fax 479-751-3397 Toll Free: 866-TRUTRAK 866-(878-8725) www.trutrakap.com

More information

EzOSD Manual. Overview & Operating Instructions Preliminary. April ImmersionRC EzOSD Manual 1

EzOSD Manual. Overview & Operating Instructions Preliminary. April ImmersionRC EzOSD Manual 1 EzOSD Manual Overview & Operating Instructions Preliminary. April 2009 ImmersionRC EzOSD Manual 1 Contents Overview... 3 Features... 3 Installation... 3 1. Installation using an ImmersionRC camera and

More information

2009 Student UAS Competition. Abstract:

2009 Student UAS Competition. Abstract: UNIVERSITY OF PUERTO RICO MAYAGUEZ CAMPUS COLLEGE OF ENGINEERING 2009 Student UAS Competition Journal Paper Team Members: Pablo R. Mejías, Merqui Galarza Jeancarlo Colón Naldie Torres Josue Comulada Veronica

More information

Aerial Photographic System Using an Unmanned Aerial Vehicle

Aerial Photographic System Using an Unmanned Aerial Vehicle Aerial Photographic System Using an Unmanned Aerial Vehicle Second Prize Aerial Photographic System Using an Unmanned Aerial Vehicle Institution: Participants: Instructor: Chungbuk National University

More information

INTELLIGENT LANDING TECHNIQUE USING ULTRASONIC SENSOR FOR MAV APPLICATIONS

INTELLIGENT LANDING TECHNIQUE USING ULTRASONIC SENSOR FOR MAV APPLICATIONS Volume 114 No. 12 2017, 429-436 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu INTELLIGENT LANDING TECHNIQUE USING ULTRASONIC SENSOR FOR MAV APPLICATIONS

More information

FY-41AP Autopilot & OSD System

FY-41AP Autopilot & OSD System FY-41AP Autopilot & OSD System Installation & Operation Manual (Multi-rotor Version) Guilin Feiyu Electronic Technology Co., Ltd Address: 4 th Floor,YuTaiJie Science Technology Building, Information Industry

More information

International Journal of Scientific & Engineering Research, Volume 8, Issue 1, January ISSN

International Journal of Scientific & Engineering Research, Volume 8, Issue 1, January ISSN International Journal of Scientific & Engineering Research, Volume 8, Issue 1, January-2017 500 DESIGN AND FABRICATION OF VOICE CONTROLLED UNMANNED AERIAL VEHICLE Author-Shubham Maindarkar, Co-author-

More information

BOSCAM WIRELESS FPV GOGGLE. User Manual GS920

BOSCAM WIRELESS FPV GOGGLE. User Manual GS920 BOSCAM WIRELESS FPV GOGGLE User Manual GS920 Before using this FPV system, please read this manual carefully and keep it properly for future reference. Contents Notice. Start Guide 1. About Wireless Video

More information

ARIES: Aerial Reconnaissance Instrumental Electronics System

ARIES: Aerial Reconnaissance Instrumental Electronics System ARIES: Aerial Reconnaissance Instrumental Electronics System Marissa Van Luvender *, Kane Cheung, Hao Lam, Enzo Casa, Matt Scott, Bidho Embaie #, California Polytechnic University Pomona, Pomona, CA, 92504

More information

Brian Hanna Meteor IP 2007 Microcontroller

Brian Hanna Meteor IP 2007 Microcontroller MSP430 Overview: The purpose of the microcontroller is to execute a series of commands in a loop while waiting for commands from ground control to do otherwise. While it has not received a command it populates

More information

STORC: SEARCH TO RESCUE CRAFT FINAL TECHNICAL PAPER

STORC: SEARCH TO RESCUE CRAFT FINAL TECHNICAL PAPER MEAM-446-2012-1 Senior Design Project - Final Report April 26, 2012 Department of Mechanical Engineering and Applied Mechanics School of Engineering and Applied Science The University of Pennsylvania Philadelphia,

More information

Multi-rotor flight stabilization & Autopilot System Installation & Operation Guide. Guilin Feiyu Electronic Technology Co., Ltd

Multi-rotor flight stabilization & Autopilot System Installation & Operation Guide. Guilin Feiyu Electronic Technology Co., Ltd Rev: 5 th July 2011 FEIYU TECH FY-91Q DREAMCATCHER Multi-rotor flight stabilization & Autopilot System Installation & Operation Guide Guilin Feiyu Electronic Technology Co., Ltd Rm. B305, Innovation Building,

More information

SENLUTION Miniature Angular & Heading Reference System The World s Smallest Mini-AHRS

SENLUTION Miniature Angular & Heading Reference System The World s Smallest Mini-AHRS SENLUTION Miniature Angular & Heading Reference System The World s Smallest Mini-AHRS MotionCore, the smallest size AHRS in the world, is an ultra-small form factor, highly accurate inertia system based

More information

Cover the wing trailing edge and the aileron leading edge with strapping tape as shown.

Cover the wing trailing edge and the aileron leading edge with strapping tape as shown. Cover the wing trailing edge and the aileron leading edge with strapping tape as shown. The aileron hinges are done using strapping tape on the top and bottom surfaces of the ailerons as shown. Make sure

More information

Jager UAVs to Locate GPS Interference

Jager UAVs to Locate GPS Interference JIFX 16-1 2-6 November 2015 Camp Roberts, CA Jager UAVs to Locate GPS Interference Stanford GPS Research Laboratory and the Stanford Intelligent Systems Lab Principal Investigator: Sherman Lo, PhD Area

More information

SkyView. Autopilot In-Flight Tuning Guide. This product is not approved for installation in type certificated aircraft

SkyView. Autopilot In-Flight Tuning Guide. This product is not approved for installation in type certificated aircraft SkyView Autopilot In-Flight Tuning Guide This product is not approved for installation in type certificated aircraft Document 102064-000, Revision B For use with firmware version 10.0 March, 2014 Copyright

More information

Hardware in the Loop Simulation for Unmanned Aerial Vehicles

Hardware in the Loop Simulation for Unmanned Aerial Vehicles NATIONAL 1 AEROSPACE LABORATORIES BANGALORE-560 017 INDIA CSIR-NAL Hardware in the Loop Simulation for Unmanned Aerial Vehicles Shikha Jain Kamali C Scientist, Flight Mechanics and Control Division National

More information

MICRO AERIAL VEHICLE PRELIMINARY FLIGHT CONTROL SYSTEM

MICRO AERIAL VEHICLE PRELIMINARY FLIGHT CONTROL SYSTEM Multi-Disciplinary Senior Design Conference Kate Gleason College of Engineering Rochester Institute of Technology Rochester, New York 14623 Project Number: 09122 MICRO AERIAL VEHICLE PRELIMINARY FLIGHT

More information

Hardware Modeling and Machining for UAV- Based Wideband Radar

Hardware Modeling and Machining for UAV- Based Wideband Radar Hardware Modeling and Machining for UAV- Based Wideband Radar By Ryan Tubbs Abstract The Center for Remote Sensing of Ice Sheets (CReSIS) at the University of Kansas is currently implementing wideband

More information

DISCO-PRO AG ALL-IN-ONE DRONE SOLUTION FOR PRECISION AGRICULTURE. 80ha COVERAGE PARROT SEQUOIA INCLUDES MULTI-PURPOSE TOOL SAFE ANALYZE & DECIDE

DISCO-PRO AG ALL-IN-ONE DRONE SOLUTION FOR PRECISION AGRICULTURE. 80ha COVERAGE PARROT SEQUOIA INCLUDES MULTI-PURPOSE TOOL SAFE ANALYZE & DECIDE DISCO-PRO AG ALL-IN-ONE DRONE SOLUTION FOR PRECISION AGRICULTURE Powered by 80ha COVERAGE AT 120M * FLIGHT ALTITUDE (200AC @ 400FT) MULTI-PURPOSE TOOL PHOTO 14MPX VIDEO 1080P FULL HD PARROT SEQUOIA RGB

More information

UP30 UAV Autopilot System Manual Version 5.7

UP30 UAV Autopilot System Manual Version 5.7 UP30 UAV Autopilot System Manual Version 5.7-0 - CONTENTS Warning, warranty and upgrade.....3 Warning....... 3 Warranty...... 3 Upgrade....... 3 Contact..... 4 Introduction to UP30 Autopilot System....

More information

Embry Riddle Aeronautical University

Embry Riddle Aeronautical University Embry Riddle Aeronautical University Self-Operating Aerial Reconnaissance (SOAR) Unmanned Aerial System 2010 AUVSI Student UAS Competition Team Members: Rajiv Khatri, Jon-Erik Jaegersen, Thisara Pinto,

More information

Rapid Prototyping a Two Channel Autopilot for a Generic Aircraft

Rapid Prototyping a Two Channel Autopilot for a Generic Aircraft Rapid Prototyping a Two Channel Autopilot for a Generic Aircraft YOGANANDA JEPPU Head R&D Systems Moog India Technology Center MATLAB EXPO India 2014 The Team Atit Mishra Basavaraj M Chethan CU Chinmayi

More information

F-104 Electronic Systems

F-104 Electronic Systems Information regarding the Lockheed F-104 Starfighter F-104 Electronic Systems An article published in the Zipper Magazine # 49 March-2002 Author: Country: Website: Email: Theo N.M.M. Stoelinga The Netherlands

More information

Requirements Specification Minesweeper

Requirements Specification Minesweeper Requirements Specification Minesweeper Version. Editor: Elin Näsholm Date: November 28, 207 Status Reviewed Elin Näsholm 2/9 207 Approved Martin Lindfors 2/9 207 Course name: Automatic Control - Project

More information

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands!

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands! Initial Project and Group Identification Document September 15, 2015 Sense Glove Now you really do have the power in your hands! Department of Electrical Engineering and Computer Science University of

More information

Copyright Graupner/SJ GmbH. Manual. Vector Unit / Vector Unit Extreme 2 channel HoTT 2,4 GHz receiver/servo/speed controller unit No No.

Copyright Graupner/SJ GmbH. Manual. Vector Unit / Vector Unit Extreme 2 channel HoTT 2,4 GHz receiver/servo/speed controller unit No No. Copyright Graupner/SJ GmbH EN Manual Vector Unit / Vector Unit Extreme 2 channel HoTT 2,4 GHz receiver/servo/speed controller unit No. 34002 No. 34003 Index Introduction... 4 Service Center... 4 Intended

More information

DESIGN CONSTRAINTS ANALYSIS

DESIGN CONSTRAINTS ANALYSIS TEAM 9 -MRAV DESIGN CONSTRAINTS ANALYSIS by Nick Gentry UPDATED PSSC 1. An ability to remotely monitor remaining battery life (fuel gauge). 2. An ability to hover in a stable position (based on autonomous

More information

Master Op-Doc/Test Plan

Master Op-Doc/Test Plan Power Supply Master Op-Doc/Test Plan Define Engineering Specs Establish battery life Establish battery technology Establish battery size Establish number of batteries Establish weight of batteries Establish

More information

Instruction Manual book

Instruction Manual book Instruction Manual book ITEM CODE BH53. SPECIFICATION Wingspan : 1,250mm 49.21 in. Length : 930mm 36.61in. Weight : 1.1kg 2.42 Lbs. Parts listing required (not included). Battery: 3 CELLS-LI-POLY-11.1V-2,500

More information

SebArt professional line

SebArt professional line SebArt professional line Wind S 110 ARF ASSEMBLY MANUAL The new Wind S 110 ARF was designed by Italy aerobatic pilot, Sebastiano Silvestri. This professional ARTF kit is the result of Sebastiano s 20 years

More information

SKID SET INSTALLATION INTERNAL COMPPONENTS AND PAYLOAD WING PACKING AND END PANEL/RIB TABS

SKID SET INSTALLATION INTERNAL COMPPONENTS AND PAYLOAD WING PACKING AND END PANEL/RIB TABS TABLE OF CONTENTS: BMP SCOUT USER GUIDE PROPELLER GUARD ARMS AND RING INSTALLATION GENERAL RADIO AND FAIL SAFE SET UP UNPACKING AND GETTING STARTED PROPELLER RING AND PROPELLER CLEARANCE PROPELLER INSTALLATION

More information

Hopper Spacecraft Simulator. Billy Hau and Brian Wisniewski

Hopper Spacecraft Simulator. Billy Hau and Brian Wisniewski Hopper Spacecraft Simulator Billy Hau and Brian Wisniewski Agenda Introduction Flight Dynamics Hardware Design Avionics Control System Future Works Introduction Mission Overview Collaboration with Penn

More information

VT-ALLROUNDER V4 1500MM CORO 3/4 Channel Trainer Airplane

VT-ALLROUNDER V4 1500MM CORO 3/4 Channel Trainer Airplane Congratulations on your purchase of the VT- AllRounder 1500MM Trainer Airplane Kit.. Hope these build instructions help you complete the build. Though the build itself doesn't take much time, just be sure

More information

Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, British Columbia V5A 1S6

Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, British Columbia V5A 1S6 March 10, 2014 Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, British Columbia V5A 1S6 Re: ENSC 440 Design Specification for ASD: Air Surveillance Drones Dear Dr. Rawicz,

More information

U-Pilot can fly the aircraft using waypoint navigation, even when the GPS signal has been lost by using dead-reckoning navigation. Can also orbit arou

U-Pilot can fly the aircraft using waypoint navigation, even when the GPS signal has been lost by using dead-reckoning navigation. Can also orbit arou We offer a complete solution for a user that need to put a payload in a advanced position at low cost completely designed by the Spanish company Airelectronics. Using a standard computer, the user can

More information

The brain for the plane is the Airelectronics' U-Pilot flight control system, which is embedded inside the plane's fuselage, leaving a lot of space on

The brain for the plane is the Airelectronics' U-Pilot flight control system, which is embedded inside the plane's fuselage, leaving a lot of space on Airelectronics has developed a new complete solution meeting the needs of the farming science. The completely test Skywalkerplatform has been equipped with both thermal and multispectral cameras to measure

More information

25mm EPP SU31. Instruction Manual. Specifications

25mm EPP SU31. Instruction Manual. Specifications 25mm EPP SU31 Instruction Manual Specifications Wingspan: 39.4in (1000mm) Length: 42in (1070mm) Wing Area: 448sq in (28.9sq dm) Flying Weight: Approx. 1.5lb (650-710g) Dear Customer, www.valuehobby.com/su31-epp.html

More information

instruction manual for Open LRS New Generation

instruction manual for Open LRS New Generation instruction manual for Open LRS New Generation Table of contents 1. Important warnings 2. Hardware Overview 3 2.1 DTF UHF 4 Channel 4 2.2 HobbyKing RX 5 3. Instructions 3.1 Basic functions 6 3.2 Flashing

More information

Introducing the Quadrotor Flying Robot

Introducing the Quadrotor Flying Robot Introducing the Quadrotor Flying Robot Roy Brewer Organizer Philadelphia Robotics Meetup Group August 13, 2009 What is a Quadrotor? A vehicle having 4 rotors (propellers) at each end of a square cross

More information

DEVELOPMENT OF AN AUTONOMOUS SMALL SCALE ELECTRIC CAR

DEVELOPMENT OF AN AUTONOMOUS SMALL SCALE ELECTRIC CAR Jurnal Mekanikal June 2015, Vol 38, 81-91 DEVELOPMENT OF AN AUTONOMOUS SMALL SCALE ELECTRIC CAR Amzar Omairi and Saiful Anuar Abu Bakar* Department of Aeronautics, Automotive and Ocean Engineering Faculty

More information

Guilin Feiyu Electronic Technology Co., Ltd. Guilin FeiYu Electronic Technology Co.

Guilin Feiyu Electronic Technology Co., Ltd.    Guilin FeiYu Electronic Technology Co. Hornet-OSD Manual Feiyu Tech Guilin FeiYu Electronic Technology Co., Ltd Addr:Room C407, Innovation Building, Information Industry Park, ChaoYang Road, QiXing District, Guilin China Web:http://www.feiyudz.cn

More information

Robotic Vehicle Design

Robotic Vehicle Design Robotic Vehicle Design Sensors, measurements and interfacing Jim Keller July 2008 1of 14 Sensor Design Types Topology in system Specifications/Considerations for Selection Placement Estimators Summary

More information

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK Team Members: Andrew Blanford Matthew Drummond Krishnaveni Das Dheeraj Reddy 1 Abstract: The goal of the project was to build an interactive and mobile

More information

Design and Navigation Control of an Advanced Level CANSAT. Mansur ÇELEBİ Aeronautics and Space Technologies Institute Turkish Air Force Academy

Design and Navigation Control of an Advanced Level CANSAT. Mansur ÇELEBİ Aeronautics and Space Technologies Institute Turkish Air Force Academy Design and Navigation Control of an Advanced Level CANSAT Mansur ÇELEBİ Aeronautics and Space Technologies Institute Turkish Air Force Academy 1 Introduction Content Advanced Level CanSat Design Airframe

More information