Autonomous Delivery Robot

Slides:



Advertisements
Similar presentations
ELECTRICAL. Circuits Outline Power Hub Microcontroller Sensor Inputs Motor Driver.
Advertisements

Controlling Robot Car via Smartphone Supervisor: Dr. Jamal Kharousheh Prepared by : Hamza Qaddara Esmat Hedariya Hareth Hanani Faculty of Engineering Telecommunication.
Embedded Programming and Robotics
Indian Institute of Technology Hyderabad OBSTACLE AVOIDER USING SENSOR TECHNOLOGY Kiran kumar Dileep raju Bojja Haranath.
Colorado Space Grant Consortium Gateway To Space ASEN 1400 / ASTR 2500 Class #13 Gateway To Space ASEN 1400 / ASTR 2500 Class #13 T-53.
Embedded Programming and Robotics
Administrative Introduction Our goals for this project is for the two robots to work together intelligently using wireless communication Not only did.
Sensors. This is a set of transmitter and receiver in one of the photoelectric sensor. Detection distance can be adjusted according to the requirements.
Mobile Controlled Car Students : Tasneem J. Hamayel Hanan I. Mansour Supervisor : Dr.Aladdin.
The Eos-Explorer CHENRAN YE IMDE ECE 4665/5666 Fall 2011.
INTERFACING WEB SERVER WITH A ROBOT
1 of 20 Core Arduino Workshop Chris Koehler and Brian Sanders Colorado Space Grant Consortium.
Self Parking Lara Sabah Yaqeen Salatneh Dr.Ashraf Armoush
Administrative Introduction Our goals for this project are for the three robots to work together intelligently to complete a maze faster than an individual.
1 - Now let’s modify our sketch to add an analog input - Let’s use the potentiometer from HW #4 Arduino Overview:
Phong Le (EE) Josh Haley (CPE) Brandon Reeves (EE) Jerard Jose (EE)
GPAR Manar Anabtawi Mays Al-Haj Qasem Dr.Sufyan Samara Prepared by Supervisor Examiners Dr.Luai Malhis Dr.Hanal Abu Zant.
CHROMATIC TRAILBLAZER 25 th November, 2008 University of Florida, Department of Electrical & Computer Engineering, Intelligent Machine Design Lab (EEL.
Ali Alkuwari Patrick SwannJad FarahMarcus SchafferKorhan Demirkaya Long QuyDenden TekesteNgoc MaiSteven Weaver.
1 - Remove LED from 13 and GND - Bring out your breadboard from HW#4 Arduino Overview:
ΜCHIP Micro-Controlled High-tech Independent Putter.
TechKnowTone Contents: Sensor Features Sensor Connections Sample Sketch Questions …Sensor Features… Arduino Coding – Distance Sensors.
IMDL Robot Presentation EEL5666 Robert Hartwell 31 Jan 2012.
ECE 477 FINAL PRESENTATION TEAM 6  SPRING OUTLINE  Project overview  Block diagram  Design challenges  Individual contributions  Project demonstration.
We thank the Office of Research and Sponsored Programs for supporting this research, and Learning & Technology Services for printing this poster. Miniature.
Istituto Tecnico Industriale A.Monaco EURLAB Object Detection Object Detection by Ultrasonic How to install and program a ultra sonic sensor with Arduino.
Ultrasonic Sensor TYWu.
DEPARTMENT OF EEE IFET COLLEGE OF ENGINEERING VILLUPURAM,TAMIL NADU,INDIA Project proposal For IEEE CS 70 th Anniversary Student Challenge On PATHLINE.
NASA Robotic Mining Competition. Controllers Arduino Mega - controls motors and sensors Raspberry Pi - Linux based computer that has the autonomous.
What is Arduino? It's an open source electronics prototyping platform: Open source: resources that can be used, redistributed or rewritten free of charge,
ARDUINO UNO The Arduino uno is a microcontroller board based on the ATmega328. It has 14 digital Input / Output pins (of which 6 can be used as PWM outputs),
Self-Navigation Robot Using 360˚ Sensor Array
Smart Newton Car By: Hui Zhu.
Introduction In this lab , we will learn
Wireless Auto Controlled Lawn Mower
Obstacle avoiding robot { pixel }
Metal Detector Robotic Vehicle
Introducing the Arduino boards & some supporting modules
DHT 11 Sensor Connect the sensor with Arduino board like picture below. Download DHT11 Sensor library from
RECAP OF THE LAST LESSON
Arduino Alarm System Guanglong Hu GeoSc 597 Final Project
connect a DC-Motor with an arduino
Aggressive Chasing Car
Automatic human detector garbage can.
Sensors with Arduino A Microcontroller.
Autonomous Robot Platform
Autonomous Robot Platform
BASIC ELECTRONICS & ROBOTICS Instructor: Humayun Rashid Raahat
ECE 445 Spring 2017 Laser Tag Droid
‘SONAR’ using Arduino & ultrasonic distance sensor
Prepared By : wala’ Hamad Khayrieh Homran
Tarun Agarwal, Matthew Deutsch, Madhav Singhania, and Insik Yoon
LEGO Robotics Ultrasonic Sensor
Multiple Robot navigation and Mapping for Combat environment
IMDL Presentation by Li Yang.
What is Arduino? By James Tedder.
Eddie Chan Behnaz Ghouchani Golnaz Ghouchani
Networks of Autonomous Unmanned Vehicles
Bluetooth operated Arduino Controlled Car
Elecbits Ultrasonic RADAR.
Teacher’s Note (do not include in student packet/slide show)
Device Fabrication & Components Conclusions and Future Advancements
CTY SAR FCPS Shawn Lupoli, Elliot Tan
Having fun with Arduino
Aeroponic Engineering and Vertical Farming
GPS Navigation System ET Spring 2018
Eddie Chan Behnaz Ghouchani Golnaz Ghouchani
Prepared by : TOLERA TAMIRU SAMSON NIGUSE Microcontroller based Fire Fighting Robot.
An Autonomous Mapping Robot
CTY SAR FCPS Alexander Velikanov
Presentation transcript:

Autonomous Delivery Robot ECE 445 SPRING 2019: Group#65: Wuwen Wang, Jue Ni, Ningyuan Du

Introduction An autonomous delivery robot for coffee shop A low cost solution for navigation and avoiding obstacle

Objectives Detect obstacles and react correspondingly Navigation to the destination within 2 minutes Ability to work for at least 2 hours

Algorithm

Requirements & Verification – Ultrasonic Sensor 1. Given 5 Volts DC power, it must be in the working state Connect the Arduino Uno R3 to the breadboard and computer such that a DC power supply of 5 Volts is on the board.  Connect pin ECHO and TRIG of HC - SR04 to pin 3 and 2 on the Arduino Uno R3. Connect VCC and GND pins of HC-SR04 to the board.  Upload code to the Arduino board. As we put obstacle in font of HC-SR04, distance value should be printed out. 2. It must detect the object in the range of 2cm – 100 cm.  With a measuring tape, we put obstacle very close to HC-SR04, until no value is printed out on screen  Generally, move the obstacle away from HC-SR04, until value of 100 cm is printed on the screen  

Conclusion and Further work Sensor system tested and verified Navigation system tested and verified All modules integrated with microcontroller Robot avoids 2 obstacles and navigates to destination Future work: - ability to avoid multiple obstacles - ability to handle complex environment - Faster navigation

Thank you! Questions?