Obstacle Detection Ultrasonic Sensor.

Slides:



Advertisements
Similar presentations
How Does an Ultrasonic Sensor Work?
Advertisements

LabView Basics.
Sensing the World Intro to Robots.
© 2006 Carnegie Mellon Robotics Academy Designed for use with the LEGO MINDSTORMS ® Education NXT Software and Base Set #9797 Mine Mapping Choose a Sensor.
Measuring Distance with Sound Waves. You are driving and need to determine the distance between your car and the car in front of you. Come up with a way.
NXTG Workshop for Bottle RoboSumo Lawrence Technological University.
 Some animals such as bats, use ultrasound waves to detect obstacles and objects around them.  Ultrasounds are reflected of surfaces or objects and.
EducateNXT NXT... an introduction The Kit and the Software.
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.
Exploration Discovery Sensor. What are your Senses? Draw yourself and label each of your “senses” Senses are parts of you that interact with what is around.
Don’t Bump into Me!. 1. How do bats sense distance? 2. Describe how bats sense distance in a “stimulus-sensor-coordinator-effector- response” framework.
Robot Sensors: Robots come in many designs, and perform many functions. One way of helping control these robots is through sensors. ©Emil Decker, 2009.
Computer Science Lego Robotics Lab 07 Page 51. CS Lego Robotics Lab 07 (Updated ) Objectives: 1.Extend the Lego robot with three sensors. 2.Program.
Program ultrasonic range sensor in autonomous mode
Mapping with your Robot. What is mapping? The process of using a sensor to determine the location of objects or holes in a remote area.
Field Of View Introductory Presentation. Opening Activity In Obstacle Detection, we saw how the Ultrasonic Sensor could detect objects in front of our.
JEOPARDY How do Human Sensors Work? Center for Computational Neurobiology, University of Missouri.
Chapter 16.5: Using Sound Pg
By: Lisa Runt. What is Sonar? A technique that uses sound to navigate, communicate with or detect other vessels. These sonar waves are very high in frequency.
VEX Robotics Design System Sensors A Brief Overview
Obstacle Detection Introductory Presentation. Opening Activity If you were blindfolded, what senses would you use to find things in the room?
Sensors By Francisco Baqueriza. Heat Sensors Heat sensors are the sensors that capture heat levels like Infra- red, or even a thermometer in the air conditioning.
Rascalbot EEL4665 Eric Page. Problem Dogs have been shown to increase the happiness and well being of their owners Keeps elderly active Many people are.
1 RoboticsPresents KaaShiv InfoTech For Inplant Training / Internship, please download the "Inplant training registration form" from our website
Using Sound By: Angelica Percy Dillon Lewis. Acoustics Echoing effect produced by reflection of sounds –Called reverberation Acoustics: the study of sound.
1 RoboticsPresents KaaShiv InfoTech For Inplant Training / Internship, please download the "Inplant training registration form" from our website
Enables your robot to see, recognize, avoid objects, and detect movement. It uses the same scientific principle that bats use. It measures distance in.
Obstacle Detection. In the previous program the robot moves forward and then checks for something in the way. As we observed it only checks for things.
MEH108 - Intro. To Engineering Applications KOU Electronics and Communications Engineering.
Forward Until Near Stop when near a wall.
ROBOTC for VEX Online Professional Development. Homework Questions Thoughts? Questions?
EV3 Attachments and Sensors. Ultrasonic Sensor  Purpose: detect distance from an object.  What it does: Generates sound waves and reads their echoes.
 circumference = distance around the wheel  Distance around the wheel = distance travelled in 1 rotation  Distance travelled in 1 rotation would change.
NXT Mindstorms Kit Programming
Project Overview Introduction & Product Analysis
- Usable range of 0 to 6 feet. - Find dark or bright areas.
VEX IQ Curriculum Smart Machines Lesson 09 Lesson Materials:
1.) How do animals and people use sound?
Sensors For Robotics Robotics Academy All Rights Reserved.
By Sanjay and Arvind Seshan
Programming – Using a Range Finder
Sensors For Robotics Robotics Academy All Rights Reserved.
Unit 2 – What is a Robot? Pg
LEGO Robotics Ultrasonic Sensor
How Does an Ultrasonic Sensor Work?
DT-Assessment Frame Work Term2
Programming – Using a Range Finder
Introductory Presentation
What links these two?.
Humans and Other Animals
BEGINNER EV3 PROGRAMMING Lesson
BEGINNER EV3 PROGRAMMING Lesson
Introductory Presentation
Motors and Sensors Large Motor
Introductory Presentation
BEGINNER PROGRAMMING LESSON
Center for Computational Neurobiology, University of Missouri
Holyoke Codes LEGO ROBOTICS
BEGINNER PROGRAMMING LESSON
Warm Up- What is a robot? Describe in one sentence what you understand by the term ‘robot’ 2. What are the main parts of a robot? What do people do to.
Center for Computational Neurobiology, University of Missouri
I can match a qualitative graph to a situation. GOFO!
Introductory Presentation
How Does an Ultrasonic Sensor Work?
Obstacle Detection.
Obstacle Detection.
Humans and Other Animals
9th Grade Science Chapter 12d
Intro to Robotics It’s YOUR FUTURE.
Basic Robotic Programming
Presentation transcript:

Obstacle Detection Ultrasonic Sensor

Opening Activity If you were blindfolded, what senses would you use to find things in the room?

Your robot can detect objects with “touch” by using its Touch Sensor Opening Activity You would probably use your hands to feel around to find things by touch Your robot can detect objects with “touch” by using its Touch Sensor

If you were a bat, you would not have to run into things, or touch them, to find them (sound) (sound) A bat sends sound signals out The signal returns to the bat, telling it the distance to the object. The sound signals bounce off objects in the surrounding area

This sensor is called the Ultrasonic Sensor Your robot can also use sonar to send ultrasonic sound waves out and detect objects This sensor is called the Ultrasonic Sensor

Discussion Questions Why does the Ultrasonic Sensor have two openings in the front ? One opening is for sending out the sound waves One opening is for receiving the returning sound waves

Discussion Questions What is the difference between the Ultrasonic Sensor and the Touch Sensor ? The Ultrasonic Sensor does not have to touch an object to detect it The Touch Sensor must touch an object in order to detect it

Write this program.

Download program and run.