Inspiring Mindstorms EV3 Programming for FLL Part 10: EV3 Light Calibration
EV3 Light calibration is to teach our robot's color sensor what color is black and what color is white.Why do we need to calibrate the color sensor? Depending on the…
EV3 Light calibration is to teach our robot's color sensor what color is black and what color is white.Why do we need to calibrate the color sensor? Depending on the…
Accurately and consistently positioning the robot is key for successfully completing FLL Robot Game missions. The Wall Dancing strategy is one of the most accurate way to position a robot…
In addition to Line Following, lines on a FLL Robot Game map can be used for Line Detection. Using a Light Sensor, Line Detection is a very effective technique to…
In this post, we will show you how to create a generic EV3 Line Following My Block step-by-step. The flexible My Block allows a robot to smoothly and efficiently follow…
In FLL robot games, measuring the distance traveled by the robot is very important. For instance, we may need the robot to follow a line for a specific distance. This…