Introductory Presentation

Slides:



Advertisements
Similar presentations
How Does an Ultrasonic Sensor Work?
Advertisements

LabView Basics.
Introductory Presentation
© 2006 Carnegie Mellon Robotics Academy Designed for use with the LEGO MINDSTORMS ® Education NXT Software and Base Set #9797 Mine Mapping Choose a Sensor.
Right Face Introductory Presentation. Opening Activity How can you use this to make a right turn program? This is your program from Full Speed Ahead to.
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.
Program ultrasonic range sensor in autonomous mode
Field Of View Introductory Presentation. Opening Activity In Obstacle Detection, we saw how the Ultrasonic Sensor could detect objects in front of our.
Introduction to the Basic Parts of LEGO’s NXT Robotics
LabVIEW Basics Review LabVIEW Robotics Fundamentals.
Hello My Name Is… Introductory Presentation. Opening Activity Think about the following: 1.When you are feeling sad, how do you act? 2.How would someone.
EV3 Workshop Oct 3, 2015 Instructor: Chris Cartwright
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?
Sentry System Multiple Sensors
Clap On, Clap Off Introductory Presentation. Opening Activity What is a sensor? Can you give examples? ?
Are we like robots? JEOPARDY Center for Computational Neurobiology, University of Missouri.
Programming 101 The Common Palette Content provided by Connor Statham (9 th Grade Student) Formatting by Shannon Sieber.
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.
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.
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.
NXT Mindstorms Kit Programming
Project Overview Introduction & Product Analysis
Introductory Presentation
Introductory Presentation
Introductory Presentation
ROBOTC for VEX Online Professional Development
1.) How do animals and people use sound?
ROBOTC for VEX On-Site Professional Development
By Sanjay and Arvind Seshan
Introductory Presentation
Programming – Using a Range Finder
ROBOTC for VEX Online Professional Development
Vex Ultrasonic Sensor (US) Interfacing and Programming
LEGO Robotics Ultrasonic Sensor
How Does an Ultrasonic Sensor Work?
Programming – Using a Range Finder
BEGINNER PROGRAMMING LESSON
BEGINNER EV3 PROGRAMMING Lesson
BEGINNER EV3 PROGRAMMING Lesson
BEGINNER EV3 PROGRAMMING Lesson
Introductory Presentation
Obstacle Detection Ultrasonic Sensor.
Motors and Sensors Large Motor
Introductory Presentation
Introductory Presentation
Loops with Multiple Sensor Controls
BEGINNER PROGRAMMING LESSON
Introductory Presentation
BEGINNER PROGRAMMING LESSON
Introductory Presentation
BEGINNER PROGRAMMING LESSON
BEGINNER EV3 PROGRAMMING Lesson
I can match a qualitative graph to a situation. GOFO!
Introductory Presentation
Compiled from various Internet sources Presented by Mr. Hatfield
How Does an Ultrasonic Sensor Work?
Obstacle Detection.
Obstacle Detection.
Intro to Robotics It’s YOUR FUTURE.
Lego MINDSTORMS EV3.
Basic Robotic Programming
Presentation transcript:

Introductory Presentation Obstacle Detection Introductory Presentation

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

Opening Activity 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 Opening Activity 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 Touch Sensor must touch an object in order to detect it The Ultrasonic Sensor does not have to touch an object to detect it

Review In previous activities we told the robot to “wait” for different conditions. Wait for the robot to “hear” a sound Wait for the Rotation Sensor to read 720 degrees

Preview Then we will wait for the Ultrasonic Sensor to come near an object Now we will tell the robot to wait for the Touch Sensor to be pressed

Preview Don’t forget that the Ultrasonic Sensor can read both inches and centimeters, so check which one you have selected.

Preview As you complete the activity, think about when you would want to use the Ultrasonic Sensor or the Touch Sensor.

Good Luck! Now you have the necessary knowledge to get started in the Obstacle Detection Activity.