Figure 1: Block diagram representation of system design

Size: px
Start display at page:

Download "Figure 1: Block diagram representation of system design"

Transcription

1 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 Ajman University of Science & Technology, UAE Abstract This paper presents an autonomous Unmanned Aerial Vehicle developed for Civil Defense applications. It provides operational support to fire-fighters performing their mission in difficult indoor environments in high-rise buildings during loss of communication between fire-fighters and base station. It augments a 2-D indoor tracking system by providing the third dimension corresponding to the floor level where a fire-fighter is trapped. In this way, the position of a trapped fire-fighter in a high-rise building is completely identified. Other features of the developed system include the ability to recognize humans in poor visibility conditions resulting from smoke or at night, provision of a grappling trigger to carry extra load for rescue missions, and stable flight operation. Keywords UAV, Drone, Rescue operations, Fire-fighters, Tracking. I. INTRODUCTION Firefighting in indoor environments is a challenging task that is further complicated by factors such as loss of communication between fire-fighters and base station, limited visibility due to smoke or during night, and difficulty in tracking lost or unconscious fire-fighters in a high-rise building on fire. In order to ensure the safety of fire-fighters it is important that their position inside the building is known to the base station even during loss of communication as well as when they are unconscious. A number of indoor tracking systems have been developed for various applications using different technologies. These technologies include RFID [1,2], ultrasound-based systems [3], MEMS inertial sensors [4], and smartphone-based systems [5-7]. The smartphone-based system presented in [7] has been developed especially for tracking fire-fighters inside a building with no known map and without requiring installation of special hardware such as RFID tags. However, the system is effective only for 2-D tracking, that is, it can locate a fire-fighter on a building floor but cannot provide the floor number. For a truly effective system in high-rise buildings the third dimension (height of the fire-fighter or floor number) must also be provided to the base station so that the rescue operation could be carried out without loss of time. This can be achieved by using Unmanned Aerial Vehicle (UAV) or Drone presented in this paper. The demand of Unmanned Aerial Vehicles (UAVs) or Drones is steadily growing due to their high maneuverability and low cost in comparison to other solutions. The UAVs or Drones are currently deployed in a variety of fields such as military, aerial photography, civil defense, police, hospitals and industry and their most common applications are in monitoring and rescue operations [8-12]. For a detailed discussion on applications of unmanned aerial systems, the reader is referred to [13]. In this paper an autonomous UAV is developed to augment the 2-D indoor tracking system by providing the third dimension, that is, the height of the fire-fighter trapped in a high-rise building on fire. In addition, it provides backup communication when there is a loss of primary communication channel between fire-fighters and the base station. It also supports some other civil defense applications such as detection of humans in limited visibility due to smoke or in darkness, supplying a life tube to drowning person and quickly providing first-aid kits to accident victims where it is difficult to reach them by road. II. SYSTEM DESIGN The system design is explained with the help of a block diagram shown in Figure 1. The developed system comprises of three units: Multi-rotor unit, Kinect unit, and base-station unit. The Multi-rotor unit includes the UAV itself and flight controller modules for gathering and transmitting the required data (percentage of oxygen and carbon dioxide gasses, live video streaming during day or night using Kinect) and carrying essential items such as life tube and first-aid kit, etc. The Kinect unit includes the Kinect itself, a processor, and a transceiver. The base station unit includes a laptop with a Wi-Fi module with firmware installed for flight monitoring and a joystick for flight control in case manual flight is required. Kinect- Kinect, as illustrated in Figure 2, plays the role of system s eyes and ears. Kinect is used to gather and analyze data which are recorded during incidents in desert or smoke filled areas and will detect humans using depth information [14] during both day and night operations in order to rescue victims. The system not only uses depth information of Kinect but also a microphone array which is able to analyze sounds and indicate the direction [15]. In this way, even if the system cannot see vivtims, it can hear them and accordingly determine their location. One of the main advantages of using Kinect is that it is programmable which allows the system to be flexible for different applications. The other advantage is its low-cost in comparison to other solutions for human detection, 3D mapping, and microphone array. DOI: 08.WCCAIS N&N Global Technology 2016

2 Figure 1: Block diagram representation of system design On the other hand, Kinect has distance limitation for both video and audio analyses. To overcome this limitation, a small-size but high-quality camera (FatShark FPV) was also installed for covering longer distances exceeding 10m. Figure 2: Kinect Unit Drone- the system is based on a hexacopter which can take up to 9 kg load. This enables it to carry the system (windows embedded system, Kinect, power sources, drone s processing unit) and essential tools such as life tube or first-aid kit and to be stable during flight. The drone s processing unit is made of three parts: Microprocessor (ArduPilot Mega), GPS, and Telemetry. Its block diagram representation is given in Figure 3. APM (ArduPilot Mega) - is an Atmega based processing unit with all sensors (magnetometer, compass, accelerometer, barometer, 3-axis gyroscope) on-board for controlling the flight [8]. APM is a controller with open source environment which allows users to set their own parameters for different flight style missions and the low-cost processor allows the system to have stable and autonomous flight. APM is used for multirotors that utilizes 3S (11.1V) Li-Po battery. Since we were using 6S (22.1V) Li-Po battery, it was a challenge to utilize the APM with 6S battery for heavy multirotor and yet achieve stable flight operation. For this purpose we appropriately adjusted the PID controller of APM, as discussed later. Also, APM uses either 915MHZ in US or 433MHZ in European telemetry in order to transmit parameters obtained from APM, external compass, and GPS, as well as to communicate with base station. Using a dedicated frequency bandwidth to control the drone may cause a problem resulting in a crash due to high possibility of signal jammed by other communication devices which are using the same frequency bandwidth. For this reason, it is necessary to utilize a dedicated frequency other than commonly used standard frequencies. Windows Azure and Embedded System- The system is equipped with windows-based embedded system in order to analyze data from Kinect and transfer the desired video and audio after filtering motor noises or unclear area and sending them to base station (laptop, mobile, tablet) during mission operation. It is important to mention here that the purpose of the developed system is not just receiving and sending data or carrying tools but it is also designed to make a connection between emergency departments such as police, hospital, and civil defense with uploading the incident data using Windows Azure and be able to access it real time to avoid time delays. While the drone is flying it requires an internet connection for its embedded system and cloud processing. For lower altitudes, this connection is provided by the base station. Since this connection is lost at higher altitudes, an independent cellular modem (4G) was provided to support high-speed data transmission at high altitudes. Initially NUC and Raspberry Pi embedded systems were used but

