Bluetooth Controlled Robot with Obstacle Avoidance

Slides:



Advertisements
Similar presentations
Project Title Here IEEE UCSD Overview Robo-Magellan is a robotics competition emphasizing autonomous navigation and obstacle avoidance over varied, outdoor.
Advertisements

EducateNXT The Corridor Challenge The Corridor Challenge requires programming of a robot to negotiate obstacles and the corridor walls in order to reach.
SOUTHEASTCON I KARMA ECE IEEE SoutheastCon Hardware Competition Must build an autonomous robot that can –Start at rest at the Starting Station.
Robot Architecture “Lyly Autonomous Robot and My Previous Attempts at Robot Construction” June 28, 2007 Scott Settembre University at Buffalo, SNePS Research.
Patent Liability Analysis Andrew Loveless. Potential Patent Infringement Autonomous obstacle avoidance 7,587,260 – Autonomous navigation system and method.
The NXT is the brain of a MINDSTORMS® robot. It’s an intelligent, computer-controlled LEGO® brick that lets a MINDSTORMS robot come alive and perform.
P14215 AUTONOMOUS WANDERING AMBASSADOR What is the project about? The objective of this project is to modify a currently remote controlled robot so that.
Abstract Design Considerations and Future Plans In this project we focus on integrating sensors into a small electrical vehicle to enable it to navigate.
Administrative Introduction Our goals for this project is for the two robots to work together intelligently using wireless communication Not only did.
HEATHKIT ROBOT Hero JR. Robot Introduced in the 1980’s as part of their electronic kit offerings “Semi-Autonomous” operations with battery 1 st generation.
Mobile Controlled Car Students : Tasneem J. Hamayel Hanan I. Mansour Supervisor : Dr.Aladdin.
Team 4 Shane Sunada – Project Leader Malcolm Menor – Project Manager Nathan Umeda – Technical Supervisor Joseph Longhi – Documentation Final Presentation.
Team: Justin Audley, Blake Brown, Christopher Dean, Andrew Russell, Andrew Saunders Advisor: Dr. Richard A. Messner Sponsors: Dr. Richard A. Messner, UNH.
EV3 Workshop Oct 3, 2015 Instructor: Chris Cartwright
Hardware Sponsors National Aeronautics and Space Administration (NASA) NASA Goddard Space Flight Center (GSFC) NASA Goddard Institute for Space Studies.
Boundary Assertion in Behavior-Based Robotics Stephen Cohorn - Dept. of Math, Physics & Engineering, Tarleton State University Mentor: Dr. Mircea Agapie.
Juan David Rios IMDL FALL 2012 Dr. Eric M. Schwartz – A. Antonio Arroyo September 18/2012.
Juan David Rios – Graduate Student ECE IMDL FALL 2012 Dr. A. Antonio Arroyo - Eric M. Schwartz November 29/2012.
Barclays Robot Challenge Learn how to Program Robots.
MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry.
The Patrolling Android By: Reinaldo Molina University of Florida Department of Electrical and Computer Engineering IMDL – EEL 5666/4665 Date: 11/20/2013.
Find the Mindstorms Icon on the computer.. To start a new program click go.
DO NOT FEED THE ROBOT. The Autonomous Interactive Multimedia Droid (GuideBot) Bradley University Department of Electrical and Computer Engineering EE-452.
Student Name USN NO Guide Name H.O.D Name Name Of The College & Dept.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4/Lab3.
An Autonomous Self-Parking Vehicle William Whitney (Mentor: Dr. Jeff Gray) Background: NXT and Robot C The vehicle was constructed using the Lego Mindstorms.
Software Narrative Autonomous Targeting Vehicle (ATV) Daniel Barrett Sebastian Hening Sandunmalee Abeyratne Anthony Myers.
Barclays Robot Challenge Learn how to Program Robots.
We thank the Office of Research and Sponsored Programs for supporting this research, and Learning & Technology Services for printing this poster. Miniature.
The Guardian By: Adam Hoyt. Functions To traverse throughout a house during the day without hitting objects, or becoming stuck in a specific spot. To.
EEE 499 GRADUATION PROJECT FIRST-MIDTERM PRESENTATION By Sedat ONATLI & Akbar SHADAKOV Supervisor : Prof.Dr. Arif NACAROĞLU.
Forward Until Near Stop when near a wall.
Robotics Programming Wall Follow Line tracking for a set amount of time Line tracking for a distance.
© 2006 Carnegie Mellon Robotics Academy Designed for use with the LEGO MINDSTORMS ® Education NXT Software and Base Set #9797 Sentry System Two-Way Communication.
NASA Robotic Mining Competition. Controllers Arduino Mega - controls motors and sensors Raspberry Pi - Linux based computer that has the autonomous.
The Corridor Challenge
Sequencing Learning Objective: to be able to design algorithms that use sequencing.
LEGO MINDSTORMS EV3 TRANSFORMERS
NXT Mindstorms Kit Programming
Arxterra: Understanding the Communication Between Arduino and Phone
University of Central Arkansas Methods/Final Results
Orion Rover Maze solver and Object Detection
Chopper John Michael Mariano
ECE Computer Engineering Design Project
Autonomous Robot Platform
ROBOTC for VEX On-Site Professional Development
Programming – Using a Range Finder
Smart Car Robot Prepared by Supervised by Mai Asem Abushamma
Learning Objective: to be able to design programs that use sequencing.
Rokenbok Robot Final Demo
IMDL Summer 2007: RoBeDeS by David Ladolcetta.
UNCW Computer Science Jack Tompkins Daniel Heywood
Programming – Using a Range Finder
Presented by Angel Nunez IDML Spring 2008 Dr. Arroyo Dr. Schwartz
Obstacle Detection Ultrasonic Sensor.
Robotics Club 2016 Welcome to the future.
Edward Kidarsa Jun Pan Peachanok Lertkajornkitti Alex Curtis
Eddie Chan Behnaz Ghouchani Golnaz Ghouchani
Networks of Autonomous Unmanned Vehicles
An Introduction to VEX IQ Programming with Modkit
An Introduction to VEX IQ Programming with Modkit
Bluetooth operated Arduino Controlled Car
Presenter.
EECS373 - Design of Microprocessor-Based System
GPS Navigation System ET Spring 2018
Eddie Chan Behnaz Ghouchani Golnaz Ghouchani
Prepared by : TOLERA TAMIRU SAMSON NIGUSE Microcontroller based Fire Fighting Robot.
Intro to Robotics It’s YOUR FUTURE.
3D Printed Smart Mobile Author: Bingfang Chen - Mentor: Professor Farrukh Zia Computer Engineering Technology Department ABSTRACT 3D printed smart mobile.
Autonomous Delivery Robot
Presentation transcript:

