Sound

It's a way for robots to make noises, listen to commands, communicate, give feedback, and add a lot of fun to the robot's interactions with us!

Please keep in mind that:

asteric-meaning

-> Asteric(*): this symbol in my website will mean: Robot saying something

-> For example:

*Green: it means: Robot saying Green

*Forward: means: Robot saying "Forward"

-> Keep this in mind because I will be using this symbol everytime the "Robot says something."


*Beep

a sound 1-sound-beep

This is a different robot from way-2 Exploration. Don't worry if it moves different than yours.

1- Robot moves 500 degrees forward at the speed of 50%

2- Once finish moving the 500 degrees, robot says "Beep"

*Left and *Right

a event (8) 2-sound

This is a different robot from way-2 Exploration. Don't worry if it moves different than yours.

1- Robot says "Left"

2- Robot make a spin turn of 360 degrees to the left at the speed of 50%

1- Robot says "Right"

2- Robot make a spin turn of 360 degrees to the right at the speed of 50%

Challenge

Don't worry about not understanding this. We are going to learn this soon! -> Topic: "Control"

a sound (2)

-> We will learn the orange color blocks (control blocks) NEXT:


This is a different robot from way-2 Exploration. Don't owrry if it moves different than yours.

3-sound

1- Robot says "Hello"

2- Wait (pause) for 1 second.

3- Robot says "Color"

4- Robot wait until[color sensor reads blue]

5- Once it reads blue, robot wait for 0.5 seconds.

6- Robot says "Blue"

7- Stop and Exit the program


Observations: Why is "Sound" important for programming?

Time for a quiz!

Question goes here

Challenge for you

CHALLENGE YOU (1)

It's very fast because it's in x2 speed.

Hint:

-> All the speed is at 50%

1- Movement 1: Move forward for 450 degrees.

2- Movement 2: Move backward for 450 degrees.

3- Movement 3: Make a spin turn of 300 degrees to the right.

4- Movement 4: Make a pivot turn of 1200 degrees to the left. Left wheel speed 0%. Right wheel speed 50%

4-sound-you

Notice that you need "play sound [] until it's done" instead of "start sound"

Notice that it's better to "set movement motors" at the beginning instead of adding it everytime above the "move for" movement blocks.