Presentation is loading. Please wait.

Presentation is loading. Please wait.

Introductory Presentation

Similar presentations


Presentation on theme: "Introductory Presentation"— Presentation transcript:

1 Introductory Presentation
Clap On, Clap Off Introductory Presentation

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

3 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

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

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

6 Review You know that it takes many steps
in order to get from one place to another. Motor C Stop Motor B Stop Motor C forward Motor B forward Wait for Rotation .

7 Which sensor did this program “wait for”?
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.

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

9 The program looks like this:

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

11 Preview You are able to test the Sound Sensor to find what values it gets for different sounds by… finding View Mode

12 To get to Port View 1. 2. Click the Right button to get to projects Click the Right button again to reach Port View 4. 3. Port 1 has nothing plugged in Click the Down button to reach each port 5. Port 2 has the sound sensor attached, and is getting a reading.

13 Preview There are over 100 possible sound values.
Room Noise (6) Talking (45) Clap (70) 100 No Noise Loud Noise 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!

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

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

16 Examples of Thresholds:
Preview Examples of Thresholds: Example number: What is it: Explanation: Above the threshold: Below the threshold: 55 miles per hour 52 inches 90 percent Grade Speed Limit Height restriction This number sets a boundary between who can safely ride the roller coaster and who cannot This number will set the boundary between what is a legal and illegal for driving speed This number may set a boundary between an “A” and a “B” You are able to ride the roller coaster You get an A You get a speeding ticket You must grow taller in order to ride You get a B You are driving legally

17 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 108 108 / 2 = 54 We learned about averages in the Wheels and Distance slideshow Threshold = 54

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

19 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.

20 If the robot is already moving..
And you are waiting for a sound, the first move block doesn’t know how far it will need to move, so it should just be set to “On”, like this:

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


Download ppt "Introductory Presentation"

Similar presentations


Ads by Google