3 they caused some communication and battery life problems. Finally, we decided to use Microsoft Surface Pro instead of embedded system due to its high processing power and longer flight time due to separation of its power source from drone source. barometer and gyroscope are not sufficient to achieve an optimimally stable flight. Therefore, a sonar sensor was added to achieve a stable flight of the developed drone. As shown in figure 5, altitude hold result (indicated by blue line) is showing reading of barometer (indicated by red line) and sonar (indicated by green line) to control the motors and maintain attitude during harsh weather conditions. Figure 5: Value graph showing barometer and sonar reading III. Figure 3: Drone s processing unit IMPLEMENTATION AND TESTING The designed autonomous UAV was implemented successfully as shown in figure 4. It was tested to evaluate its performance for specified operations. A proportional-integral-derivative (PID) controller is a control loop feedback mechanism commonly used in industrial control systems. A PID controller continuously calculates an "error value" as the difference between a measured process variable and a desired set point. The controller attempts to minimize the error over time by adjustment of a control variable. Figure 6 shows the interface of PID controller with APM. Figure 6: PID Platform Interface Figure 4: Testing of developed UAV During initial testing the UAV flight was not very stable. It was determined that the built-in or external sensors connected to the microprocessor such as accelerometer, The Mission Planner, shown in Figure 7, is a drone software having the following features: Point-and-click waypoint entry using Google Maps/Bing/Open street maps/custom WMS. Select mission commands from drop-down menus Download mission log files and analyze them Configure APM settings for the airframe

4 Interface with a PC flight simulator to create a full hardware-in-the-loop UAV simulator. Observe the output from APM s serial terminal and live video Figure 8: Kinect Application Figure 7: System Software IV. APPLICATIONS Indoor Positioning and Communication- Common problem among fire-fighters is losing communication between themselves and base station which may lead to disconnection with the base station or getting trapped in indoor building on fire. In case of loss of communication, the drone will fly outside the building and act as a repeater to establish communication between base station and fire-fighter. Also, it will search for signal coming from fire-fighter s RFID tag and determine their approximate location based on the signal strength. Rescue Mission- Provision of a grappling trigger allows the drone to carry extra payload for any rescue mission. It can carry a first-aid, a small fire extinguisher or a life tube for saving drowning persons. It is important to note that the drone can detect human body using Kinect IR sensor and reach a drowning victim faster than life guards. The developed system has been tested to drop a life tube and it was determined that, as compared to a life guard, the rescue operation by drone was four times faster when the victim was 100 meters away from sea shore. Human Detection and Smoke Visibility- As discussed earlier, the Kinect is used as human detector in both normal and low visibility conditions such as during night or in the presence smoke. A combination of IR emitter, color sensor, depth sensor, 4-array microphone, and a small motor, enables Kinect to perceive the nearby surroundings in 3-D, recognize humans, identify them, track them and understand their gestures, making Kinect an essential tool for enhancing the effectiveness of the system. A snapshot of the system s software is shown in Figure 8 that includes video transmission in day time, 3D modeling, voice recognition, and night vision. V. CHALLENGES FACED AND SOLUTIONS Battery Life- The most challenging part in drone implementation is limited battery life which is affected by several factors. Aerodynamic is one of the key factors to increase battery life by up to 40%. Centralizing the parts will also help drone to consume less power from motors and improve flight stability. Another factor which can increase the flight time by minimum 10 minutes is using light and strong material in body and propellers like carbon fiber which will cause less vibration in flight so that microprocessor and motors will consume less power with improved stability of flight operation. Locating the microprocessor on drone is also an important consideration in increasing the flight time. It can be located in X or + formation and during testing it was determined that the + formation will consume less power and result in more stability. Stabilizing Autopilot- Having autonomous flights is a challenge for all drones due to weather conditions, payload and drone design. For the presented drone, six motors were utilized in order to achieve stability in windy weather. While eight motors will further increase the stability, power consumption will increase and thereby the flight time will decrease. For the purpose of flight stability, the system is equipped with ultrasonic sensors so that data from sonar will interface with barometer, accelerometer, and gyroscope and provide useful data to UAV for a stable flight. Also, for a stable autonomous flight, the PID (Proportional-Integral-Derivative) should be tuned appropriately for proper operation of the motors. Communication Range - Ensuring communication between UAV and base station (laptop, mobile and tablet) was a challenge due to range limitation. This was partly overcome by using ad-hoc network in order to transmit video to mobile and laptop [18].

