Clap On, Clap Off Introductory Presentation. Opening Activity What is a sensor? Can you give examples? ?

Slides:



Advertisements
Similar presentations
Full Speed Ahead Introductory Presentation. Opening Activity Choose one of the objects to the right and in ten or more steps explain how it goes from.
Advertisements

EducateNXT Enter the name “Sound Graphing” for your experiment. Real-time Data Logging Click the Switch to NXT Data Logging icon in the top-left corner.
Follow The Guidelines Introductory Presentation. Opening Activity Make a prediction about how light sensors will use thresholds. Keep in mind: We used.
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.
Computational Neurobiology Center, College of Engineering, University of Missouri, Columbia MO DAY 2 – 50 minutes HOW DOES A ROBOT MOVE?
1 ©2006 INSciTE Lab Two Task: Make the program from Lab One (Move forward 5 rotations and turn right 90 degrees) into a MyBlock.
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.
LEGO Mindstorms NXT Programming We will be using the Common Palette for our Robots This is how you download your program onto the brick Drag and drop a.
Overview: This lesson explores the View Mode capability of the NXT and uses this to demonstrate electrical circuits using the NXT electronic components.
Control Using Sound. 1. What is sound? 2. How does the LEGO sound sensor sense sound? 2 Control Using Sound Pre-Quiz.
Basic Robot Design. 3 Steps Design Build Program Drawing and thinking of ideas Using your design to make a robot Telling your robot what to do.
Music by Touch. 1. Provide an example “stimulus-sensor- coordinator-effector-response” framework for both your (human) sense of touch and the robotic.
GIRLS Robotic Camp. Let’s Begin Meet and Greet – Camp leaders introduce themselves – Students introduce themselves.
Programming 101 The Common Palette Content provided by Connor Statham (6 th Grade Student) Formatting by Shannon Sieber.
Maze Challenge Maze Challenge activity > TeachEngineering.org
This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor.
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.
Obstacle Detection Introductory Presentation. Opening Activity If you were blindfolded, what senses would you use to find things in the room?
Get In Gear Introductory Presentation. Opening Activity Describe to a partner what “speed” is. Give a verbal definition, any equations you know, and examples.
Negative Power or Negative Rotation makes robot go backwards. But if both are negative, the robot will go forward! Move Steering Block.
Sentry System Multiple Sensors
Lego MindStorm An Introduction to Blocks. Blocks Blocks are used to give instructions to your robot. There are many types of blocks You can use the blocks.
Castor Bot. Now, we will begin creating a robot Log onto your computer On your screen, click on the website labeled “castor bot” Your building instructions.
Forward Until Sound Program
By Eric Greene RMS / I. S. 192 Q. Smart Start Question How would you get the robot to flirt with disaster by touching the edge of the “table” as many.
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.
1 ©2006 INSciTE Common Blocks. 2 ©2006 INSciTE Common Blocks Common blocks are full featured actions Like English statements Move Wait for an action Display.
Enables your robot to see, recognize, avoid objects, and detect movement. It uses the same scientific principle that bats use. It measures distance in.
EG1003: Introduction to Engineering and Design Laboratory 4: Sensors.
Lesson 1: Motors and Sound Programming Solutions.
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.
© 2006 Carnegie Mellon Robotics Academy Designed for use with the LEGO MINDSTORMS ® Education NXT Software and Base Set #9797 Sentry System Integration.
Forward Until Near Stop when near a wall.
Faster Line Tracking Introductory Presentation. Opening Activity Try the following with a partner: Obtain a meter stick Holding the meter stick vertically,
2.8 NXT Test Programs (Try Me Mode) U2C8
NXT Mindstorms Kit Programming
Introductory Presentation
Introductory Presentation
Introductory Presentation
Introductory Presentation
Follow The Guidelines.
This is the Lego NXT ->
Introductory Presentation
Introductory Presentation
Music by Touch Music by Touch Presentation > TeachEngineering.org
Introductory Presentation
Module F: Presentation Understanding Robot Fundamentals
Introductory Presentation
Introductory Presentation
Introductory Presentation
Electromagnetic fields are magnets sensing other metal or something else it can make sound or light it can change. Electric motors are a good example of.
Forward Until Touch Robot goes forward until it hits a wall.
Follow The Guidelines Light Sensor
Beginner Programming Lesson
Introductory Presentation
Introductory Presentation
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.
Electromagnetic fields are magnets sensing other metal or something else it can make sound or light it can change. Electric motors are a good example of.
Introductory Presentation
Introductory Presentation
Obstacle Detection.
Obstacle Detection.
Lego MINDSTORMS EV3.
LEGO MINDSTORMS NXT PROGRAMMING
Presentation transcript:

Clap On, Clap Off Introductory Presentation

Opening Activity What is a sensor? Can you give examples? ?

Opening Activity A sensor is something that receives and responds to stimuli. If the sensor is an electrical device, it can do things like measure temperature, volume, etc. Examples: Eyes Ears Motion sensor (turns on your lights at your house) Clap-on lights Thermostat

Opening Activity On your robot, sensors connect through ports on the bottom of the NXT brick. They are marked 1, 2, 3, and

Discussion Questions Can you identify the sensors on this robot? Touch Sensor senses when it’s pressed in Ultrasonic Sensor senses the closeness of objects Sound Sensor senses sound level The sensors are attached to the ports Touch Sensor senses when it’s pressed in

Review Remember from “Right Face” and “Full Speed Ahead” that it takes many steps in order to get from one place to another. Describe these steps. Motor C Stop Motor C forward Wait for Rotation Motor B forward Motor B Stop

Review Which sensor did this program “wait for”? The Rotation Sensor It’s easy to forget about the Rotation Sensor (because it is contained within the motor casing), but it works just like the other sensors in the system.

Preview The “Clap On, Clap Off” activity will use the Sound Sensor to “wait for” a loud noise.

Preview Sensors associate number values with sounds. The sensor is “waiting” for a value between 0 and No NoiseLoud Noise Example: Talking (45)Clap (70)Room Noise (6)

Preview You are able to test the Sound Sensor to find what values it gets for different sounds by… finding View Mode selecting “Sound dB” selecting the correct port for your sensor viewing the value.

Preview There are over 100 possible sound values. Do you really want to tell the program what to do for each of 100+ different possibilities? No! The program would take weeks to write, and wouldn’t fit on the NXT! No NoiseLoud Noise Talking (45)Clap (70)Room Noise (6)

Preview Solution: Use a sound threshold to cut the range of possible readings down to two Talking (45) Clap (70) Room Noise (6) A sound “threshold” is a cutoff point that divides all sound values into two possible categories, “Soft” or “Loud.” Threshold (set at 55) Talking (soft) Clap (loud) Room Noise (soft)

Preview The program then tells the robot to “wait” for a value either above or below the threshold Can you think of other instances where thresholds are used?

Preview Examples of Thresholds: Example number: What is it: Explanation: Above the threshold: Below the threshold: 90 percent Grade This number may set a boundary between an “A” and a “B” You get an A You get a B

Preview How do you find a good value for the threshold, the number that divides loud and quiet for the Sound Sensor? Value that the Sound Sensor reads for “loud” (73) + Value that the Sound Sensor reads for “quiet” (35) ____________________________________________ Find the average of these numbers / 2 = 54 Threshold = 54 We learned about averages in the Wheels and Distance slideshow

Preview Try it! Value that the Sound Sensor read for “loud” = 65 Value that the Sound Sensor read for “quiet” = 51 Threshold = 58

Preview Recall: With the Rotation Sensor, we had to choose which port to watch. Remember to look at which port your Sound Sensor is connected to and choose that port.

Now you have the necessary knowledge to get started in the Clap On, Clap Off Activity. Good Luck!