Autonomous Quadcopter UAS P15230

Size: px
Start display at page:

Download "Autonomous Quadcopter UAS P15230"

Transcription

1 Autonomous Quadcopter UAS P15230

2 Agenda Project Description / High Level Customer Needs / Eng Specs Concept Summary System Architecture Design Summary System Testing Results Objective Project Evaluation: Success and Failure Opportunities/Suggestions for Future Work

3 Project Description An autonomous Unmanned Aerial System (UAS) was built on an off-the-shelf quadcopter base. The quadcopter was designed in order to navigate an obstacle-filled course using various navigation techniques, including simultaneous mapping and planning, object detection and avoidance, and basic facial recognition. The project was originally intended for use in the ImagineRIT RIT Meets the Jetsons: Flying Cars competition, and was designed as such. The project was later entered in the ARM Design Competition held during ImagineRIT.

4 Customer Requirements

5 Engineering Requirements

6 System Architecture: Overall 5 Architectural Components: 1. Flight Actualization 2. Mapping, Pathing, and Object Detection 3. Localization 4. Facial Recognition 5. Safety

7 System Architecture - Electrical Power Distribution Signal Path System Interconnection Printed Circuit Board

8 Electrical System-Power Management Battery a. Turnigy:4000mah Hall effect current sensor a. ACS 709 System interconnect

9 Power Management cont. Current and Voltage Reading a. Voltage Reading -ADC on Teensy:13-bit -Resistor Voltage Divider b. Current Reading - ADC on Teensy:13-bit -3V max Resistor Voltage Divider

10 System Architecture - Embedded uc Interval Timer Pulse Position Library ISR Capture Analysis

11 Design Summary: Mechanical Frame: DJI F450 Airframe Kit Simple to replace components Large Buildon space Stable Propulsion DJI E300 Tuned Propulsion Kit 30A ESCs & kV motors 9.4x4.3 props 600 grams/axis rated max lift Craft lifts full load and has no issues overcoming initial lift at static thrust. Would be cautious about adding much more weight to craft without adjusting propulsion system Rotor Shroud: Designed to protect mechanical and electrical components of craft as well as bystanders and users. Leg Extensions: 3D printed extensions raise craft for increased ground clearance. Give guaranteed level take off Allow for additional hardware mounting below lower plate of craft Battery Future add-ons

12 Design Summary: Mechanical cont. Shroud corner damage (repaired) Raspberry Pi 2 SD card slot Pi Cam Bracket Current craft damage analysis Shroud collision with ceiling in lab caused corner to break off, but performed its job and protected both the craft and bystanders Raspberry Pi 2 & Pi Cam SD card slot on Pi 2 broke off in ceiling collision Pi Cam 3D print bracket was damaged in collision, needs to be replaced Moving Forward (future safety/durability improvement) Shroud weak points such as corners may be reinforced with bamboo skewers/bilateral tape Protective covers can be produced for electrical hardware components that are more exposed on top of shroud (Raspberry Pi 2, Pi Cam, GY80, Teensy) Con: Added weight Alternative: Imbed more components into shroud foam

13 Design Summary: Software Class Diagram

14 Design Summary:Software State Chart

15 Design Summary: LIDAR Scanning Algorithm

16 System Testing: LIDAR Scanning Algorithm Successfully tracks laser line pixel location indoors up to 30 ft away. Converts line pixels to real world locations, but needs more accuracy verification. Can convert detection to real world coordinates with simulated live compass heading and craft location coordinates. Fixed-point C code formatted for full mapping system integration but never tested. Hardware Pi NoIR camera successfully detects 980nm line laser indoors with IR pass filter. The sun and bare incandescent light sources can cause issues. Line laser power output can be tuned down to safe ~1 mw levels at 3 ft away and still be visible within 30ft. Raspberry Pi 2 runs standalone algorithm at about 5-15 fps, but data monitoring causes major performance hit. Untested running full system integration.

17 Design Summary: Localization Using three routers with known coordinates on the <x,y,z=0> grid, the Raspberry Pi is connected to each and a distance is calculated based on the signal strength of the router at that time. These distances are then used in geometric formulae to obtain the position of the craft. Math used to derive equations for <x,y,z> coordinates

18 System Testing: Mapping & Path Planning 2D grid update mapping Left, Right, and back sonar sensors update the map if an object is detected within a 1 meter range.map update accounts for heading of the craft with initial calibrations at start of program. LIDAR integration untested Altitude determination of the craft varies by.5 meters from barometer readings, and is limited by sonar range (<3m) Path Planning Path planning to multiple points on the same map is achieved in simulation Path planning with a dynamic map (updated by simulated sonar reading) is achieved Craft not able to navigate with planned paths.

19 System Testing: Embedded uc Used I2C Master-Slave Arduino-to-Teensy connection to emulate communication with Raspberry Pi Over Ride Switch - Confirmed Working through RC UAS Test Autonomous Mode - Confirmed Working though RC UAS Test Further PID refinement necessary

20 System Testing - Localization WiFi-based triangulation proved to be too inaccurate for the precise measurements needed for pathing algorithms. Calculated distances depended on signal strength, which did not vary enough with distance to make accurate measurements. Could be used for larger-scale position finding, ie. for general location of craft, but should no longer be considered for pinpoint measurements. For future versions of the project, RFID could be considered as a replacement. The triangulation method and final output would remain the same, with only the distance calculations changing.

21 Project Evaluation Current State: A quadcopter platform capable for research in autonomous flight. Hardware platform may interface with any guidance system using i2c communication and defined packet structure, additionally full RC control is available to user. Main hardware components are off the shelf allowing for easy replacement.

