PURE Learning Plan Student: Kiarash Akhlaghi Feizasar

Slides:



Advertisements
Similar presentations
What is Arduino?  Arduino is a ATMEL 168 micro-controller kit designed specially for small projects  User friendly IDE(Integrated Development Environment)
Advertisements

MicroCART Micro processor C ontrolled A erial R obotics T eam Abstract MicroCART is a group of EE/CprE students tasked with developing an autonomous helicopter.
Arduino Autonomous Robotics System
Autonomous Quadrocopter Proposal Brad Bergerhouse, Nelson Gaske, Austin Wenzel Dr. Malinowski.
The Voice Operated and Wirelessly Controlled Elevator Jeremy Hester Advisor: Mohammad Saadeh Class: ET 493 – 01 Instructor: Dr. Cris Koutsougeras South.
AT 209 Introduction to Civil Unmanned Aerial Systems (UAS)
Matt McKeever Jonathan Baker UAV Design Team 11/16/2006
1 Autonomous Controller Design for Unmanned Aerial Vehicles using Multi-objective Genetic Programming Choong K. Oh and Gregory J. Barlow U.S. Naval Research.
1 Incremental Evolution of Autonomous Controllers for Unmanned Aerial Vehicles using Multi-objective Genetic Programming Gregory J. Barlow, Choong K. Oh,
Design of Autonomous Navigation Controllers for Unmanned Aerial Vehicles using Multi-objective Genetic Programming Gregory J. Barlow March 19, 2004.
1 Autonomous Controller Design for Unmanned Aerial Vehicles using Multi-objective Genetic Programming Gregory J. Barlow North Carolina State University.
Remote Data Logging at Loch Lunndaidh Using Sensors to Monitor the Quality of Water in a place that is difficult to get to.
1 ECE Department Thermal Mapping Drone Team 17 Jamyang Tenzin Stefan Totino Dylan Fallon Jason Fellow Advisor: Joseph Bardin.
…dedicated to the design, manufacturing, integration and support of lightweight flight safety equipment and services. Our goal is to provide the Best-in-Class.
An INS/GPS Navigation System with MEMS Inertial Sensors for Small Unmanned Aerial Vehicles Masaru Naruoka The University of Tokyo 1.Introduction.
Term Project Upgrading of an Automated Guided Vehicle (AGV)
Unmanned aerial systems, what they are and what is available? Professor Sandor M Veres University of Sheffield.
RC CAR CONTROLLER BASED ON INTEL GALILEO SOC PLATFORM Nadav Shiloach Sagi Sabag Supervisor: Idan Shmuel Spring 2014 One Semester Project PROJECT’S ENDING.
NATIONAL INSTITUTE OF SCIENCE & TECHNOLOGY Presented by: Santosh kumar Swain Technical Seminar Presentation by SANTOSH KUMAR SWAIN Roll # CS
Typical Microcontroller Purposes
Overview What is Arduino? What is it used for? How to get started Demonstration Questions are welcome at any time.
Final Year Projects Prof. Joseph Ng. Mobile Application Development Sensor Programming Android Platform Preferred Applications on the following domains:
Design Team # 4 Design of low cost flight computer for unmanned aerial vehicles Status Report # 4 Ryan Morlino Chris Landeros Sylvester Meighan Stephen.
Running Piccolo Log on Flightgear Young Mo Kang UIUC.
Timothy Kritzler and Joseph Mintun Sponsor: Martin Engineering, Illinois Advisors: Dr. Malinowski and Dr. Ahn Bradley University Electrical and Computer.
LCav: Low Cost unmanned Aerial Vehicle
REVEAL Instrument Overview What is REVEAL? Prototype strap-down (vehicle-independent) instrumentation system REVEAL provides the traditional (manned) airborne.
Project Description Title: Room temperature monitoring based on ambient light level threshold Overview: An Arduino monitors the ambient light in a room.
EE 495 Modern Navigation Systems Wednesday, January 8 EE 495 Modern Navigation Systems Slide 1 of 18.
Design Team # 4 Design of low cost flight computer for unmanned aerial vehicles Status Report # 5 Ryan Morlino Chris Landeros Sylvester Meighan Stephen.
S3 INNOVATION ELECTRONICS. LESSON TITLE: ELECTRONICS Learning Intention: To understand when to use different types of logic gates Activity: Building own.
FlowLevel Client, server & elements monitoring and controlling system Message Include End Dial Start.
A Summary of Drone Applications Yen-Yu Chen 2016/02/12.
Technical lssues for the Knowledge Engineering Competition Stefan Edelkamp Jeremy Frank.
By: Stuti Vyas( ) Drashti Sheth( ) Jay Vala( ) Internal Guide Mr. J. N. Patel.
 Introduction.  Block Diagram.  Sensors.  Arduino.  Advantages.  Limitations.  Applications.  Conclusion. Contents.