Bluetooth Controlled Robot with Obstacle Avoidance Elvis De Abreu, Jared Wood, Nathan Hotchkiss, Edgar Castro, Hai Le, Daniel Macha, David Morgan Faculty Mentor: Dr. Sun University of Central Arkansas Department of Computer Science ABSTRACT AVOIDANCE (Improved) OBJECT TRACKING STUDENT OUTREACH Add two ultrasonic sensors, one to each side of the robot. With two additional sensors, the robot is able to make decisions in real time without waiting for the rover to look both ways and decide which direction to take. One aspect of this project is to use the robot to build interest in computer science and robotics with elementary through high school students. Robotics has been an awe-inspiring field for decades. Using a robot as a guide and helper is a thought that has been explored by many fields throughout the years. In this project, we investigate the use of an Arduino microprocessor system as a viable tool in a setting for guidance in large buildings such as a mall or other large, but localized, situations such as street block. The kit which has been used for experimentation is a “Rover” which is a large format Arduino Uno board with a motor and tank-style track system. Other sensors have been added to increase the functionalities. Inferred Compound Eye Camera tracks objects based on reading light bounced off of object Works similar to insect eyes The original eye sensor has been removed because it was not fully functional and it is not imperative to the current functionality of the robot. Attempt to reconnect object tracking functionality by adding two more sonar sensors. Test if the problems still exist between the Obstacle Avoidance and the Object Tracking OBSTACLE AVOIDANCE Robot uses ultrasonic “sonar” sensor to detect obstructions and finds the best path for travel. It sends out a defined pulse or “ping” and receives the echo to determine how far away an object is and how clear the path is. Robot can maneuver through mazes and rooms and avoid obstacles. Using a servo, when confronting an object, robot would stop and turn the sensor to right, left, and right again to send a ping in those directions. BLUETOOTH CONTROL Add the bluetooth module Control by PC or by cell phone Initial objective was only to control the robot from the laptop or from Bluetooth to Bluetooth. Extensive coding and research resulted in a successful control directly from a laptop. Research on android software lead to discovery of ArduinoRC app, resulting in “remote controlled” rover. SUMMARY AND FUTURE WORK In this project, we have done: Bluetooth control of the rover Make an autonomous rover that can avoid obstacles Our future work includes: make rover follow a path get from one place to another make the rover more independent COMPASS AND RFID SCANNER The compass will allow the rover to readjust its course making it go as straight as possible without turning into any direction With the RFID scanner we can use autonomous navigations and let the rover navigate through a path knowing where it is when the tags have been scanned. Project Website: https://sites.google.com/site/advancedrobotslms/home ACKNOWLEDGMENT This project was partially supported by NASA EPSCoR 2012 Award # NNX13AD32A