5 VI. CONCLUSION This paper has presented the design, implementation, and salient features of an autonomous UAV for civil defense applications. Along with a smartphone-based 2-D tracking system, the developed system can locate a trapped or unconscious fire-fighter in a high-rise building on fire even during loss of communication with the base station. The system has other applications as well such as carrying out rescue missions, detecting humans in poor visibility conditions, and establishing communication link between firefighters and the base station in case of loss of primary communication channel. The developed system has been tested for its various applications and in all cases it performed as expected. REFERENCES [1] M. Roberti, "Locating Firefighters With RFID", RFID Journal, Oct [2] Athalye, Akshay, et al. "Novel semi-passive RFID system for indoor localization." Sensors Journal, IEEE 13.2 (2013): [3] Gandhi, Siddhesh R. "A Real Time Indoor Navigation and Monitoring System for Firefighters and Visually Impaired." (2011). [4] Chowdhary, M., M. Jain, and R. K. Srivastava. "Test Results for Indoor Positioning Solution using MEMS Sensor Enabled GPS Receiver."Proceedings of the 23rd International Technical Meeting of The Satellite Division of the Institute of Navigation (ION GNSS 2010) [5] Lan, Kun-Chan, and Wen-Yuah Shih. "Using smart-phones and floor plans for indoor location tracking." Human-Machine Systems, IEEE Transactions on44.2 (2014): [6] GEOLOC, IFSTTAR. "Smartphone based gait analysis using STFT and wavelet transform for indoor navigation." International Conference on Indoor Positioning and Indoor Navigation. Vol System." Intelligent Systems for Crisis Management. Springer Berlin Heidelberg, *11+ Alec Momont, Ambulance drone' prototype unveiled in Holland, TU Delft, Holland, *12+ Nuryono S. Widodo, Anton Yudhana, Sunardi, Low Cost Open Source based UAV for Aerial Photography, International Journal of Innovative Research in Advanced Engineering, Nov [13] Odido, D., and Diana Madara. "Emerging Technologies: Use of Unmanned Aerial Systems in the Realisation of Vision 2030 Goals in the Counties." International Journal of Applied 3.8 (2013). [14] Xia, Lu, Chia-Chih Chen, and Jake K. Aggarwal. "Human detection using depth information by Kinect." Computer Vision and Pattern Recognition Workshops (CVPRW), 2011 IEEE Computer Society Conference on. IEEE, [15] Kumatani, Kenichi, et al. "Microphone array processing for distant speech recognition: Towards real-world deployment." Signal & Information Processing Association Annual Summit and Conference (APSIPA ASC), 2012 Asia-Pacific. IEEE, [16] Salih, Atheer L., et al. "Flight PID controller design for a UAV quadrotor." Scientific Research and Essays 5.23 (2010): [17] Ch. Bhanu Prakash, R. Srinu Naik, Tuning of PID Controller by Ziegler-Nichols Algorithm for Position Control of DC Motor, International Journal of Innovative Science, Engineering & Technology, May [18] Fife, Leslie D., and Le Gruenwald. "Research issues for data communication in mobile ad-hoc network database systems." ACM SIGMOD Record 32.2 (2003): [7] N. Nazir, N. Dawood, R. Karim, M. Younis, M. Mir, M. Dorrikhteh, S. Basiratzadeh, Smartphone-based Indoor Tracking System for Firefighters in Action, International Conference on Computer Technology and Information Systems (ICCTIS 2015), August 13-15, 2015, Dubai, UAE. [8] Lee, Seung-Jae, and Jong-Hwan Kim. "Development of a Quadrocoptor Robot with Vision and Ultrasonic Sensors for Distance Sensing and Mapping." Robot Intelligence Technology and Applications Springer Berlin Heidelberg, [9] Merino, Luis, et al. "Automatic forest fire monitoring and measurement using unmanned aerial vehicles." VI International Conference on Forest Fire Research DX Viegas (Ed.) [10] van Persie, Mark, et al. "Integration of Real-Time UAV Video into the Fire Brigades Crisis Management

Palos Verdes High School 1

Palos Verdes High School 1 Abstract: The Palos Verdes High School Institute of Technology Aerospace team (PVIT) is proud to present Scout. Scout is a quadcopter weighing in at 1664g including the 3 cell 11.1 volt, 5,000 mah Lithium

More information

Auto Pilot Controlled Flying Wing (UAV) For QRF (Quick Reaction Armed Forces)

Auto Pilot Controlled Flying Wing (UAV) For QRF (Quick Reaction Armed Forces) IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684,p-ISSN: 2320-334X, Volume 12, Issue 6 Ver. II (Nov. - Dec. 2015), PP 43-47 www.iosrjournals.org Auto Pilot Controlled Flying

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

Content. 1. Introduction. 2. Kit Contents Kit S250 SPEDIX Extra Propellers Black 5x4.5 (CW / CCW)

Content. 1. Introduction. 2. Kit Contents Kit S250 SPEDIX Extra Propellers Black 5x4.5 (CW / CCW) Content 1. Introduction 2. Kit Contents 2.1. Kit S250 SPEDIX 2.2. Extra Propellers Black 5x4.5 (CW / CCW) 2.3. Turnigy 9X 9Ch & 8ch Receiver Module 2.4. Battery Turnigy 2.2 Amps 11.1V (3S) 1.5C 2.5. MultiStart

More information

Autonomous Quadcopter for Surveillance and Monitoring

Autonomous Quadcopter for Surveillance and Monitoring Autonomous Quadcopter for Surveillance and Monitoring J.Dani Reagan Vivek, Mariappan.M, Micheal Jesus Rickson.M Abstract The quadcopter system is an extremely maneuverable and versatile platform for many

More information

Swarm-Copters Senior Design Project: Simulating UAV Swarm Networks Using Quadcopters for Search and Rescue Applications

