This is the primary level robot that has been made for do some specific work. Large line follower robots are usually used in industries for assisting the automated production process. They are also used in military applications, human assistance purpose, delivery services etc.
Line follower Robot is one of the first robots that beginners and students would get their first robotic experience with. In this project, we have designed a simple Line Follower Robot using Arduino and some other components.
Block Diagram
Motor Driver
IR sensor
GEARED Motor
CONNECTION DIAGRAM
Code
Note:
- In order to increase the efficiency of black line detection, number of sensors can be increased. An array of sensors will be more accurate than just two sensors.
- In this project (where two sensors are used), the positioning of the sensors is very important. The width of the black line plays a major role in the placement of the sensors.
- The sensor to detect the line can also be constructed using an LED and LDR pair.
Applications of Line Follower Robot
- Line follower Robots are commonly used for automation process in industries, military applications and consumer applications.
- They are very useful as they can work without any supervision i.e. they work as automatic guided vehicles.
- With additional features like obstacle avoidance and other security measures, line follower robots can be used in driver less cars.