Lesson 1: Moving Straight
Objectives:
Name and save a program
Download programs to the EV3 robot
Program the EV3 robot to move forward and backward using the Move Straight Block and Move Steering and Power Block
Use Port View to determine a distance
Bullseye Mission
Lesson 2: Basic Turns
Objectives:
Read and write code that will make the EV3 Robot do a Spin Turn, a Pivot Turn, and a Curve Turn.
Use a Wait Command in a program.
Create a multi-line code that will allow the Robot to Move Forward, Turn, and Wait.
Toll Booth Mission
Lesson 3: Color Sensor
Objectives:
Program the color sensor to detect colors.
Use a repeat block to make the EV3 Robot detect a color multiple times.
Create a multi-line code using “if/then” statements and the ‘or’ math operator block.
Zig Zag Mission
Lesson 4: Ultrasonic Sensor
Objectives:
Students will understand how the Ultrasonic sensor works.
Students will be able to program the Ultrasonic sensor to detect objects.
Students will be able to use a repeat block to make the Robot detect a wall multiple times.
Sonic Maze Mission