How Does an Ultrasonic Sensor Work?

Slides:



Advertisements
Similar presentations
How Does an Ultrasonic Sensor Work?
Advertisements

LabView Basics.
© 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.
 Some animals such as bats, use ultrasound waves to detect obstacles and objects around them.  Ultrasounds are reflected of surfaces or objects and.
©2006 CSUC Institute for Research in Intelligent Systems Tactile and Visual Sensing June 14, 2006.
1 Ultrasonic Distance Sensor. 2 How it Works The distance sensor emits short bursts of sound and listens for this sound to echo off of nearby objects.
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.
+ Proximity Sensors Tahani Almanie | Physical Computing.
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.
LEGO Mindstorms NXT Introduction. Component NXT Brick Touch Sensor Light Sensor Ultrasonic Sensor Interactive Servo Motors MMN Lab.
Using Sound for many purposes
Robotics Follow up on problems/tasks Add ultrasonic sensor Homework: Maze. Catch up on any exercises. Postings.
Robot Sensors: Robots come in many designs, and perform many functions. One way of helping control these robots is through sensors. ©Emil Decker, 2009.
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.
Tilak college of education Technology based teching Roll no-92 Name : Rachna Kandalkar.
A circle is a closed curve in a plane. All of its points are an equal distance from its center.
EV3 Workshop Oct 3, 2015 Instructor: Chris Cartwright
Obstacle Detection Introductory Presentation. Opening Activity If you were blindfolded, what senses would you use to find things in the room?
MOBA Mobile Automation AG Kapellenstr Limburg / Germany Telefon: Telefax:
Whenever a wave strikes a reflective surface the energy rebounds. ie the wave is reflected.
Ultrasound L.O.: How can ultrasound be used to make images of unborn babies? What advantages does ultrasound imaging have over x-rays? How can ultrasound.
Sentry System Multiple Sensors
Robotics Challenges. Challenge Slide 2 Have your robot make a left curved turn around your Lego person. Go forward, then reverse. Come to a stop, play.
Are we like robots? JEOPARDY Center for Computational Neurobiology, University of Missouri.
Enables your robot to see, recognize, avoid objects, and detect movement. It uses the same scientific principle that bats use. It measures distance in.
CD and DVD Technology using laser light to reproduce music and movies.
MEH108 - Intro. To Engineering Applications KOU Electronics and Communications Engineering.
Lego Mindstorm Robots 9797 kit.  Students will learn how to identify how to detect a change in a condition.  Students will learn where and how to identify.
Forward Until Near Stop when near a wall.
How Do You Make a Program Wait?
NXT Mindstorms Kit Programming
DAY 2 – 50 minutes HOW DOES A ROBOT MOVE?
Don’t Bump into Me! Presentation > TeachEngineering.org
$100 $100 $100 $100 $100 $200 $200 $200 $200 $200 $300 $300 $300 $300 $300 $400 $400 $400 $400 $400 $500 $500 $500 $500 $500.
Sensors For Robotics Robotics Academy All Rights Reserved.
ROBOTC for VEX On-Site Professional Development
Ultrasonic Distance Sensor
Sensors For Robotics Robotics Academy All Rights Reserved.
LEGO Robotics Ultrasonic Sensor
How Does an Ultrasonic Sensor Work?
Day 32 Range Sensor Models 11/13/2018.
INTERMEDIATE PROGRAMMING LESSON
Introductory Presentation
Week 3 Sound Waves.
Introductory Presentation
Obstacle Detection Ultrasonic Sensor.
Motors and Sensors Large Motor
Introductory Presentation
INTERMEDIATE PROGRAMMING LESSON
Center for Computational Neurobiology, University of Missouri
Distance Sensor Models
By Sanjay and Arvind Seshan
Maze Challenge Maze Challenge activity > TeachEngineering.org
By Sanjay and Arvind Seshan
Center for Computational Neurobiology, University of Missouri
I can match a qualitative graph to a situation. GOFO!
Investigation 1.2: Measurement
Introductory Presentation
Reading a Tape Measure.
Compiled from various Internet sources Presented by Mr. Hatfield
Lesson 4.8 Core Focus on Geometry Volume of Spheres.
Obstacle Detection.
Lesson 4.8 Core Focus on Geometry Volume of Spheres.
Echolocation By:Pema Gurung.
Lego MINDSTORMS EV3.
Basic Robotic Programming
Ultrasonic Distance Sensor
Presentation transcript:

How Does an Ultrasonic Sensor Work? How Does an Electronic Sensor Work? Presentation > TeachEngineering.org Center for Computational Neurobiology, University of Missouri

Neuro-Distance Sensor Robotic Distance Sensor How does a bat locate its prey in the dark? Robotic Distance Sensor

How Can We Measure Distance? Bats use the same principle! The ultrasonic sensor sends out sound from one side and receives sound reflected from an object on the other side. The sensor uses the time it takes for the sound to come back from the object in front to determine the distance of an object. Bats use the same principle! The “sonic” in ultrasonic refers to sound, and “ultra” means that humans cannot hear it (but bats and dogs can hear those sounds). The ultrasonic sensor can measure distances in centimeters and inches. It can measure from 0 to 2.5 meters, with a precision of 3 cm. It works very well and provides good readings in sensing large-sized objects with hard surfaces. But, reflections from soft fabrics, curved objects (such as balls) or very thin and small objects can be difficult for the sensor to read. Note: Two ultrasonic sensors in the same room may interfere with each other’s readings.

Ultrasonic Sensor Answers How do humans sense distance? Humans estimate distance using their eyes, which is usually not a very accurate method. How do bats sense distance? Bats sense distance using sound. They emit sound waves and receive back reflected waves. The time it takes to receive the waves back provides them with a very good estimate of the distance. This is exactly how ultrasonic sensors estimate distance.