Introduction: How to Make a Line Follower Robot
What is a line follower robot?
A line follower robot is a robot that follows a specific path drawn on the floor. We can call it a line-following robot or a line-follower car. In Fact, this is the first level or project to begin anyone’s robotics learning journey.
So let’s begin.
Which sensor is used in a line follower robot?
Usually, any of the following two sensors are used to create a line for the following robot.
- IR sensor – Infrared sensor
- Ultrasonic sensor
An IR Sensor uses infrared light while an ultrasonic sensor uses sound waves to detect an object. Here we are considering the line as an object and tuning our sensor to follow this.
For this project, we will be using just one IR sensor to follow the line. The Ultrasonic sensor can handle more complexities and even obstacles on the way.
We are going to discuss the working of this in detail further.
What is the use of a line follower robot?
There are several domestic as well as industrial applications of the line follower car. Take for example we can make a bigger line following a robot and the robot can be used to deliver medicine and food in hospitals or restaurants.
A line follower robot can be used in factories to transfer goods from one place to another, without human interaction.
This kind of robot can be useful in military applications as well.
Supplies
Line tracking robot circuit
Use the following Elements out of Havi Elements DIY Robotics Starter Kit. With this, even a 7-year-old can make a line follower robot without the complexities of Arduino and coding.
- Power Element
- Motor Elements (2)
- Flip Element
- IR Element pair with connecting cable
Accessories required
- Car plate
- Power bank
- Geared motors (2)
- Wheels (2)
- Roller
- Double-sided tape
- Wire ties
Assembly of the circuit
Step 1: Making a Black Line Path
We can make a thick line on the floor using a dark black marker or can use black tape to create the path. The other way should also work. That means creating a white path on a black surface.
Check out the picture for a reference of the path.
Step 2: Build a Car
Please refer to How to make a robotic car using Havi Elements or watch the following video.
Step 3: Place the Circuit
Stick the circuit on the car using DST and connect the motors.
Step 4: Tune the IR Element
Tuning the IR sensor is the most important part of the entire line following car project. Rotate the potentiometer to tune the sensor. Place your car on the surface keeping the IR LED Element to face the black line. Keep tuning the sensor and adjust it in a way so it detects the low sensitivity and hence will start detecting only the black line.
Check the video in the header for more reference. Your line-following robot project is ready to travel on the black line path you have made on the floor.
Step 5: How Does a Line-follower Robot Work?
We are using an Infrared sensor or IR element for this line following the robot project. The sensor detects the IR light bounced back by an object to detect object. Refer How IR sensor works to know more about working on IR Elements.
Black color has a tendency of absorbing all the IR rays. Hence the receiver (the photodiode) in the IR LED element does not detect the IR rays.
We have two motor elements (and hence two geared motors) under the control of an IR element.
The Motor X works when IR detects an object
Motor Y works On the Flip of the IR
When IR says there is an object, motor X will start and Y will stop.
When IR says there is not an object, motor Y will start and X will stop.
Now, what is the object here? The floor. The floor is the object which reflects the IR rays back but we have a black line on the floor that does not. Let’s start with IR LED element facing the black path. In this case, the IR will say no object (since the black path absorbs the rays) hence motor Y work and X will stop.
The car, being powered by a single motor, won’t go straight and will take a turn which will take IR LED away from the black line focus. The moment it goes away, the floor will start bouncing back the IR rays. That will stop the Y motor and start the X motor. Making the car take a turn in the opposite direction. Bringing the IR LEd onto the black path for a line and then going away in the opposite direction.
This will continue and the IR LED will keep offsetting towards the left and right sides of the path being on the path. That’s how your line-following robot will finish the path.