Swarm-Copters Senior Design Project: Simulating UAV Swarm Networks Using Quadcopters for Search and Rescue Applications Swarm-Copters Senior Design Project: Simulating UAV Swarm Networks Using Quadcopters for Search and Rescue Applications Author: Mark Moudy Faculty Mentors: Kamesh Namuduri, Department of Electrical Engineering,

More information

Team MacroHard: The Perfect Selfie Shreesha Suresha Mary Anne Noskowski Simranjit Singh Sekhon Bragatheesh Sureshkumar Beau Rampey

Team MacroHard: The Perfect Selfie Shreesha Suresha Mary Anne Noskowski Simranjit Singh Sekhon Bragatheesh Sureshkumar Beau Rampey Team MacroHard: The Perfect Selfie Shreesha Suresha Mary Anne Noskowski Simranjit Singh Sekhon Bragatheesh Sureshkumar Beau Rampey Intro: The project is an integration of a drone, a video recording device,

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

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

HARRIS RECON DRONE. Sean F Flemming, Senior in Mechanical Engineering, University of Michigan

HARRIS RECON DRONE. Sean F Flemming, Senior in Mechanical Engineering, University of Michigan HARRIS RECON DRONE Sean F Flemming, Senior in Mechanical Engineering, University of Michigan Abstract This project was sponsored by Harris Corporation as part of the Multidisciplinary Design Program (MDP).

More information

Use of UAVs for ecosystem monitoring. Genova, July 20 th 2016

Use of UAVs for ecosystem monitoring. Genova, July 20 th 2016 Use of UAVs for ecosystem monitoring Genova, July 20 th 2016 Roberto Colella colella@ba.issia.cnr.it Unmanned Aerial Vehicle An Unmanned Aerial Vehicle (UAV) is an aircraft without a human pilot onboard.

More information

Gurjeet Matharu (CEO) Seyed Ahmari (COO) Hesam Fatahi (CMO) Lekabari Nghana (CTO) Avi Gill (CFO)

Gurjeet Matharu (CEO) Seyed Ahmari (COO) Hesam Fatahi (CMO) Lekabari Nghana (CTO) Avi Gill (CFO) 1 Gurjeet Matharu (CEO) Seyed Ahmari (COO) Hesam Fatahi (CMO) Lekabari Nghana (CTO) Avi Gill (CFO) 2 Save lives Reduces human error Reduces search and rescue operation costs 3 Every year people are lost

More information

INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & MANAGEMENT

INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & MANAGEMENT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & MANAGEMENT AUTOMATED QUADCOPTER USING ANDROID CONTROLLING SYSTEM S. G. Pawar 1, Komal Dongare 2, Mayur Dalvi 2, Suyog Doshi 2, KK Das 2, 1 Assistant professor,

More information

Searcue Quadcopters. Gurjeet Matharu [Type the company name] Fall 2014

Searcue Quadcopters. Gurjeet Matharu [Type the company name] Fall 2014 Fall 2014 Searcue Quadcopters Gurjeet Matharu [Type the company name] Fall 2014 Contents Introduction... 2 Overview of the System - Quadcopter... 3 Risks:... 4 Benefits:... 5 Cost... 5 Project Organization...

More information

U g CS for DJI Phantom 2 Vision+

U g CS for DJI Phantom 2 Vision+ U g CS for DJI Phantom 2 Vision+ Mobile companion application Copyright 2016, Smart Projects Holdings Ltd Contents Preface... 2 Drone connection and first run... 2 Before you begin... 2 First run... 2

More information

International Journal of Engineering Trends and Technology (IJETT) Volume 23 Number 7- May 2015

International Journal of Engineering Trends and Technology (IJETT) Volume 23 Number 7- May 2015 Effect of Path Planning on Flying Measured Characteristics for Quadcopter Using APM2.6 Controller Wael R. Abdulmajeed #1, Omar A. Athab #2, Ihab A. Sattam #3 1 Lect.Dr, Department of Mechatronics, Al-Khwarizmi

More information

Autonomous Quadcopter with Human Tracking and Gesture Recognition

Autonomous Quadcopter with Human Tracking and Gesture Recognition Autonomous Quadcopter with Human Tracking and Gesture Recognition Functional Description and Complete System Block Diagram Students: Jacob Hindle, Daniel Garber, and Bradley Lan Project Advisor: Dr. Joseph

More information

History. Also known as quadrotors First flying quadrotor: 11 November 1922 Etienne Oehmichen. Image: blogger.com

History. Also known as quadrotors First flying quadrotor: 11 November 1922 Etienne Oehmichen. Image: blogger.com Quadcopters History Also known as quadrotors First flying quadrotor: 11 November 1922 Etienne Oehmichen Image: blogger.com History Quadrotors overtaken by helicopters due to workload of the pilot. Some

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

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

A Platform to Sense, Act, Communicate Through Drones.

A Platform to Sense, Act, Communicate Through Drones. A Platform to Sense, Act, Communicate Through Drones Overview Which How applications can we target? wireless technologies can help? Agriculture Infrastructures Industry 4.0 From Ground to Web Territory

More information

drone detection and neutralization system

drone detection and neutralization system drone detection and neutralization system Response to growing market needs Demand for non-military counter-drone systems is driven by: the sudden growth of the unregulated drone market is causing more

More information

U g CS for DJI Phantom 2 Vision+, Phantom 3 and Inspire 1 Mobile companion application

U g CS for DJI Phantom 2 Vision+, Phantom 3 and Inspire 1 Mobile companion application U g CS for DJI Phantom 2 Vision+, Phantom 3 and Inspire 1 Mobile companion application Copyright 2015, Smart Projects Holdings Ltd Contents Preface... 2 Drone connection and first run... 2 Before you begin...