Introduction to Avionics Mac Mollison. What I Want to Talk About l What do we mean by “avionics”? l What is the focus of this course?
ICTWays workshop “Creativity and imagination in the classroom: Arduino and its application samples” LLP PT-COMENIUS-CNW
NASA Robotic Mining Competition. Controllers Arduino Mega - controls motors and sensors Raspberry Pi - Linux based computer that has the autonomous.
Quadroter Control System
Brandon Kipphut and Ted Zhai
RASPBERRY PI WORKSHOP.
GCSE COMPUTER SCIENCE Computers
Full Motion Video in ArcGIS
DHT 11 Sensor Connect the sensor with Arduino board like picture below. Download DHT11 Sensor library from
CanberraUAV Stephen Dade August 2016.
HARDWARE The hardware is the part you can see the computer, ie all components of their physical structure. The screen, keyboard, and mouse tower of the.
Program the robotic arm
Rainer Trummer Computer Sciences Workshop ‘08
Monitoring Robot Prepared by: Hanin Mizyed ,Abdalla Melhem
Pursuit-Evasion Games with UGVs and UAVs
Physical Computing: Glove controller for Unity
Caleb Amstutz and Ethan Kocjan
Creating Robotic Platforms
GPS + Inertial Sensor Fusion (GISF) Fall 2013 Presentation
WINDMILL (NO GEARBOX): CDR
Cart Control System Cart DIO Speed Pulses RS232 Links VCS Peripheral
FeMaidens Programming
How(UAVs) are used in Disaster Management
Unmanned Aircraft System-Based Structural Health Monitoring
Laser Harp Picture retrieved from:
Using inertial navigation systems (INS) to navigate
Lockheed Martin Challenge
Nicole Bryan Jan. 17th, 2008 Avionics Introductions
VIDEO SURVEILLANCE AND MONITORING
Preliminary Design Review
Temperature Sensor.
CTY SAR FCPS Shawn Lupoli, Elliot Tan
President of Eco-Trust Society
Multi-UAV Detection and Tracking
Presentation transcript:

PURE Learning Plan Student: Kiarash Akhlaghi Feizasar Supervised By: Joseph Degol and Miles Johnson Project: Avionics For Unmanned Aerial Vehicles

Project Details Building Unmanned Aerial Vehicles (UAVs) Desired application would be to be used on construction sites for safety monitoring purposes In the past we have flown fixed wing and quad rotor UAVs, containing micro controller and single board systems These systems are equipped with a variety of sensors including accelerometers, gyroscopes, magnetometers, GPS, camera, etc.

Hands-on experience So far, our goal has been to setup a single board computer to record the input data from UAV sensors in real-time. In order to achieve our goal we have: Setup a Beaglebone single-board computer system to run Linux and be able to compile C/C++ programs Setup a PWM signal generator to simulate different sensor outputs Setup an Arduino board to read the PWM signals from the PWM and send them to the Beaglebone board

Future goals Previously, our challenge had been to simultaneously retrieve and record data for each sensor at its normal rate This project hopes to use a dedicated single-board computer to integrate the data streams from each of the systems sensors Ultimately, our system would be able to receive multiple inputs from the sensors by an Arduino board and send them in serial to the Beaglebone computer system to log the sensors’ colleced data in real-time