Line Follower Robot
A line follower is a simple robot that follows a thick line drawn on the floor using infrared (IR) or some other optical sensors. With day to day evolution in technology, human intervention is reduced is every field. ...
Line follower can follow a specific path and will only follow that path. We use sensors to detect the path and write some code to control the rotation of motor so that it moves only in a specific path. When robot is placed on the fixed path, it follows the path by detecting the line. The robot direction of motion depends on the two sensors outputs. When the two sensors are on the line of path, robot moves forward. If the left sensor moves away from the line, robot moves towards right. Similarly, if right sensor moves away from the path, robot moves towards its left. Whenever robot moves away from its path it is detected by the IR sensor.