More information

IMPLEMENTATION AND EVALUATION OF APM CONTROLLED QUADCOPTER WITH AERIAL IMAGERY AS A CASE STUDY

IMPLEMENTATION AND EVALUATION OF APM CONTROLLED QUADCOPTER WITH AERIAL IMAGERY AS A CASE STUDY IMPLEMENTATION AND EVALUATION OF APM 2.6 - CONTROLLED QUADCOPTER WITH AERIAL IMAGERY AS A CASE STUDY Wael R. Abdulmajeed, Omar A. Athab and Ihab A. Sattam Al-Khwarizmi Engineering College, University of

More information

Fixed-Wing Survey Drone. Students:

Fixed-Wing Survey Drone. Students: Fixed-Wing Survey Drone Functional Description and System Block Diagram Students: Ben Gorgan Danielle Johnson Faculty Advisor: Dr. Joseph A. Driscoll Date: October 1, 2013 Introduction This project will

More information

UAV for Surveillance and Mapping at Construction Sites

UAV for Surveillance and Mapping at Construction Sites ABSTRACT 2018 IJSRST Volume 4 Issue 5 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology UAV for Surveillance and Mapping at Construction Sites Kartikeya Jain, Aditya Mohata

More information

U g CS for DJI. Mobile companion application. Copyright 2016, Smart Projects Holdings Ltd

U g CS for DJI. Mobile companion application. Copyright 2016, Smart Projects Holdings Ltd U g CS for DJI Mobile companion application Copyright 2016, Smart Projects Holdings Ltd Contents Preface... 3 Drone connection and first run... 3 Before you begin... 3 First run... 3 Connecting smartphone

More information

U g CS for DJI Phantom 2 Vision+, Phantom 3 and Inspire 1 Mobile companion application

U g CS for DJI Phantom 2 Vision+, Phantom 3 and Inspire 1 Mobile companion application U g CS for DJI Phantom 2 Vision+, Phantom 3 and Inspire 1 Mobile companion application Copyright 2015, Smart Projects Holdings Ltd Contents Preface...2 Drone connection and first run...2 Before you begin...2

More information

Autonomous Quadcopter UAS P15230

Autonomous Quadcopter UAS P15230 Autonomous Quadcopter UAS P15230 Agenda Project Description / High Level Customer Needs / Eng Specs Concept Summary System Architecture Design Summary System Testing Results Objective Project Evaluation:

More information

UAS Forensics for First Responders. June 4-7, 2017 ½ Myrtle Beach, SC USA

UAS Forensics for First Responders. June 4-7, 2017 ½ Myrtle Beach, SC USA UAS Forensics for First Responders Who We Are David Kovar Designer and developer of URSA Unmanned and Robotics Systems Analysis Commercial UAV owner/pilot Ex Big 4 - Cyber security investigator, Incident

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

FULL PAPER PROCEEDING Multidisciplinary Studies Available online at

FULL PAPER PROCEEDING Multidisciplinary Studies Available online at FULL PAPER PROCEEDING Multidisciplinary Studies Available online at www.academicfora.com Full Paper Proceeding ECBA-2015 Vol. 24- Issue.3 103-108 ISBN 978-969-670-025-8 ECBA -15 GUI PID Self-Tuning System

More information

Comparison of PID and Fuzzy Controller for Position Control of AR.Drone

Comparison of PID and Fuzzy Controller for Position Control of AR.Drone IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Comparison of PID and Fuzzy Controller for Position Control of AR.Drone To cite this article: A Prayitno et al 7 IOP Conf. Ser.:

More information

Common FAA and UAS Terms

Common FAA and UAS Terms Common FAA and UAS Terms FAA- Federal Aviation Administration From their website: Summary of Activities We're responsible for the safety of civil aviation. The Federal Aviation Act of 1958 created the

More information

Unmanned Aerial Vehicles as Data Mules for Reconnaissance and Environmental Monitoring

Unmanned Aerial Vehicles as Data Mules for Reconnaissance and Environmental Monitoring Unmanned Aerial Vehicles as Data Mules for Reconnaissance and Environmental Monitoring - Srikanth Saripalli http://robotics.asu.edu srikanth.saripalli@asu.edu ARIZONA STATE UNIVERSITY / SCHOOL OF EARTH

More information

TMP-Alpha Unmanned Systems

TMP-Alpha Unmanned Systems TMP-Alpha Unmanned Systems We fly into the future TMP-Alpha Unmanned Systems is a leading designer, developer, producer of small UAVs (Unmanned Aerial Vehicles), as well as an integrator of enhanced technology

More information

THE SMARTEST EYES IN THE SKY

THE SMARTEST EYES IN THE SKY THE SMARTEST EYES IN THE SKY ROBOTIC AERIAL SECURITY - US PATENT 9,864,372 Nightingale Security provides Robotic Aerial Security for corporations. Our comprehensive service consists of drones, base stations

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

THE SMARTEST EYES IN THE SKY

THE SMARTEST EYES IN THE SKY THE SMARTEST EYES IN THE SKY ROBOTIC AERIAL SECURITY - US PATENT 9,864,372 Nightingale Security provides Robotic Aerial Security for corporations. Our comprehensive service consists of drones, base stations

More information

Modeling and Control of Small and Mini Rotorcraft UAVs

Modeling and Control of Small and Mini Rotorcraft UAVs Contents 1 Introduction... 1 1.1 What are Unmanned Aerial Vehicles (UAVs) and Micro Aerial Vehicles (MAVs)?... 2 1.2 Unmanned Aerial Vehicles and Micro Aerial Vehicles: Definitions, History,Classification,