22 Project Evaluation: ERs Status S1:Complete Autonomous Craft does not fly completely autonomously, but has autonomous mode implementable. S2: Take still images during flight Craft can not take still images, as the camera used continually throws errors when used. S3: Store still images during flight Can not store still images, as there is no camera to record the images and no dedicated storage space available on the craft. S4: Flys duration of function Craft has 10 minutes of continuous flight

23 Project Evaluation: ERs Status cont. S5: Can fly with additional payload Craft can fly with additional payload, however this requirement was no longer considered necessary for ImagineRIT. S6:Portable Can easily be carried by the user S7: Onboard range sensing Sonar sensors are integrated into the onboard system. LIDAR hasn t been integrated into the onboard system. S8: Obstacle avoidance Craft isn t tuned to avoid obstacles that it recognizes.

24 Project Evaluation: ERs Status cont. S9: Safe for users and bystanders Craft can be taken into manual mode. Safe if experienced pilot. S10: Stay within Budget Project total was $ ; this is $ over budget. S11: Facial Recognition Facial Detection implemented in MATLAB environment but not integrated into onboard system. S12: Craft will not break on impact Craft take significant damage from drops of greater than 3 ft and high speed collision with objects

25 Opportunities & Suggested Future Work 1. Finalize Flight Control a. b. c. d. Tuning of Flight Controls (CC3D & Teensy PID) Face Tracking or Alternative Following UAS WiFi Positioning Integration To UAS For Indoor Flight GPS Positioning Integration To UAS For Outdoor Flight 2. Indoor Mapping (2D or 3D) a. b. LIDAR Integration To UAS Use of RFID or similar system for more accurate coordinate position 3. Refine PCB for Late-Term Changes 4. Ergonomics a. b. Battery Rx & Tx Binding Method

Project Readiness Package Rev 7/22/11

Project Readiness Package Rev 7/22/11 INTRODUCTION: ADMINISTRATIVE INFORMATION: Project Name (tentative): Quadcopter Navigation System Project Number, if known: R14902 Preferred Start/End Semester in Senior Design: Fall/Spring Spring/Fall

More information

Autonomous Aerial Mapping

Autonomous Aerial Mapping Team Name: Game of Drones Autonomous Aerial Mapping Authors: Trenton Cisewski trentoncisewski@gmail.com Sam Goyal - s4mgoyal@gmail.com Chet Koziol - chet.koziol@gmail.com Mario Infante - marioinfantejr@gmail.com

More information

S.T.E.M. Integrated Robotics Detailed Outline

S.T.E.M. Integrated Robotics Detailed Outline S.T.E.M. Integrated Robotics Detailed Outline Unit 1: An Introduction to Drones Time: 4 Days Lesson 1.1 Introduction to MINDS-i 1. A brief intro of how MINDS-i defines STEM education and STEM Integrated

More information

Green Country UAS Competition Rules (Ver. 3.2) Released April 30, 2017 The University of Tulsa

Green Country UAS Competition Rules (Ver. 3.2) Released April 30, 2017 The University of Tulsa Green Country UAS Competition Rules (Ver. 3.2) Released April 30, 2017 The University of Tulsa Competition Date 19-21 May, 2017 Contents Introduction... 3 Schedule... 4 Safety and Security... 5 General

More information

Technical Layout of Harbin Engineering University UAV for the International Aerial Robotics Competition

Technical Layout of Harbin Engineering University UAV for the International Aerial Robotics Competition Technical Layout of Harbin Engineering University UAV for the International Aerial Robotics Competition Feng Guo No.1 Harbin Engineering University, China Peiji Wang No.2 Yuan Yin No.3 Xiaoyan Zheng No.4

More information

Autonomous Battery Charging of Quadcopter

Autonomous Battery Charging of Quadcopter ECE 4901 Fall 2016 Project Proposal Autonomous Battery Charging of Quadcopter Thomas Baietto Electrical Engineering Gabriel Bautista Computer Engineering Ryan Oldham Electrical Engineering Yifei Song Electrical

More information

HurleyIR Drone Kits HurleyIR is a DJI Authorized Dealer

HurleyIR Drone Kits HurleyIR is a DJI Authorized Dealer The HurleyIR UAS Aerial System is a fully customizable surveillance platform. Cutting edge fail safe technology and intelligent flight modes make flying easy and comfortable for any operator. The included

More information

UAV & Quadcopter (Summer Training Program) 2 Weeks/15 Days

UAV & Quadcopter (Summer Training Program) 2 Weeks/15 Days (Summer Training Program) 2 Weeks/15 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: W-53G, Sector-11, Noida-201301, U.P. Contact us: Email: stp@robospecies.com Website: www.robospecies.com

More information

Autonomous Battery Charging of Quadcopter

Autonomous Battery Charging of Quadcopter ECE 4901 Fall 2016 Final Report Autonomous Battery Charging of Quadcopter Team 1722: Thomas Baietto Electrical Engineering Gabriel Bautista Computer Engineering Ryan Oldham Electrical Engineering Yifei

More information

Air Reconnaissance to Ground Intelligent Navigation System

Air Reconnaissance to Ground Intelligent Navigation System Air Reconnaissance to Ground Intelligent Navigation System GROUP MEMBERS Hamza Nawaz, EE Jerrod Rout, EE William Isidort, EE Nate Jackson, EE MOTIVATION With the advent and subsequent popularity growth

More information

Drones In Logistics PRESENTATION TITLE. Alexander Stimpson, Ph.D. Your Logo Goes Here! 2017 MHI Copyright claimed for audiovisual works and

Drones In Logistics PRESENTATION TITLE. Alexander Stimpson, Ph.D. Your Logo Goes Here! 2017 MHI Copyright claimed for audiovisual works and Drones In Logistics Presented by: Alexander Stimpson, Ph.D. PRESENTATION TITLE Your Logo Goes Here! 2017 MHI Copyright claimed for audiovisual works and Outline Introduction The Nature of Drones Drone

