Case 21 - Detecting Robot (III)
Part 1 Objective
Write a program to make Detecting Robot move along the line.

Part 2 Preparation
-
Mechanical parts and electronic modules of Detecting Robot
-
USB cable (Type-B) x 1
-
Computer with network access x 1
Follow the building steps to build Detecting Robot. Install the MegaPi encoder/DC motor drivers on MegaPi, connect the motors to the motor ports on MegaPi by using the motor cables, connect MegaPi to the computer by using the USB cable, open mBlock 5 (PC client, web version, or mobile app), click +add, select Ultimate 2.0 from Device Library, click Connect, and select the Upload mode.

Part 3 Programming
Make Detecting Robot move along a black or white line. Detecting Robot moves forward when the value detected by the sensor is 0, turns right when the value is 1, turns left when the value is 2, and moves backward when the value is 3.

Part 4 Practice
Try to adjust the speed of Detecting Robot moving along the line.
Comments
Please sign in to leave a comment.