More information

Mateo Burgos García. Chair of the ISDEFE-UPM technology observatory Full professor ISXXXX XX ISXXXX XX

Mateo Burgos García. Chair of the ISDEFE-UPM technology observatory Full professor ISXXXX XX ISXXXX XX Your su mejor best New threats and capabilities for defense and security in a digital world. Mateo Burgos García Chair of the ISDEFE-UPM technology observatory Full professor ISXXXX-100000-1XX ISXXXX-110000-1XX

More information

Distant Mission UAV capability with on-path charging to Increase Endurance, On-board Obstacle Avoidance and Route Re-planning facility

Distant Mission UAV capability with on-path charging to Increase Endurance, On-board Obstacle Avoidance and Route Re-planning facility [ InnoSpace-2017:Special Edition ] Volume 4.Issue 1,January 2017, pp. 10-14 ISSN (O): 2349-7084 International Journal of Computer Engineering In Research Trends Available online at: www.ijcert.org Distant

More information

EE5110/6110 Special Topics in Automation and Control

EE5110/6110 Special Topics in Automation and Control EE5110/6110 Special Topics in Automation and Control Introduction to Unmanned Aerial Vehicles Ben M. Chen Professor & Provost s Chair Department of Electrical & Computer Engineering Office: E4 06 08, Phone:

More information

Will the organizers provide a 3D mock-up of the arena? Draft indicative 2D layout of the Arena is given in Appendix 1. This will be finalized soon.

Will the organizers provide a 3D mock-up of the arena? Draft indicative 2D layout of the Arena is given in Appendix 1. This will be finalized soon. GENERAL QUESTIONS When will the organizers publish the details of the communications network to be used during the competition? Details of the communication network can be find at http://www.mbzirc.com/challenge

More information

An Architecture for the Agricultural Machinery Intelligent Scheduling in Cross-Regional Work Based on Cloud Computing and Internet of Things

An Architecture for the Agricultural Machinery Intelligent Scheduling in Cross-Regional Work Based on Cloud Computing and Internet of Things An Architecture for the Agricultural Machinery Intelligent Scheduling in Cross-Regional Work Based on Cloud Computing and Internet of Things Sun Zhiguo 1,2, Xia Hui 3, and Wang Wensheng 1,2 1 Agricultural

More information

Vision Based Autonomous Control of a Quadcopter

Vision Based Autonomous Control of a Quadcopter Department of Electrical and Computer Engineering Vision Based Autonomous Control of a Quadcopter By Zack Woods, Jeff Deeds, Zach Engstrom, and Caleb Gill Advised by Drs. Y. Lu, J. Wang, and I. S. Ahn

More information

THE SMARTEST EYES IN THE SKY

THE SMARTEST EYES IN THE SKY THE SMARTEST EYES IN THE SKY ROBOTIC AERIAL SECURITY - US PATENT 9,864,372 Nightingale Security provides Robotic Aerial Security for corporations. Our comprehensive service consists of drones, base stations

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

Develop a UAV Platform for Automated Bridge Inspection

Develop a UAV Platform for Automated Bridge Inspection Report # MATC-MS&T: 295 Final Report WBS:25-1121-0003-295 Develop a UAV Platform for Automated Bridge Inspection Zhaozheng Yin, Ph.D. Assistant Professor Department of Computer Science Missouri University

More information

Presentation of the Paper. Learning Monocular Reactive UAV Control in Cluttered Natural Environments

Presentation of the Paper. Learning Monocular Reactive UAV Control in Cluttered Natural Environments Presentation of the Paper Learning Monocular Reactive UAV Control in Cluttered Natural Environments Stefany Vanzeler Topics in Robotics Department of Machine Learning and Robotics Institute for Parallel

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

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

Basic Multicopter Control with Inertial Sensors

Basic Multicopter Control with Inertial Sensors International Journal of Computational Engineering & Management, Vol. 17 Issue 3, May 2014 www..org 53 Basic Multicopter Control with Inertial Sensors Saw Kyw Wai Hin Ko 1, Kyaw Soe Lwin 2 1,2 Department

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

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

Gesture Controlled UAV Proposal

Gesture Controlled UAV Proposal Gesture Controlled UAV Proposal Ben Schreck and Lee Gross 10/29/2014 1 Overview There are currently two types of unmanned aerial vehicles (UAVs): autonomous aircrafts and remotely piloted aircrafts. Remotely

More information

Studies of AR Drone on Gesture Control MA Lu, CHENG Lee Lung

Studies of AR Drone on Gesture Control MA Lu, CHENG Lee Lung 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 2016) Studies of AR Drone on Gesture Control MA Lu, CHENG Lee Lung Department of Electronic Engineering

More information

Navigating an Auto Guided Vehicle using Rotary Encoders and Proportional Controller

Navigating an Auto Guided Vehicle using Rotary Encoders and Proportional Controller International Journal of Integrated Engineering, Vol. 9 No. 2 (2017) p. 71-77 Navigating an Auto Guided Vehicle using Rotary Encoders and Proportional Controller Sung How Lee 1, Kim Seng Chia 1,* 1 Faculty

More information

Developing Sense and Avoid (SAA) Capability in Small Unmanned Aircraft

Developing Sense and Avoid (SAA) Capability in Small Unmanned Aircraft Developing Sense and Avoid (SAA) Capability in Small Unmanned Aircraft J. Perrett, S.D. Prior University of Southampton, Autonomous Systems Laboratory, Boldrewood Campus, Southampton, SO16 7QF, UK, jp13g11@soton.ac.uk

