🦾 EV3 102: #09 - EV3 Sensors: Color
star
star
star
star
star
Last updated over 2 years ago
18 questions
This course includes resources provided by the following:
- LEGO Education
- CS-STEM Network from Carnegie Mellon University
- EV3-Scratch documentation provided by Raphael Holzer
- Joe Olayvar & Evelyn Lindberg in association with the Washington State Library
🌏 Click here to access the LEGO Education website.
📑 Click here to access the EV3-Scratch documentation.
🎓 Click here to access the online EV3 course from CS2N.
📕 Click here to access the LEGO Mindstorms EV3 Programming Basics document in its entirety.
▶️ Click here to access the entire LEGO Mindstorms EV3 YouTube playlist from the Washington State Library.
10
What are some of the challenges a self-driving car must overcome?
What are some of the challenges a self-driving car must overcome?
10
What will the robot need to detect with the Color Sensor?
What will the robot need to detect with the Color Sensor?
10
Which of the following is not true about the Color Sensor?
Which of the following is not true about the Color Sensor?
10
If the color sensor is detecting a blue object, this means that blue light is __________ and red and green light is __________.
🏆 Mini-Challenge:
🚂️ Railroad Crossing
Using a Color Sensor, program the robot only moves forward when there are no obstacles!
Place a red obstacle in front of the color sensor. Program the robot to only move forward when the obstacle changes color or moves away.
🌐 A virtual version of this challenge is available HERE.
100
20
📸 Document It: Capture a screenshot (or multiple screenshots) of your completed program and upload or paste it onto the Formative canvas.
📸 Document It: Capture a screenshot (or multiple screenshots) of your completed program and upload or paste it onto the Formative canvas.
20
⬆️ Upload It: Upload your completed program.
⬆️ Upload It: Upload your completed program.
10
Which of the following block combinations tells the robot to drive until the Color Sensor detects red?
Which of the following block combinations tells the robot to drive until the Color Sensor detects red?
🏆 Mini-Challenge:
🛑 Forward to Stop Line
Using a Color Sensor, program the robot to move forward until it detects a line!
This mini-challenge requires the Color Sensor to be pointed down.
EV3 Driving Base Color Sensor Down Build instructions: https://drive.google.com/file/d/1fy9zMEIIXNWtcDPaN18k-19jgocdhBBc/view?usp=share_link
This mini-challenge is a two-part challenge.
Part 1: Place dark-colored tape on a light-colored surface. Start the robot away from the tape, then program the robot to move forward toward to tape, then stop when it detects it.
Part 2: Next, place a light-colored tape on a dark surface, then program the robot to do that same behavior.
🌐 A virtual version of this challenge is available HERE.
50
10
📸 Part 1: Document It: Capture a screenshot (or multiple screenshots) of your completed program and upload or paste it onto the Formative canvas.
📸 Part 1: Document It: Capture a screenshot (or multiple screenshots) of your completed program and upload or paste it onto the Formative canvas.
10
⬆️ Part 1: Upload It: Upload your completed program.
⬆️ Part 1: Upload It: Upload your completed program.
50
10
📸 Part 2: Document It: Capture a screenshot (or multiple screenshots) of your completed program and upload or paste it onto the Formative canvas.
📸 Part 2: Document It: Capture a screenshot (or multiple screenshots) of your completed program and upload or paste it onto the Formative canvas.
10
⬆️ Part 2: Upload It: Upload your completed program.
⬆️ Part 2: Upload It: Upload your completed program.
🏆 Challenge:
🚦 Traffic Light
Challenge Overview
For this challenge, attach the Color Sensor so that it is facing forward. Place three pieces of taped lines on the table to represent intersections. Create an object that represents traffic lights, an object that is either hand-held or placed on the ground. Next, program your robot to navigate through the intersections, stopping at an intersection that has red traffic lights, and going forward when it sees green.
Challenge Details
Rules and Procedures:
- Traffic signals are represented by holding the colored block with the signal side downward and toward the robot at a 45-degree angle.
- You can also use red and green colored sheets of paper, which may be easier to hold at the correct height.
- The initial signal color for each intersection is determined by flipping three coins before the run. Heads = Green, Tails = Red.
- The robot must STOP if the light is red, and must MOVE stop if the light is green.
- After the robot successfully goes through all three intersections, the robot can be stopped by hand.
Hints:
- Since you only have access to Wait commands, try to break the robot’s behavior into stages. What is the robot waiting to see at each stage of its movement? What should its motors be doing during those stages?
- If the robot is already moving, is there any point in waiting for Green? If the robot is stopped, is there any point in waiting for Red?
- If the robot sees a Red light, don’t forget that it needs to wait for the actual Green light before proceeding!
🌐 A virtual version of this challenge is available HERE.
100
20
📸 Document It: Capture a screenshot (or multiple screenshots) of your completed program and upload or paste it onto the Formative canvas.
📸 Document It: Capture a screenshot (or multiple screenshots) of your completed program and upload or paste it onto the Formative canvas.
20
⬆️ Upload It: Upload your completed program.
⬆️ Upload It: Upload your completed program.

10
🧠 Retrieval Practice:Summarize the content of this lesson. What topics, ideas, and vocabulary were introduced?
🧠 Retrieval Practice:
Summarize the content of this lesson. What topics, ideas, and vocabulary were introduced?