Alphabot2 for micro:bit User Manual
44 / 76
OBSTACLE AVOIDING
We modify the last script to make robot to avoid obstacle.
1. Place show string block with speed block to make robot turn right when obstacle
is detected.
2. Place pause (ms) block
3. Place Forward speed block after else to let robot move forward
4. Download the script to micro:bit and test