More information

Swarming UAVs Demand the Smallest Mil/Aero Connectors by Contributed Article on August 21, 2018

Swarming UAVs Demand the Smallest Mil/Aero Connectors by Contributed Article on August 21, 2018 24/09/2018 Swarming UAVs Demand the Smallest Mil/Aero Connectors by Contributed Article on August 21, 2018 Most of the connectors used in the small, hand-launched military UAVs typical of swarming drones

More information

REAL-TIME FOREST FIRE MONITORING SYSTEM USING UNMANNED AERIAL VEHICLE

REAL-TIME FOREST FIRE MONITORING SYSTEM USING UNMANNED AERIAL VEHICLE Journal of Engineering Science and Technology Vol. 13, No. 6 (2018) 1587-1594 School of Engineering, Taylor s University REAL-TIME FOREST FIRE MONITORING SYSTEM USING UNMANNED AERIAL VEHICLE ENI DWI WARDIHANI*,

More information

Transform retail by building a connected business

Transform retail by building a connected business Transform retail by building a connected business The era of digital and omni-channel retailing is here The retail industry has been under a transformation in recent years, fueled by empowered consumers.

More information

Control of Flight Operation of a Quad rotor AR. Drone Using Depth Map from Microsoft Kinect Sensor K. Boudjit, C. Larbes, M.

Control of Flight Operation of a Quad rotor AR. Drone Using Depth Map from Microsoft Kinect Sensor K. Boudjit, C. Larbes, M. Control of Flight Operation of a Quad rotor AR. Drone Using Depth Map from Microsoft Kinect Sensor K. Boudjit, C. Larbes, M. Alouache Abstract: In recent years, many user-interface devices appear for managing

More information

Oberon-based Autopilots for Unmanned Aerial Vehicles

Oberon-based Autopilots for Unmanned Aerial Vehicles Oberon-based Autopilots for Unmanned Aerial Vehicles Jacques Chapuis wecontrol AG Air Force Center Überlandstrasse 255 CH-8600 Dübendorf http://www.wecontrol.ch 1 Outline I. Introduction to wecontrol II.

More information

For extreme sensations, the Parrot Bebop Drone can be piloted with an optional controller compatible with FPV glasses.

For extreme sensations, the Parrot Bebop Drone can be piloted with an optional controller compatible with FPV glasses. With Bebop Drone, Parrot demonstrates its technological expertise and confirms its commitment to the civil drone market. The Bebop Drone is a super-high-tech leisure quadricopter with features of a professional

More information

AUGMENTED REALITY: ENVISION A MORE INTELLIGENT WORLD OCTOBER 2012 STUDY NUMBER: MP105-12

AUGMENTED REALITY: ENVISION A MORE INTELLIGENT WORLD OCTOBER 2012 STUDY NUMBER: MP105-12 AUGMENTED REALITY: ENVISION A MORE INTELLIGENT WORLD OCTOBER 2012 STUDY NUMBER: MP105-12 Copyright Semico Research, 2012. All rights reserved. Reproduction in whole or part is prohibited without the express

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

Development of an Autonomous UAV Managed by Virtual Reality. Hafid NINISS *1. Nakameguro GT Tower 15F, Kamimeguro 2-1-1, Tokyo, Japan

Development of an Autonomous UAV Managed by Virtual Reality. Hafid NINISS *1. Nakameguro GT Tower 15F, Kamimeguro 2-1-1, Tokyo, Japan 日本機械学会 2012 年度年次大会 [2012.9.9-12] CopyrightC2012 一般社団法人日本機械学会 W011005 Development of an Autonomous UAV Managed by Virtual Reality Hafid NINISS *1 *1 Forum8 Tokyo, System Development Group, Robot Development

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

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

Quick Start Manual 1.1

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

More information

Drone-Assisted Field Mapping

Drone-Assisted Field Mapping Drone-Assisted Field Mapping Team Abdullah Alkhaldi Mechatronic Engineering Ali Al Mohammed Mechanical Engineering Davin Buczek Mechatronic Engineering Joshua Miranda Mechatronic Engineering Advisor: Dr.

More information

Unmanned Aerial Vehicle Application to Coast Guard Search and Rescue Missions

Unmanned Aerial Vehicle Application to Coast Guard Search and Rescue Missions Unmanned Aerial Vehicle Application to Coast Guard Search and Rescue Missions Allison Ryan July 22, 2004 The AINS Center for the Collaborative Control of Unmanned Vehicles 1 US Coast Guard Search and Rescue

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

monitoring it i volcanic gas sampling and analysis

monitoring it i volcanic gas sampling and analysis Volcan, an autonomous volcanic gas sampling Unmanned Aerial Vehicle outbreak of a crisis: identification of causes and effects,, rescue coordination,, first aid volcanic area surveillance and monitoring

More information

UNMANNED AERIAL VEHICLE SYSTEM

UNMANNED AERIAL VEHICLE SYSTEM UNMANNED AERIAL VEHICLE SYSTEM UNIQUE CAMCOPTER S-100 is a highly versatile, autonomous Unmanned Aerial Vehicle (UAV) system developed to provide a unique balance between advanced capabilities and operation

More information

AUTOMATIC TICKET PRINTING AND TICKET CHECKING SYSTEM FOR SHIP SERVICE USING QR CODE

AUTOMATIC TICKET PRINTING AND TICKET CHECKING SYSTEM FOR SHIP SERVICE USING QR CODE Volume 119 No. 14 2018, 1081-1087 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu AUTOMATIC TICKET PRINTING AND TICKET CHECKING SYSTEM FOR SHIP SERVICE USING QR CODE S.Sasirekha 1,

