This project uses Tiny:bit, a small robot based on the BBC Micro:bit, to solve a maze challenge. Tiny:bit is equipped with an infrared sensor (line tracking sensor) that can detect black/white lines on the surface. Using programming logic created in MakeCode, the robot can follow the lines and make decisions when it encounters a branch.
Objective:
To build a robot capable of autonomously navigating a maze.
To develop an understanding of line tracking sensors, if-else logic, and motor control.