Line Follower Robotic Car

Autonomous Robotics Project | NextGenRoboticX

In this project, we will explain how to design and develop a Line Follower Robotic Car. This is an autonomous robotic car which detects and follows a black line drawn on a white floor. It uses two IR sensors to detect the white/black surface, and a transistor-based motor driver is used to send the command to the motors.

Concepts of IR sensor based Line Follower

The concept of the line follower is related to light reflection behavior. When light falls on a white surface, it is almost fully reflected. In the case of a black surface, the light is completely absorbed.

Light Reflected Light Absorbed

We use IR Transmitters and IR receivers (photo diodes) for sending and receiving light. When infrared rays fall on the white surface, they reflect back and are detected by the photodiodes, generating voltage changes. When IR light falls on the black surface, it is absorbed, and the photo diode receives no light.

Working Principle

The line follower robot senses the black line using the IR sensors and sends a signal to a transistor-based motor driver. The motor driver then powers the motors according to the sensors' output.

We use two IR sensor modules (left and right) and 2 transistors to power the motors.

Move Forward Turn Left Turn Right Stop

Hardware Requirement

Project Diagram

Line Follower Diagram

Benefits & Applications

Advantages

Limitations

Applications