Alphabot2 for micro:bit User Manual
38 / 76
MOVING
We create a new project. Let Alphabot2 moves forward, backward, turns left and turns
right by coding.
1. Place Motor speed block in on start
- If both motors move forward, robot will move forward
- If both motors move backward, robot will move backward
- If left motor moves backward or stop, and right motor moves forward, robot will
turn left (generally, if the speed of two motors are different, robot will make a
turn)
-If left motor moves forward, and right motor moves backward or stop, robot will
turn right (generally, if the speed of two motors are different, robot will make a
turn)
-If both motors stop, robot stops.
2. Place pause (ms) for delays