More information

REMOTELY OPERATED AERIAL SURVEILLANCE SYSTEM TRIBHUVAN UNIVERSITY

REMOTELY OPERATED AERIAL SURVEILLANCE SYSTEM TRIBHUVAN UNIVERSITY A STUDY ON REMOTELY OPERATED AERIAL SURVEILLANCE SYSTEM BY HARI BHUSAL TRIBHUVAN UNIVERSITY INSTITUTE OF ENGINEERING PASCHIMANCHAL CAMPUS POKHARA, NEPAL 2013-2014 1 Abstract With the advancement in Science

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

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

DOWNLOAD PIX4DCAPTURE AND FREEFLIGHT PRO

DOWNLOAD PIX4DCAPTURE AND FREEFLIGHT PRO CHECKLIST BEFORE FLIGHT DOWNLOAD PIX4DCAPTURE AND FREEFLIGHT PRO 1. Sign in to the App Store or Google Play 2. Download the free apps FreeFlight Pro and Pix4Dcapture on your smartphone or tablet. It is

More information

AeroVironment, Inc. Unmanned Aircraft Systems Overview. Background

AeroVironment, Inc. Unmanned Aircraft Systems Overview. Background AeroVironment, Inc. Unmanned Aircraft Systems Overview Background AeroVironment provides customers with more actionable intelligence so they can proceed with certainty. Based in California, AeroVironment

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

Design of an Innovative Flight Controller for Quadcopter Robust Handling

Design of an Innovative Flight Controller for Quadcopter Robust Handling Design of an Innovative Flight Controller for Quadcopter Robust Handling A.Louros M.Papoutsidakis A.Chatzopoulos C.Drosos Abstract This senior thesis concerns the design and implementation of a quadcopter,

More information

Company Presentation. The pictures are for illustration s s sake alone

Company Presentation. The pictures are for illustration s s sake alone Company Presentation The pictures are for illustration s s sake alone XXX Field of Activity Field of Activity: Today: In the Future: The company deals with: Design } Development Manufacturing of Integration

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

Unmanned Aerial Systems

Unmanned Aerial Systems Unmanned Aerial Systems Products & Services Design, Development & Manufacture by: i-grandee Unmanned Systems Pvt. Ltd. No. 5, Kamaraj Colony, Chitlapakkam Chennai - 600064, Tamil Nadu, India www.igrandeeums.com

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

Individual Lab Report 6. S. M. Bryan Team A / The Avengers Teammates: Tushar Agrawal & Pratik Chatrat ILR06

Individual Lab Report 6. S. M. Bryan Team A / The Avengers Teammates: Tushar Agrawal & Pratik Chatrat ILR06 Individual Lab Report 6 S. M. Bryan Team A / The Avengers Teammates: Tushar Agrawal & Pratik Chatrat ILR06 January 28, 2016 1 1. Individual Progress Over the past two weeks, I ve (a) assembled and tested

More information

Autonomous Firefighting Drone Final Report

Autonomous Firefighting Drone Final Report ECE 4902 Senior Design Spring 2018 Autonomous Firefighting Drone Final Report Team 1801 Members: Hahyeong Kim (EE) Krishnan Sureshkumar (CMPE/EE) Xinkang Chen (CMPE) Malcom Lopez (EE) Sponsor: Sikorsky

More information

Abhyast Phase V Semi-Autonomous Aerial Vehicle Design

Abhyast Phase V Semi-Autonomous Aerial Vehicle Design 25-03-15 Abhyast Phase V Semi-Autonomous Aerial Vehicle Design Boeing-IITK Joint Venture Project Team Members Elle Atma Vidhya Prakash (eprakash@iitk.ac.in) Rahul Gujar (rahugur@iitk.ac.in) Preksha Gupta

More information

Case Study. Project AirShield. Description of the Project AirShield and its results in the final demonstration at Falck RISC Rotterdam

Case Study. Project AirShield. Description of the Project AirShield and its results in the final demonstration at Falck RISC Rotterdam Case Study Project AirShield Description of the Project AirShield and its results in the final demonstration at Falck RISC Rotterdam Version 1.0 Presented by: microdrones GmbH Profiles: microdrones microdrones

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

Artificial Intelligence applied for electrical grid inspection using drones

Artificial Intelligence applied for electrical grid inspection using drones Artificial Intelligence applied for electrical grid inspection using drones 11/08/2018-10.22 am Asset management Grid reliability & efficiency Network management Software Drones are being used for overhead

More information

Real-time surveillance just got lighter

Real-time surveillance just got lighter Real-time surveillance just got lighter The most important thing we build is trust AVIATOR UAV 200 Enhanced satcom connectivity for tactical UAVs Photo: Andrew Shiva The world s smallest, lightest Inmarsat

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

A Shopping Environment for Blind People Using RFID

A Shopping Environment for Blind People Using RFID IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 58-62 www.iosrjournals.org A Shopping Environment for Blind People Using RFID Prof. Rajesh N. Kamath 1, Namita Tamse

More information

TARIK VELI MUMCU.

TARIK VELI MUMCU. DEVELOPMENT OF THE CONTROL SYSTEM AND AUTOPILOT OF A HEXAROTOR AERIAL VEHICLE TARIK VELI MUMCU 1 Department of Control and Automation Engineering, Yildiz Technical University, Istanbul, Turkey E-mail:

More information

Software Productivity Domains

Software Productivity Domains Workshop Notes Software Software Application Difficulties Very Easy Risks are well understood with little loss from failure Business or operational logic is straightforward Limited interface to other software

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