English Project English IT Project Presentation – Tinybit Line Follower English IT Project Presentation – Tinybit Line Follower https://youtu.be/f82ZAG4dlAw his is my third IT project presentation and the title is Line Follower Robot. In this project, I built a robot that can automatically follow a black line on a white track without manual control. I used Micro:bit as the main microcontroller that works as the brain of the robot, Tiny:bit as the robot base with motors and wheels, and an infrared (IR) sensor to detect dark and light surfaces. The sensor reads the surface under the robot and sends data to the Micro:bit. Then, the Micro:bit processes the data using the program I created and controls the motors to move forward, turn left, or turn right depending on the position of the line. This project uses the basic concept of input, process, and output, where the sensor is the input, the Micro:bit is the processor, and the motors are the output. During this project, I learned about programming logic such as if-else statements, motor control, and how hardware and software work together in a robotic system. I also improved my problem-solving skills by adjusting the speed and fixing errors in the code. Overall, this project helped me understand basic robotics in a simple and practical way.