More information

Quadcopter Design and Dynamics.

Quadcopter Design and Dynamics. Lecture 2: Quadcopter Design and Dynamics Lecture 2 Page: 1 Quadcopter Design and Dynamics colintan@nus.edu.sg Lecture 2: Quadcopter Design and Dynamics Page: 2 Objectives of this Lecture The objectives

More information

2017 SUNY TYESA Mini UAV Competition Friday, May 5, 2017 Monroe Community College, Rochester NY

2017 SUNY TYESA Mini UAV Competition Friday, May 5, 2017 Monroe Community College, Rochester NY V 2017 SUNY TYESA Mini UAV Competition Friday, May 5, 2017 Monroe Community College, Rochester NY Project Teams of sophomore and freshman students will design, build, and pilot a mini Unmanned Aerial Vehicle

More information

UAV & Quadcopter (Summer Training Program) 4 Weeks/30 Days

UAV & Quadcopter (Summer Training Program) 4 Weeks/30 Days UAV & Quadcopter (Summer Training Program) 4 Weeks/30 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: D-66, First Floor, Sector- 07, Noida, UP Contact us: Email: stp@robospecies.com Website:

More information

IARC Technical Paper

IARC Technical Paper IARC Technical Paper Texas Aerial Robotics University of Texas at Austin TexasAerialRobotics@gmail.com Samid Ahmed, Nicholas Boeker, Eric Johnson, Aaron Karns, Mark Loveland, Umer Salman May 28, 2017 Abstract

More information

Design and Development of Arduino Uno based Quadcopter

Design and Development of Arduino Uno based Quadcopter Design and Development of Arduino Uno based Quadcopter Vibha Kishor 1, Ms. Swati Singh 2 1 UG Student, Department of Electronics and Communication, Meerut Institute of Technology, Meerut 2 Assistant Professor,

More information

Fixed Wing Survey Drone. Students:

Fixed Wing Survey Drone. Students: Fixed Wing Survey Drone Project Proposal Students: Ben Gorgan Danielle Johnson Faculty Advisor: Dr. Joseph A. Driscoll Date: November, 26 2013 1 Project Summary This project will develop an unmanned aerial

More information

Multiple UAV Coordination

Multiple UAV Coordination Multiple UAV Coordination By: Ethan Hoerr, Dakota Mahan, Alexander Vallejo Team Advisor: Dr. Driscoll Department: Bradley ECE Thursday, April 9, 2015 2 Problem Statement Using multiple UAV coordination,

More information

Indoor Localization with Smartphones

Indoor Localization with Smartphones Indoor Localization with Smartphones Dr. Sudeep Pasricha, Supervising Professor Saideep Tiku, Graduate Student Aubrey Patricia Davis, Electrical Engineering Tyler Fowler, Electrical Engineering Benjamin

More information

Vision VTOL. The Future of Flight

Vision VTOL. The Future of Flight Vision VTOL The Future of Flight What if batteries had just 10 times their current power density? What would an aircraft look like? What could it do? Wings become obsolete. Motors become as reliable as

More information

UNMANNED SURFACE VESSEL (USV)

UNMANNED SURFACE VESSEL (USV) UNMANNED SURFACE VESSEL (USV) UNMANNED SURFACE VESSEL (USV) By using Arma-Tech Tactical Autonomous Control Kit (ATTACK), the vessel can operate independently or combined in swarm. Completely autonomously

More information

Thank you for purchasing the Intel Aero Ready to Fly Drone! Getting Started

Thank you for purchasing the Intel Aero Ready to Fly Drone! Getting Started Thank you for purchasing the Intel Aero Ready to Fly Drone! The Intel Aero Ready to Fly Drone is a pre-assembled quadcopter that is purposely built for professional drone application developers to enable

More information

Features to Consider When Purchasing a Small Unmanned Aircraft System (suas) James A. Robbins

Features to Consider When Purchasing a Small Unmanned Aircraft System (suas) James A. Robbins U!A DIVISION OF AGRICULTURE RESEARCH & EXTENSION University of Arkansas System Agriculture and Natural Resources FSA6151 Features to Consider When Purchasing a Small Unmanned Aircraft System (suas) James

More information

Components of a Quadcopter SYST 460

Components of a Quadcopter SYST 460 Components of a Quadcopter SYST 460 https://www.dronezon.com/learn-about-drones-quadcopters/drone-components-parts-overview-with-tips/ A. Standard Prop While some drones like the DJI Phantom look more

More information

Pennsylvania State University. Unmanned Aerial Systems AUVSI SUAS Technical Report

Pennsylvania State University. Unmanned Aerial Systems AUVSI SUAS Technical Report Pennsylvania State University Unmanned Aerial Systems 2018 AUVSI SUAS Technical Report Abstract This technical paper details the systems engineering process conducted by Penn State Unmanned Aerial Systems

More information

Generation Drone Utility T&D Innovations

Generation Drone Utility T&D Innovations Agenda Generation Drone Utility T&D Innovations SEAoT 10.20.16 Annual Conference Austin,TX Grant Leaverton VP Business Development Advanced Aerial Inspection Resources LLC (AAIR) Commercial UAV market

More information

Dept. of Electrical Engineering. UAV Sensing and Control. Lang Hong, Ph.D. Wright State University

Dept. of Electrical Engineering. UAV Sensing and Control. Lang Hong, Ph.D. Wright State University Senior Design Projects: UAV Sensing and Control Lang Hong, Ph.D. Dept. of Electrical Engineering Wright State University Topic List Light-Weight/Accurate Altimeter for a Small UAV Gyro-Stabilized Servo-Driven

