Introduction: How to Make Line Follower Robot Using Arduino
In this instructable, I will teach you how to make a line follower robot using Arduino, which is a very common microcontroller board. The robot will use two infrared proximity sensors to detect the line and on the basis of input received from the sensors, the Arduino will direct the motors to move with the help of a motor shield.
Step 1: The Working
So there will be infrared proximity sensors placed on either side at the front of the robot. There are four possible sensor outcomes:-
Case 1:-
In this case, both the sensors don't detect the line. Both the motors rotate forward. As a result, the car moves forward.
Case 2:-
In this case, only the left sensor detects the line which means that the car requires to turn in the left direction. The left motor rotates backward and the right motor rotates forward. As a result, the car turns left.
Case 3:-
In this case, only the right sensor detects the line which means that the car requires to turn in the right direction. The left motor rotates forward and the right motor rotates backward. As a result, the car turns right.
Case 4:-
In this case, both the sensors detect the line. This means that the end has come. Both the motors stop rotating. As a result, the car stops.
That is the working structure of our robot...
Step 2: Parts Required
The parts required to build the robot are as follows:
- Chassis (including motors and wheels )
- Arduino Uno r3
- L293D Motor Shield
- IR Proximity Sensors (pair)
- Jumper Wires
- Switch
- 4AA Battery Holder
Tools required:-
- Soldering Iron
- Hot Glue Gun
- Screw Driver
I always prefer Quartz Components for buying electronic components!
Gather these parts and be ready for the next step ...
Step 3: Assemble the Chassis
Now, assemble your robot body. Everyone may have a different chassis. So assemble your chassis accordingly. Most of the chassis come with an instruction manual and even mine came with it so have a look at it and build your chassis accordingly. Then, attach the components to the chassis. Arduino, with the motor shield attached to it and also the battery holder must be fixed on the chassis.
Also, attach the proximity sensors at the front on either side, facing down. Make sure that they are attached at the corners...
Attach the switch too...
Solder wires to the motors and also switch and keep ready...
Step 4: Main Connections
Now do the connections as per the diagram above...
Left Sensor>>Arduino:-
- Vcc>>5v
- Gnd>>Gnd
- Out>>A4
Right Sensor>>Arduino:-
- Vcc>>5v
- Gnd>>Gnd
- Out>>A5
Connect the motors to the motor shield and plug the motor shield onto the Arduino board. Connect the battery holder to the shield through a switch. That's it for the connections, let's move on to the next step...
Step 5: Arduino Code
Now its time for the main thing- coding our robot...
Download my Arduino code file or write up your own code to get done...
Attachments

Participated in the
Microcontroller Contest
48 Comments
Tip 5 weeks ago
If you want to write your own code using a block coding editor instead of downloading the .ino file "CodeKit" does the job.
Question 2 months ago on Introduction
In my case ir sensor is not detect the line
What can i do
Please help me
3 years ago
Reply 3 years ago
It depends.... The error might be hardware related too... You might have burnt your sensor hardware or they might be an error in the code.... Because you need to do minor changes to successfully run the provided code in your bot.... Kindly provide more details so that I can help you....
Reply 2 years ago
I have this problem also, my code is correct and my connection but the robot sometimes moved forward ,sometimes stop in its place and sometimes walking around itself
Reply 2 years ago
You need to adjust the code a little bit! Arduino code cannot always work in its direct and raw form! At times, necessary changes need to be made!
Reply 1 year ago
i have this problem too... and i'm wondering if you can help me if I send you the program that I created to make the robot following the line using three IR proximity sensors and the pictures of my robot
Question 2 years ago
Hey. You have attached the connection of sensor to the Arduino Uno board but in the video it had been attached to the motor shield is that correct ?
2 years ago
my sensors are working but problem is with motors they are responding partially,can u post the circuit diagram
Reply 2 years ago
Yeah, it is there above in the Instructable. Kindly have a look. The diagram is for sensors. The motors need to be plugged in the motor slots in the Arduino shield.
4 years ago
Reply 3 years ago
For that, you have to first download the afmotor library from the internet. Just type in "afmotor library download" in the google search bar and the first link will take you to the GitHub repository from where you can download the library which will be in a zip form. Then you just have to add the library in the Arduino ide by clicking on the "add .zip library" option. Then just include the library in your sketch. Its simple!!!
Reply 3 years ago
Download adafruit-Adafruit-Motor-Shield-library
Reply 3 years ago
Hi! For this error, follow the instruction on this website >>> https://learn.adafruit.com/adafruit-motor-shield/library-install
3 years ago on Step 5
How to code it with mblock?
Reply 3 years ago
I'm sorry but I have no idea regarding what mblock is.... You can use the Arduino IDE to code it.....
3 years ago
why was black insulation tape used?, could anything be used to make the line?
Best Answer 3 years ago
Ya u can use any kind of black paper or something that's black. I used a black PVC insulation tape because it reflects very less light so it avoids interference with the infrared sensors.
3 years ago
please what is the black line made of?
Answer 3 years ago
It is made of a black insulation tape :D