More information

QUADCOPTER. Huginn. Group 1. Floris Driessen Martin van Leussen Art Senders Tijl van Vliet Steven van der Vlugt

QUADCOPTER. Huginn. Group 1. Floris Driessen Martin van Leussen Art Senders Tijl van Vliet Steven van der Vlugt QUADCOPTER Huginn Group 1 Floris Driessen Martin van Leussen Art Senders Tijl van Vliet Steven van der Vlugt Presentation outlines Assignments and goals A) Build the quadcopter and get it flying B) PID

More information

Conceptual Design Review

Conceptual Design Review 2015 Conceptual Design Review UAV PACKAGE DELIVERY SYSTEM TEAM AVENGERS Tushar Agrawal (Software Lead and Project Manager) Sean Bryan (Mechanical and Communications Lead) Pratik Chatrath (Sensor Lead and

More information

Quadcopter Video Surveillance UAV

Quadcopter Video Surveillance UAV By Anton Nakazawa Bai Xiang Jin anak@uvic.ca barryjin@uvic.ca URL: http://web.uvic.ca/~barryjin/ Supervisor: Michael Adams Group: 7 Dept. Electrical and Computer Engineering University of Victoria All

More information

Knight s Intelligent Reconnaissance Copter - KIRC

Knight s Intelligent Reconnaissance Copter - KIRC College of Engineering and Computer Science Knight s Intelligent Reconnaissance Copter - KIRC EEL 4915 Senior Design II FINAL DOCUMENTATION Spring 2014 Group #14 Nathaniel Cain James Donegan James Gregory

More information

UWB IEEE a Ultra Wide Band wireless technology

UWB IEEE a Ultra Wide Band wireless technology RTLS TECHNOLOGY OVERVIEW Real time location system features wireless UWB technology enabling superior precise object tracking for months of battery lifetime. UWB IEEE 802.15.4 a Ultra Wide Band wireless

More information

Instructional Manual

Instructional Manual Instructional Manual 1. Parts 1. The vice-blade steering engine can be divided into levels of 25%, 50%, 75%, and 100% rudder power. The user can select any one of these levels according to their flying

More information

NSU TARA 2017 AUVSI SUAS JOURNAL PAPER

NSU TARA 2017 AUVSI SUAS JOURNAL PAPER NSU TARA 2017 AUVSI SUAS JOURNAL PAPER Norfolk State University Terrestrial Aircraft for Reconnaissance Applications Department of Engineering Department of Computer Science Norfolk State University, Norfolk,

More information

Passive RFID Positioning Technology and Applications. Dr. Zhu Hailong Senior Manager, R&D, LSCM

Passive RFID Positioning Technology and Applications. Dr. Zhu Hailong Senior Manager, R&D, LSCM Passive RFID Positioning Technology and Applications Dr. Zhu Hailong Senior Manager, R&D, LSCM outline 1 Introduction 2 AOA-based RFID RTLS 3 RSSI-based RFID RTLS 4 PDOA-based RFID RTLS 1 Introduction

More information

Quadcopter for Rescue Missions and Surveillance

Quadcopter for Rescue Missions and Surveillance IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 48-52 www.iosrjournals.org Quadcopter for Rescue Missions and Surveillance Pooja Srivastava 1, Tejaswi Ninawe 2, Chitral

More information

Design and Development of South Dakota School of Mines and Technology s Aerial Robotic Reconnaissance System

Design and Development of South Dakota School of Mines and Technology s Aerial Robotic Reconnaissance System Design and Development of South Dakota School of Mines and Technology s Aerial Robotic Reconnaissance System Randall Foudray, Jiayi Liu, Erik Kaitfors, Jordan Ritz South Dakota School of Mines and Technology

More information

Dynamic Target Tracking and Obstacle Avoidance using a Drone

Dynamic Target Tracking and Obstacle Avoidance using a Drone The th International Symposium on Visual Computing (ISVC), December 4-6, 205 Las Vegas, Nevada, USA. Dynamic Target Tracking and Obstacle Avoidance using a Drone Alexander C. Woods and Hung M. La (B) Advanced

More information

Quadcopter See and Avoid Using a Fuzzy Controller

Quadcopter See and Avoid Using a Fuzzy Controller 1 Quadcopter See and Avoid Using a Fuzzy Controller M. A. Olivares-Mendez and Luis Mejias and Pascual Campoy and Ignacio Mellado-Bataller Computer Vision Group, DISAM, Polytechnic University of Madrid

More information

Collaboration Between Unmanned Aerial and Ground Vehicles. Dr. Daisy Tang

Collaboration Between Unmanned Aerial and Ground Vehicles. Dr. Daisy Tang Collaboration Between Unmanned Aerial and Ground Vehicles Dr. Daisy Tang Key Components Autonomous control of individual agent Collaborative system Mission planning Task allocation Communication Data fusion

More information

Implementing Consensus based tasks with autonomous agents cooperating in dynamic missions using Subsumption Architecture

Implementing Consensus based tasks with autonomous agents cooperating in dynamic missions using Subsumption Architecture Implementing Consensus based tasks with autonomous agents cooperating in dynamic missions using Subsumption Architecture Prasanna Kolar PhD Candidate, Autonomous Control Engineering Labs University of

More information

Advanced Tactics Announces the Release of the AT Panther Drone First Aerial Package Delivery Test with a Safe Drive-up-to-your-doorstep Video

Advanced Tactics Announces the Release of the AT Panther Drone First Aerial Package Delivery Test with a Safe Drive-up-to-your-doorstep Video UPDATED 03APRIL2017 MEDIA CONTACT: press@advancedtacticsinc.com (310) 325-0742 Advanced Tactics Announces the Release of the AT Panther Drone First Aerial Package Delivery Test with a Safe Drive-up-to-your-doorstep

More information

NEW ERA IN FLIGHT. VisionVTOL VERTICAL LANDING AND TAKE OFF

NEW ERA IN FLIGHT. VisionVTOL VERTICAL LANDING AND TAKE OFF NEW ERA IN FLIGHT VisionVTOL VERTICAL LANDING AND TAKE OFF The VisionVTOL combines important advances in energy with one of the most established and numerous flying platforms available today the quadcopter.

More information

HOBO Plug Load Logger (UX ) Manual

HOBO Plug Load Logger (UX ) Manual HOBO Plug Load Logger (UX120-018) Manual The HOBO Plug Load logger is designed to monitor energy consumption of AC-powered plug in loads. This compact device can be used as a power meter with its built-in

More information

Just a T.A.D. (Traffic Analysis Drone)

Just a T.A.D. (Traffic Analysis Drone) Just a T.A.D. (Traffic Analysis Drone) Senior Design Project 2017: Preliminary Design Review 1 Meet the Team Cyril Caparanga (CSE) Alex Dunyak (CSE) Christopher Barbeau (CSE) Matthew Shin (CSE) 2 Problem

More information

Hardware & Software Platform for Next Generation Industrial Drones. Chetak Kandaswamy Kai Yan Helmut Prendinger

Hardware & Software Platform for Next Generation Industrial Drones. Chetak Kandaswamy Kai Yan Helmut Prendinger Hardware & Software Platform for Next Generation Industrial Drones Chetak Kandaswamy Kai Yan Helmut Prendinger What s next in industry drones? Market: Technical topics: Infrastructure inspection Advanced

More information

Unmanned Air Vehicle Testbed for Cooperative Control Experiments

Unmanned Air Vehicle Testbed for Cooperative Control Experiments Unmanned Air Vehicle Testbed for Cooperative Control Experiments Tim McLain Department of Mechanical Engineering Brigham Young University Randy Beard Department of Electrical and Computer Engineering Brigham

More information

UgCS for DJI. User Manual. mobile companion version SPH Engineering

UgCS for DJI. User Manual. mobile companion version SPH Engineering mobile companion version 2.5 User Manual 2017 SPH Engineering www.ugcs.com Table of Contents 1. Preface... 3 2. Drone connection and first flight... 4 2.1. Getting ready... 4 2.2. First flight... 4 2.3.

More information

RFid based Toll Collection System

RFid based Toll Collection System For more Project details visit: http://www.projectsof8051.com/rfid-based-highway-toll-tax-collection-system/ Code Project Title 1515 RFid Based Highway Toll Tax Collection System Synopsis for RFid based

More information

Design and Construction of a Quadcopter with Payload for Pipeline Inspection and Surveillance

Design and Construction of a Quadcopter with Payload for Pipeline Inspection and Surveillance ISSN (Print): 2320 3765 ISSN (Online): 2278 8875 International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering Vol. 5, Issue 6, June 2016 Design and Construction

More information

P310 VTOL UAV CHC P310 VTOL UAV. Zhen Yann Zhen Yann - UAV Product Manager UAV Product Manager Shanghai, 15 February,2017 Shanghai - Feburary 15, 2017

P310 VTOL UAV CHC P310 VTOL UAV. Zhen Yann Zhen Yann - UAV Product Manager UAV Product Manager Shanghai, 15 February,2017 Shanghai - Feburary 15, 2017 P310 VTOL UAV CHC P310 VTOL UAV Zhen Yann Zhen Yann - UAV Product Manager UAV Product Manager Shanghai, 15 February,2017 Shanghai - Feburary 15, 2017 1 CHC Profile 2 CHC VTOL UAV Introduction 3 4 CHC VTOL

More information

VENTO WIFI DRONE WITH LIVE STREAMING CAMERA

VENTO WIFI DRONE WITH LIVE STREAMING CAMERA VENTO WIFI DRONE WITH LIVE STREAMING CAMERA INSTRUCTION MANUAL THANK YOU. Thank you for your purchase of Protocol s Vento Wifi Drone with Live Streaming Camera. You are about to experience the best of

More information

Small UAV Noise Analysis Design of Experiment

Small UAV Noise Analysis Design of Experiment Small UAV Noise Analysis Design of Experiment Prepared by : Raya Islam Sam Kelly Duke University Humans and Autonomy Laboratory 1 Introduction This design of experiment presents a procedure to analyze

More information

RoboFeast-2018 in Assoc. with Ed Cell IIT-Roorkee 2-Days National Level Quad Copter Development Workshop

RoboFeast-2018 in Assoc. with Ed Cell IIT-Roorkee 2-Days National Level Quad Copter Development Workshop RoboFeast-2018 in Assoc. with Ed Cell IIT-Roorkee 2-Days National Level Quad Copter Development Workshop Page 4 Highlights of the QuadCopter Workshop Introduction to Multi Rotor Vehicles & QuadCopter dynamics

More information

Hero 550 User Manual

Hero 550 User Manual Hero 550 User Manual IDF 1.01 2014.10.28 version Thanks for purchasing Hero-550.Please regularly visit Hero-550 web page at www.idea-fly.com which is updated regularly. product information,technical updates

More information

On Implementing a Low Cost Quadcopter Drone with Smartphone Control

On Implementing a Low Cost Quadcopter Drone with Smartphone Control On Implementing a Low Cost Quadcopter Drone with Smartphone Control Mohammad Masoud, Yousef Jaradat, Mohammad Farhoud, Ammar Almdallaleh Computer and Communication Engineering Department Al-Zaytoonah University

More information

Introduction to Drones

Introduction to Drones Introduction to Drones Introduction You can go backwards, you can hover, and you can go straight up or straight down. What is it? It s a bird, it s a plane, no it s a drone! If you are familiar with the

More information

Center for Innovative Technology (CIT) In conjunction with our partners Smart City Works, LLC and TechNexus (the SCITI Program)

Center for Innovative Technology (CIT) In conjunction with our partners Smart City Works, LLC and TechNexus (the SCITI Program) Center for Innovative Technology (CIT) In conjunction with our partners Smart City Works, LLC and TechNexus (the SCITI Program) Requests Innovators with capabilities in the following area Technical Specification:

More information

The complete, efficient, solar water pumping solution Delivering you more water!

The complete, efficient, solar water pumping solution Delivering you more water! PS2 The complete, efficient, solar water pumping solution Delivering you more water! PS2 is an integrated solar water pumping system for small to medium sized applications PS2 provides a very efficient

More information

Potential for Using Unmanned Aerial Vehicles (UAV) in an On-Site Inspection

Potential for Using Unmanned Aerial Vehicles (UAV) in an On-Site Inspection Potential for Using Unmanned Aerial Vehicles (UAV) in an On-Site Inspection Dr James Palmer AWE plc, UK CTBTO Science and Technology Conference 2015 T3.2-06 What is an Unmanned Aerial Vehicle? Different

More information

INSTRUCTION MANUAL SPECIFICATIONS:

INSTRUCTION MANUAL SPECIFICATIONS: INSTRUCTION MANUAL XK X250 Alien Specifications CONTENTS OF THE BOX: 1 x Quadcopter 1 x 2.4 GHz remote (6x AA-batteries not included) 1 x 3.7V 780 mah Li-po battery 4 x Spare propeller 1 x Charger 1 x

More information

UgCS for DJI. User Manual. mobile companion version 2.9 (99) SPH Engineering

UgCS for DJI. User Manual. mobile companion version 2.9 (99) SPH Engineering UgCS for DJI mobile companion version 2.9 (99) User Manual 2013-2023 SPH Engineering www.ugcs.com Table of Contents 1. Unlocking the No-Fly Zones (NFZ) for DJI drones... 3 2. Preface... 3 3. Drone connection

More information

DESIGN AND DEVELOPMENT OF AMPHIBIOUS QUADCOPTER

DESIGN AND DEVELOPMENT OF AMPHIBIOUS QUADCOPTER DESIGN AND DEVELOPMENT OF AMPHIBIOUS QUADCOPTER 1 MAHEN M.A, 2 ANIRUDH S NAIK, 3 CHETHANA H.D, 4 SHASHANK A.C 1,2,3,4 Department of Mechanical Engineering, JSSATE, Visvesvaraya Technological University,

More information

ITEM NO USER MANUAL

ITEM NO USER MANUAL ITEM NO. 35064 USER MANUAL Safety & Precautions 1. Fly in an open wide area without large obstacles like buildings, trees or electric wires within 100 feet as they may distort the GPS signals and you may

More information

University of Florida Rocket Team Preliminary Design Review

University of Florida Rocket Team Preliminary Design Review University of Florida Rocket Team Preliminary Design Review Agenda Overview Mission Statement Concept of Operations Summary Vehicle Subsystems Motor Choice Flight Dynamics and Simulations Payloads Target

More information

GIGA Commercial Drone. Owner s Manual. For Owner s Manual updates, warranty information, and support, visit:

GIGA Commercial Drone. Owner s Manual. For Owner s Manual updates, warranty information, and support, visit: GIGA -6000 Commercial Drone Owner s Manual For Owner s Manual updates, warranty information, and support, visit: www.mota.com/giga-6000 Please read the Owner s Manual before your first flight. It has information

More information

The. universal 3D Inspection reference. advanced 3D measurement software & solutions

The. universal 3D Inspection reference.  advanced 3D measurement software & solutions The universal 3D Inspection reference www.metrologicgroup.com advanced 3D measurement software & solutions About the company Optimize your quality processes, measure more efficiently, maximize your investments

More information

Theft Resistant Shopping Cart Project Proposal

Theft Resistant Shopping Cart Project Proposal Theft Resistant Shopping Cart Project Proposal Team 25 Team Members Kong Zhi Yao (kkong7) Mei Ling Yeoh (myeoh2) Zhan (xzhan5) TA: Jacob Bryan ECE 445 Spring 2016 February 10 th, 2016 1 Table of Contents

More information

NU HOPE. Northeastern University. High-altitude Object Protection Experiment

NU HOPE. Northeastern University. High-altitude Object Protection Experiment NU HOPE Northeastern University High-altitude Object Protection Experiment Agenda Overview of Vehicle Properties Stability Analysis Launch Vehicle Sections and Systems Booster Stage Interstage system Payload

More information

Unmanned Aerial Vehicle (UAV)-Based Remote Sensing for Crop Phenotyping

Unmanned Aerial Vehicle (UAV)-Based Remote Sensing for Crop Phenotyping Unmanned Aerial Vehicle (UAV)-Based Remote Sensing for Crop Phenotyping Sanaz Shafian 1, Nithya Rajan 1, Yeyin Shi 2, John Valasek 3 & Jeff Olsenholler 4 1 Dept. of Soil and Crop Sciences; 2 Dept. of Biological

More information

Mobile robotics KMP 1500

Mobile robotics KMP 1500 Mobile robotics KMP 1500 EN KMP 1500 Autonomy, intelligence, precision Shorter response times and greater flexibility going beyond full automation: these are the new requirements of automotive producers

More information

University of Florida Rocket Team Flight Readiness Review

University of Florida Rocket Team Flight Readiness Review University of Florida Rocket Team Flight Readiness Review Agenda Overview Concept of Operations Mass Statement and Margin Launch Vehicle Launch Vehicle Dimensions Key Design Features Vehicle Integration

More information

User Manual V

User Manual V User Manual V1.4 2017.08 Searching for Keywords Search for keywords such as battery and install to find a topic. If you are using Adobe Acrobat Reader to read this document, press Ctrl+F on Windows or

More information

UgCS for DJI. User Manual. mobile companion version 2.6_beta SPH Engineering

UgCS for DJI. User Manual. mobile companion version 2.6_beta SPH Engineering mobile companion version 2.6_beta User Manual 2017 SPH Engineering www.ugcs.com Table of Contents 1. Preface... 3 2. Drone connection and first flight... 4 2.1. Getting ready... 4 2.2. DJI verification

More information

Lesson Learned Loss of Wind Turbines due to Transient Voltage Disturbances on the Bulk Transmission System

Lesson Learned Loss of Wind Turbines due to Transient Voltage Disturbances on the Bulk Transmission System Lesson Learned Loss of Wind Turbines due to Transient Voltage Disturbances on the Bulk Transmission System Primary Interest Groups Balancing Authorities (BAs) Transmission Operators (TOPs) Generator Operators

More information

Increasing computing performance of ADCS subsystems in small satellites for earth observation

Increasing computing performance of ADCS subsystems in small satellites for earth observation Increasing computing performance of ADCS subsystems in small satellites for earth observation Johan Carvajal-Godínez, Morteza Haghayegh, Allan Granados, Jaan Viru and Jian Guo Space Engineering Department

More information

TITAN Quadcopter Assembly Instructions 1

TITAN Quadcopter Assembly Instructions 1 TITAN Quadcopter Assembly Instructions Even if you have built a multirotor before; please read these instructions carefully! There are a lot of tricks in here that can save you headaches in the future

More information

Deliverable 1 Report. Summary. Project Status. UAV Challenge 2016 (Medical Express)

Deliverable 1 Report. Summary. Project Status. UAV Challenge 2016 (Medical Express) Deliverable 1 Report UAV Challenge 2016 (Medical Express) Summary The CanberraUAV 1 design approach is to use up to two VTOL UAVs. The Retrieval UAV will fly along the designated corridor then take a high

More information

Mobile Robots TRANSFORMING MANUFACTURING AND LOGISTICS

Mobile Robots TRANSFORMING MANUFACTURING AND LOGISTICS Mobile Robots TRANSFORMING MANUFACTURING AND LOGISTICS 1 Mobile Robots Transforming manufacturing and logistics Modernize Your Workflow Omron mobile robots are Autonomous Intelligent Vehicles (AIVs) designed

More information

User Manual V LED

User Manual V LED User Manual V1.4 2017.08 LED Searching for Keywords Search for keywords such as battery and install to find a topic. If you are using Adobe Acrobat Reader to read this document, press Ctrl+F on Windows

More information

Matt Gudorf UCI Energy Manager

Matt Gudorf UCI Energy Manager Matt Gudorf UCI Energy Manager UNIVERSITY OF CALIFORNIA, IRVINE Comprehensive research university 22,216 Undergraduate Students $330 million sponsored research 27 lab buildings operating 24/7 ~7.5 Million

More information

AUTOMATION IN AGRICULTURE FIELD USING ARM 7 BASED ROBOT

AUTOMATION IN AGRICULTURE FIELD USING ARM 7 BASED ROBOT AUTOMATION IN AGRICULTURE FIELD USING ARM 7 BASED ROBOT Praveen Kumar Singh 1, Gaurav S Nikam 2, Rupali S Kad 3 1 Dept. of E&TC, Pimpri Chinchwad College of Engineering, Pune, Maharashtra, India 2 Dept.

More information

Southwestern University. Quadcopter (DRONE) Rules for Use. Quadcopter/drone rules for use established: March 8, 2016.

Southwestern University. Quadcopter (DRONE) Rules for Use. Quadcopter/drone rules for use established: March 8, 2016. Southwestern University Quadcopter (DRONE) Rules for Use Quadcopter/drone rules for use established: March 8, 2016. All departmental drone operators must register quadcopter/drone with the FAA. Operators

More information

IMAV 2015 Micro Aerial Vehicles Competition Competition Rules

IMAV 2015 Micro Aerial Vehicles Competition Competition Rules IMAV 2015 Micro Aerial Vehicles Competition Competition Rules Changelog: Version Changes 0.1 First draft version A. Introduction This document provides cumulative information about the IMAV 2015 competition.

More information

AERIAL ACROBAT VIDEO DRONE. Item No User s Guide

AERIAL ACROBAT VIDEO DRONE. Item No User s Guide AERIAL ACROBAT VIDEO DRONE Item No. 205982 User s Guide Thank you for purchasing the Sharper Image Aerial Acrobat Video Drone. Please read these instructions prior to using this device for the first time.

More information

mycopter Enabling Technologies for Personal Aerial Transportation Systems

mycopter Enabling Technologies for Personal Aerial Transportation Systems mycopter Enabling Technologies for Personal Aerial Transportation Systems Prof. Dr. Heinrich H. Bülthoff Max Planck Institute for Biological Cybernetics Tübingen, Germany Project funded by the European

More information

Embedded Real-Time Software Architecture for Unmanned Autonomous Helicopters

Embedded Real-Time Software Architecture for Unmanned Autonomous Helicopters JOURNAL OF SEMICONDUCTOR TECHNOLOGY AND SCIENCE, VOL.5, NO.4, DECEMBER, 2005 243 Embedded Real-Time Software Architecture for Unmanned Autonomous Helicopters Won Eui Hong, Jae-Shin Lee, Laxmisha Rai, and

More information

Figure 1: Block diagram representation of system design

Figure 1: Block diagram representation of system design Proc. Of The 3rd World Congress on Computer Applications and Information Systems Autonomous UAV for Civil Defense Applications S.Basiratzadeh, M.Mir, M.T.Tahseen, A.D.Shapsough, M.S.Dorrikhteh, A.Saeidi

More information

GRID CODE COMPLIANCE TESTING OF RENEWABLES NEW REQUIREMENTS AND TESTING EXPERIENCES

GRID CODE COMPLIANCE TESTING OF RENEWABLES NEW REQUIREMENTS AND TESTING EXPERIENCES GRID CODE COMPLIANCE TESTING OF RENEWABLES NEW REQUIREMENTS AND TESTING EXPERIENCES Nils Schäfer, Dr. Gunter Arnold, Wolfram Heckmann Fraunhofer Institute for Wind Energy and Energy System Technology Kassel,

More information

Amazon Prime Air. sensefly PRECISION HAWK. Carinthia University of Applied Sciences Austria. Unmanned Aerial Systems II. Group I

Amazon Prime Air. sensefly PRECISION HAWK. Carinthia University of Applied Sciences Austria. Unmanned Aerial Systems II. Group I Carinthia University of Applied Sciences Austria Unmanned Aerial Systems II sensefly PRECISION HAWK Amazon Prime Air Group I Dilshod Ikramov Agne Valukonyte Rustam Miyliyev 1. Introduction 2. Companies:

More information

UAVs 4 STEM. Using recreational drones for learning. March 22, 2016 Presenters: LuAnn Dahlman, NOAA Dan Zalles, SRI

UAVs 4 STEM. Using recreational drones for learning. March 22, 2016 Presenters: LuAnn Dahlman, NOAA Dan Zalles, SRI UAVs 4 STEM Using recreational drones for learning E Federation of Earth Science Information Partners (ESIP) adsf Education Committee March 22, 2016 Presenters: LuAnn Dahlman, NOAA Dan Zalles, SRI Earth

More information

Applications for Unmanned Aerial Vehicles (UAVs) in Electric Utility Construction Cross Border Meeting Cartagena, Columbia March 17, 2016

Applications for Unmanned Aerial Vehicles (UAVs) in Electric Utility Construction Cross Border Meeting Cartagena, Columbia March 17, 2016 Applications for Unmanned Aerial Vehicles (UAVs) in Electric Utility Construction Cross Border Meeting Cartagena, Columbia March 17, 2016 UAV Benefits to the Industry Up-close inspections of energized

More information

LS1021A. in Industrial Safety Systems

LS1021A. in Industrial Safety Systems LS1021A in Industrial Safety Systems Abstract Safety systems in industrial machinery have clearly improved over the past years, but accidents still occur with unacceptable frequency. In most parts of the

More information

Custom Small UAV Lab. To: Dr. Lewis Ntaimo ISEN

Custom Small UAV Lab. To: Dr. Lewis Ntaimo ISEN Custom Small UAV Lab To: Dr. Lewis Ntaimo ISEN 689-601 From: Gerardo Iglesias, Sugiri Halim, William, Zane Singleton March 20, 2008 I. Statement of Problem Current development and research in the field

More information

AEM 5495 Spring Design, Build, Model, Simulate, Test and Fly Small Uninhabited Aerial Vehicles (UAVs)

AEM 5495 Spring Design, Build, Model, Simulate, Test and Fly Small Uninhabited Aerial Vehicles (UAVs) AEM 5495 Spring 2011 Design, Build, Model, Simulate, Test and Fly Small Uninhabited Aerial Vehicles (UAVs) Gary J. Balas balas@umn.edu Monday-Wednesday 3:35-4:50 PM 211 Akerman Hall UAV Course Syllabus

More information

Collaborative Control of Unmanned Air Vehicles Concentration

Collaborative Control of Unmanned Air Vehicles Concentration Collaborative Control of Unmanned Air Vehicles Concentration Stochastic Dynamic Programming and Operator Models for UAV Operations Anouck Girard August 29, 2007 Overview of C 2 UAV Concentration Team:

More information

VIDEO CAMERA DRONE WITH LED LIGHTS

VIDEO CAMERA DRONE WITH LED LIGHTS VIDEO CAMERA DRONE WITH LED LIGHTS Item No. 205981 User s Guide Thank you for purchasing the Sharper Image Video Camera Drone with LED Lights. Please read these instructions prior to using this device

More information

14+ FOR AGES 14 AND UP ITEM NO

14+ FOR AGES 14 AND UP ITEM NO 14+ FOR AGES 14 AND UP ITEM NO. 33743 INTRODUCTION Thank you for purchasing this amazing World Tech Toys product. This drone is suitable for indoor and outdoor flight. Please carefully read the entire

More information

Design of Quadcopter Robot as a Disaster Environment Remote Monitor

Design of Quadcopter Robot as a Disaster Environment Remote Monitor International Journal of Electrical and Computer Engineering (IJECE) Vol. 6, No. 1, February 2016, pp. 188~197 ISSN: 2088-8708, DOI: 10.11591/ijece.v6i1.7768 188 Design of Quadcopter Robot as a Disaster

More information

Airship-based LiDAR and multi-sensor forest monitoring

Airship-based LiDAR and multi-sensor forest monitoring Airship-based LiDAR and multi-sensor forest monitoring S. Esposito, P. Fallavollita, M. Balsi, R. Tognetti, M. Marchetti COST WORKSHOP Green Engineering Camp ( GEC) Plitvice Lakes National Park, Croatia

More information