SlideShare a Scribd company logo
1 of 3
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume: 3 | Issue: 4 | May-Jun 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470
@ IJTSRD | Unique Paper ID – IJTSRD23977 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 939
Design and Construction of Line Following Robot using Arduino
Khin Khin Saw1, Lae Yin Mon2
1Department of Electronic Engineering, Technological University, Sittwe, Rakhine, Myanmar
2Department of Electronic Engineering, Technological University, Kyaukse, Mandalay Region, Myanmar
How to cite this paper: Khin Khin Saw |
Lae Yin Mon "Design and Construction
of Line Following Robot using Arduino"
Published in International Journal of
Trend in Scientific Research and
Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-4, June 2019,
pp.939-941, URL:
https://www.ijtsrd.c
om/papers/ijtsrd23
977.pdf
Copyright © 2019 by author(s) and
International Journal of Trend in
Scientific Research and Development
Journal. This is an Open Access article
distributed under
the terms of the
Creative Commons
Attribution License (CC BY 4.0)
(http://creativecommons.org/licenses/
by/4.0)
ABSTRACT
Line following robot is an autonomous vehicle which detect black line to move
over the white surface or bright surface. In this paper, the line following robot is
constructed by using Arduino nano microcontroller as a main component and
consists of three infrared (IR) sensors, four simple DC motors, four wheelsand a
PCB frame of robot chassis. The infrared sensors are used to sense the black line
on white surface. When the infrared signal falls on the white surface, it gets
reflected and it falls on the black surface, it is not reflected. In this system, four
simple DC motors attached with four wheels are used to move the robot car's
direction that is left, right and forward. The Arduino nano is used as a controller
to control the speed of DC motors from the L2953D driver circuit.
Keywords: Arduino Nano, control, DC motor, IR sensors, L2953D driver
I. INTRODUCTION
Today, robot is a machine that is usually designed toreducethe amountof human
work where it is applicable. It is normally developed for reducing risk factor for
human work and increase comfort of any workers [1]. Robotics has greatly
advanced in the developed countries. The line follower robot is one of the self-
operating mobile machines that follow a line drawn on the floor. The path could
be visible a black line on a white surface or a white line on a black surface. It is
designed to follow a line or path already predetermined by the user of the
highway road, accidents due to careless driving of drivers
found a major social problem.
It can reduce the chance of accidents to a great extent and it
quite economical for transportation. From the industrial
point of view, line following robot has been implemented in
semi to fully autonomous plants. In this environment, these
robots function as material carrier to deliver products from
one manufacturing point to another where rail, conveyor
and gantry solution are not possible. The basic operation of
line follower robot are to detect line color (black or white)
by using infrared sensor and send the sensing signal to
microcontroller. The microcontroller controls the motor
driver to move the direction of robot car forward, left or
right.
II. DESIGNANDIMPLEMENTATION OFTHE SYSTEM
This system is based on Arduino Nano microcontroller
board. The system operation is forward, left and right
direction of robot car by rotating four DC motor attached
with four wheels. The motion of the robot car depends on
sensing of Infrared (IR) sensors. The overall system block
diagram is as shown in figure1.
Figure1. Block Diagram of the System
III. CIRCUIT DESIGN OF LINE FOLLOWING ROBOT
The overall circuit diagram of the system using IR sensor is
shown in figure 2. This circuit consists of ATmega
microcontroller, three IR sensors, fours motors and motor
driver circuit board. The line following robot needs
mechanical arrangement of the chassis, four wheels robotic
vehicle with a caster wheel and three IR sensors are
constructed on the robot facing towards.
When robot is placed on the fixed path, it follows the path by
detecting the line. The robot direction is depends on the
three IR sensors which are on the line of path, robot moves
forward. If the left sensor moves away from the line, robot
moves towards right. Similarly, if the right sensor moves
away from the line, robot moves towards left. Whenever
robot moves away from its path it is detected by the IR
sensor.
IJTSRD23977
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD23977 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 940
When IR sensors transmit the signal and itreflectthesurface
area and receive from surface area as the receiver. The
electrical signals from Arduino Nano flow into the data pin
connected with it.
Enable A (ENA) input is connected arduino digital pin 3
Enable B (ENB) input is connected arduino digital pin 5
Input pin 1 is connected arduino digital pin 11
Input pin 2 is connected arduino digital pin 10
Input pin 3 is connected arduino digital pin 9
Input pin 4 is connected arduino digital pin 6
Output pin 1 is arduino digital pin 2 connect with left IR
sensor.
Output pin 2 is ardunio digital pin 4 connect with center
IR sensor.
Output pin 3 is ardunio digital pin 7 connect with right
sensor
To work as it program, motor driver circuit board as a signal
and is able to adjust and work continuously motor as the
signal flow constantly. As line following robot in this project
is contract to pass on the black line on a white surface or
bright surface area.
Figure2. Circuit Diagram of Speed Detection System
IV. OVERALL FLOW CHART OF THE SYSTEM
The overall flow chart of the system is shown in figure 3. In
the first step, when center sensor senses black line,robotcar
goes forward direction. Center sensor response is high and
the remaining two sensors response is low. According to
arrangement the center sensor will be on the line and as the
line is black in color it will not reflect the emitted radiation
back and the response of the sensor will low and the
response of the remaining two sensors will be low as they
will be on the bright surface.
Figure3. Overall Flow Chart of the System
In the second step, when a right curve is found on the line
response will be change the response of the left sensor high
and the reaming sensors response will be low.Thecontrolof
the wheels is changed as this data is achieved. The right
wheel is held and the left wheel is made to move freely until
the response from the center sensor become high. Then the
same process repeats again.
In the third step, when a left curve is found on the line
response of the right sensor will be change from low to high
as the sensor. Then the control of the wheel changes by
holding the right wheel and allowing the left wheel to move
freely until the center sensor changes it from low to high.
The same processes continue for all the turns and the robot
moves continuously until the supply is removing.
If all the three sensors will be on white surface area then
they all will below and as no line is detected, robot move in a
circular motion until line is found. If nolineisdetected, circle
unit is found. Table 1 shows direction and movement of
robot car.
Table1. Direction and Movement of Robot Car
Robot Movement Left Motor Right Motor
Straight 1 1
Left 0 1
Right 1 0
V. WORKING PRINCIPLE OF LINE FOLLOWING
ROBOT
Line following robot senses black line by using Infrared
sensor and then sends the signals to Arduino. The three IR
sensors are used for path detection purpose. These sensors
attached at the front end of the robot. When IR sensors
transmit the signal and it reflect the surface areaandreceive
from surface area as the receiver. The electrical signalsfrom
Arduino Nano flow into the data pin connected with it. To
work as its program, the signal flow into the motor driver
card as a signal and is able to adjust and work continuously
motor driver as the signal flow frequently. As line following
robot is contracting to pass on the black line, it pass as its
line.
If line is centered in front of robot, line following robot goes
forward. When the center sensor is high and the remaining
sensor is low the center sensor is will always be on the line
and as line is black in color.
Figure4. Forward direction
If line is left of center, beside of the robot, it turns left. When
the left sensor is high and the remaining sensor is low the
center sensor is will always be on the line and as line isblack
in color.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD23977 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 941
Figure5. Left direction
If line is right of center, the robot turns right. When the right
sensor is high, the remaining sensor is low and the center
sensor is will always be on the line and as line is black in
color. If no line is detected, circle unit is found.
Figure6. Right direction
VI. VI. TEST AND RESULT OF LINE FOLLOWING
ROBOT
In this section, testing results of the system are shown that
are the direction of line following robot, forward, left and
right. According to the testing of line following robot, the
speed of the motors (pwm) is able to change the limitation
between 0 and 255. Figure 7 shows hardware
implementation of line following robot.
Figure7. Implementation of Line Following robot
The following results are forward, left and right direction of
line follower robot. Figure 8 shows the robot car turn to
right. Figure 9 shows the robot car turn to right direction.
Figure 10 shows the robot car turn to forward direction.
Figure8. Left Direction of Line Following Robot
Figure9. Right Direction of Line Following Robot
Figure10. Forward Direction of Line Following Robot
The motor speed (pwm) is 145 and 150.Linefollowingrobot
car move according to the working principle and the system
operation is repeated by sensing signal of three IR sensors.
VII. CONCLUSION
Design and constructionof linefollowingrobotwasdesigned
in this paper. This design is based on Arduino
microcontroller. The robot car moves left, right and forward
direction on the black line of white surface by using four
simple DC motors attached with four wheels. The speed of
the motors is controlled by L293D driver circuit. The
directions of the robot car are controlled by using sensing
signal of IR sensors from Arduino nano microcontroller.The
colour is sensed by using three IR sensors. If the sensing
colour is white, robot car moves and if the sensing colour is
black, robot car does not move.
REFERENCES
[1] https://www.electronicshub.org, arduino-car-speed-
detector.
[2] http://www.ardunio.cc/en/Main/ardunioBoardUno
[3] https://www.i-robotics blogspot.com
[4] https://www.circuit digest.com
[5] www.swyhome.com

More Related Content

What's hot

Rocker bogie mechanism (mars rover) final year mini project
Rocker bogie mechanism (mars rover) final year mini projectRocker bogie mechanism (mars rover) final year mini project
Rocker bogie mechanism (mars rover) final year mini projectBIRENDRA KUMAR PANDIT
 
The line follower robot
The line follower robotThe line follower robot
The line follower robotPoonam Narang
 
Line follower Robot using PID algorithm
Line follower Robot using PID algorithmLine follower Robot using PID algorithm
Line follower Robot using PID algorithmIfaz Ahmed Aflan
 
Second Year ENTC Engg (Minor Project) on Motion Imitating Robotic Arm.
Second Year ENTC  Engg (Minor Project) on Motion Imitating Robotic Arm.Second Year ENTC  Engg (Minor Project) on Motion Imitating Robotic Arm.
Second Year ENTC Engg (Minor Project) on Motion Imitating Robotic Arm.Omkar Rane
 
Robotics pdf
Robotics pdfRobotics pdf
Robotics pdfAccies4
 
The robotic arm
The robotic arm The robotic arm
The robotic arm ajay sharma
 
Drone (Quadcopter) full project report by Er. ASHWANI DIXIT
Drone (Quadcopter) full project report by    Er. ASHWANI DIXITDrone (Quadcopter) full project report by    Er. ASHWANI DIXIT
Drone (Quadcopter) full project report by Er. ASHWANI DIXITAshwani Dixit
 
Robotics and Technology
Robotics and TechnologyRobotics and Technology
Robotics and TechnologyRamki M
 
Industrial robots presentation
Industrial robots presentationIndustrial robots presentation
Industrial robots presentationPratik Thorat
 
Obstacle avoidance robot
Obstacle avoidance robotObstacle avoidance robot
Obstacle avoidance robotRahuldey1991
 
Design and Fabrication of Water Bottle Crusher
Design and Fabrication of Water Bottle CrusherDesign and Fabrication of Water Bottle Crusher
Design and Fabrication of Water Bottle CrusherIRJET Journal
 

What's hot (20)

Laser cutter report
Laser cutter reportLaser cutter report
Laser cutter report
 
Edge detector & avoider robot
Edge detector & avoider robotEdge detector & avoider robot
Edge detector & avoider robot
 
Virtual reality
Virtual realityVirtual reality
Virtual reality
 
Rocker bogie mechanism (mars rover) final year mini project
Rocker bogie mechanism (mars rover) final year mini projectRocker bogie mechanism (mars rover) final year mini project
Rocker bogie mechanism (mars rover) final year mini project
 
Line Follower Robot
Line Follower RobotLine Follower Robot
Line Follower Robot
 
The line follower robot
The line follower robotThe line follower robot
The line follower robot
 
Line follower Robot using PID algorithm
Line follower Robot using PID algorithmLine follower Robot using PID algorithm
Line follower Robot using PID algorithm
 
Second Year ENTC Engg (Minor Project) on Motion Imitating Robotic Arm.
Second Year ENTC  Engg (Minor Project) on Motion Imitating Robotic Arm.Second Year ENTC  Engg (Minor Project) on Motion Imitating Robotic Arm.
Second Year ENTC Engg (Minor Project) on Motion Imitating Robotic Arm.
 
Line Maze Solver Presentation
Line Maze Solver PresentationLine Maze Solver Presentation
Line Maze Solver Presentation
 
Obstacle avoiding robot
Obstacle avoiding robotObstacle avoiding robot
Obstacle avoiding robot
 
Robotics pdf
Robotics pdfRobotics pdf
Robotics pdf
 
The robotic arm
The robotic arm The robotic arm
The robotic arm
 
Line maze solver
Line maze solverLine maze solver
Line maze solver
 
Line Follower Robot
Line Follower RobotLine Follower Robot
Line Follower Robot
 
Robotic arm
Robotic armRobotic arm
Robotic arm
 
Drone (Quadcopter) full project report by Er. ASHWANI DIXIT
Drone (Quadcopter) full project report by    Er. ASHWANI DIXITDrone (Quadcopter) full project report by    Er. ASHWANI DIXIT
Drone (Quadcopter) full project report by Er. ASHWANI DIXIT
 
Robotics and Technology
Robotics and TechnologyRobotics and Technology
Robotics and Technology
 
Industrial robots presentation
Industrial robots presentationIndustrial robots presentation
Industrial robots presentation
 
Obstacle avoidance robot
Obstacle avoidance robotObstacle avoidance robot
Obstacle avoidance robot
 
Design and Fabrication of Water Bottle Crusher
Design and Fabrication of Water Bottle CrusherDesign and Fabrication of Water Bottle Crusher
Design and Fabrication of Water Bottle Crusher
 

Similar to Design and Construction of Line Following Robot using Arduino

Line Following Robot Presentation
Line Following Robot PresentationLine Following Robot Presentation
Line Following Robot PresentationOli ullah
 
Implementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in aImplementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in aeSAT Publishing House
 
Implementation of pid control to reduce wobbling in a line following robot
Implementation of pid control to reduce wobbling in a line following robotImplementation of pid control to reduce wobbling in a line following robot
Implementation of pid control to reduce wobbling in a line following roboteSAT Journals
 
Andriod Controlled Pick and Place Arm with Line Follower Automaton
Andriod Controlled Pick and Place Arm with Line Follower AutomatonAndriod Controlled Pick and Place Arm with Line Follower Automaton
Andriod Controlled Pick and Place Arm with Line Follower Automatonijtsrd
 
Four IR Sensor Based Automatic Control of Railway Gate using Microcontroller
Four IR Sensor Based Automatic Control of Railway Gate using MicrocontrollerFour IR Sensor Based Automatic Control of Railway Gate using Microcontroller
Four IR Sensor Based Automatic Control of Railway Gate using Microcontrollerijtsrd
 
Grid Based Autonomous Navigator
Grid Based Autonomous Navigator Grid Based Autonomous Navigator
Grid Based Autonomous Navigator Sayeed Mohammed
 
IRJET - Automated Railway Crossing System using IoT
IRJET - Automated Railway Crossing System using IoTIRJET - Automated Railway Crossing System using IoT
IRJET - Automated Railway Crossing System using IoTIRJET Journal
 
Train automation using ARM7
Train automation using ARM7Train automation using ARM7
Train automation using ARM7IRJET Journal
 
Train automation using ARM7
Train automation using ARM7Train automation using ARM7
Train automation using ARM7IRJET Journal
 
How to make a Line Follower Robot
How to make a Line Follower RobotHow to make a Line Follower Robot
How to make a Line Follower RobotHassan Raza
 
Automatic Robot System In Industries Using Rf Module
Automatic Robot System In Industries Using Rf Module Automatic Robot System In Industries Using Rf Module
Automatic Robot System In Industries Using Rf Module iosrjce
 
embedded system report
embedded system reportembedded system report
embedded system reportmanish katara
 
Automatic Floor Cleaning Robot using Encoder
Automatic Floor Cleaning Robot using EncoderAutomatic Floor Cleaning Robot using Encoder
Automatic Floor Cleaning Robot using Encoderijtsrd
 
Gesture Control Robot using Arduino
Gesture Control Robot using ArduinoGesture Control Robot using Arduino
Gesture Control Robot using Arduinoijtsrd
 

Similar to Design and Construction of Line Following Robot using Arduino (20)

Line Following Robot Presentation
Line Following Robot PresentationLine Following Robot Presentation
Line Following Robot Presentation
 
Implementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in aImplementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in a
 
Implementation of pid control to reduce wobbling in a line following robot
Implementation of pid control to reduce wobbling in a line following robotImplementation of pid control to reduce wobbling in a line following robot
Implementation of pid control to reduce wobbling in a line following robot
 
Presentation1
Presentation1Presentation1
Presentation1
 
LINE FOLLOWER ROBOT | J4RV4I1010
LINE FOLLOWER ROBOT | J4RV4I1010LINE FOLLOWER ROBOT | J4RV4I1010
LINE FOLLOWER ROBOT | J4RV4I1010
 
Andriod Controlled Pick and Place Arm with Line Follower Automaton
Andriod Controlled Pick and Place Arm with Line Follower AutomatonAndriod Controlled Pick and Place Arm with Line Follower Automaton
Andriod Controlled Pick and Place Arm with Line Follower Automaton
 
Four IR Sensor Based Automatic Control of Railway Gate using Microcontroller
Four IR Sensor Based Automatic Control of Railway Gate using MicrocontrollerFour IR Sensor Based Automatic Control of Railway Gate using Microcontroller
Four IR Sensor Based Automatic Control of Railway Gate using Microcontroller
 
Front
FrontFront
Front
 
Grid Based Autonomous Navigator
Grid Based Autonomous Navigator Grid Based Autonomous Navigator
Grid Based Autonomous Navigator
 
IRJET - Automated Railway Crossing System using IoT
IRJET - Automated Railway Crossing System using IoTIRJET - Automated Railway Crossing System using IoT
IRJET - Automated Railway Crossing System using IoT
 
Train automation using ARM7
Train automation using ARM7Train automation using ARM7
Train automation using ARM7
 
Train automation using ARM7
Train automation using ARM7Train automation using ARM7
Train automation using ARM7
 
How to make a Line Follower Robot
How to make a Line Follower RobotHow to make a Line Follower Robot
How to make a Line Follower Robot
 
Automatic Robot System In Industries Using Rf Module
Automatic Robot System In Industries Using Rf Module Automatic Robot System In Industries Using Rf Module
Automatic Robot System In Industries Using Rf Module
 
I011115964
I011115964I011115964
I011115964
 
embedded system report
embedded system reportembedded system report
embedded system report
 
Automatic Floor Cleaning Robot using Encoder
Automatic Floor Cleaning Robot using EncoderAutomatic Floor Cleaning Robot using Encoder
Automatic Floor Cleaning Robot using Encoder
 
Path Following Robot
Path Following RobotPath Following Robot
Path Following Robot
 
22 vol64no3
22 vol64no322 vol64no3
22 vol64no3
 
Gesture Control Robot using Arduino
Gesture Control Robot using ArduinoGesture Control Robot using Arduino
Gesture Control Robot using Arduino
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 

Recently uploaded (20)

CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 

Design and Construction of Line Following Robot using Arduino

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume: 3 | Issue: 4 | May-Jun 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470 @ IJTSRD | Unique Paper ID – IJTSRD23977 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 939 Design and Construction of Line Following Robot using Arduino Khin Khin Saw1, Lae Yin Mon2 1Department of Electronic Engineering, Technological University, Sittwe, Rakhine, Myanmar 2Department of Electronic Engineering, Technological University, Kyaukse, Mandalay Region, Myanmar How to cite this paper: Khin Khin Saw | Lae Yin Mon "Design and Construction of Line Following Robot using Arduino" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-4, June 2019, pp.939-941, URL: https://www.ijtsrd.c om/papers/ijtsrd23 977.pdf Copyright © 2019 by author(s) and International Journal of Trend in Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/ by/4.0) ABSTRACT Line following robot is an autonomous vehicle which detect black line to move over the white surface or bright surface. In this paper, the line following robot is constructed by using Arduino nano microcontroller as a main component and consists of three infrared (IR) sensors, four simple DC motors, four wheelsand a PCB frame of robot chassis. The infrared sensors are used to sense the black line on white surface. When the infrared signal falls on the white surface, it gets reflected and it falls on the black surface, it is not reflected. In this system, four simple DC motors attached with four wheels are used to move the robot car's direction that is left, right and forward. The Arduino nano is used as a controller to control the speed of DC motors from the L2953D driver circuit. Keywords: Arduino Nano, control, DC motor, IR sensors, L2953D driver I. INTRODUCTION Today, robot is a machine that is usually designed toreducethe amountof human work where it is applicable. It is normally developed for reducing risk factor for human work and increase comfort of any workers [1]. Robotics has greatly advanced in the developed countries. The line follower robot is one of the self- operating mobile machines that follow a line drawn on the floor. The path could be visible a black line on a white surface or a white line on a black surface. It is designed to follow a line or path already predetermined by the user of the highway road, accidents due to careless driving of drivers found a major social problem. It can reduce the chance of accidents to a great extent and it quite economical for transportation. From the industrial point of view, line following robot has been implemented in semi to fully autonomous plants. In this environment, these robots function as material carrier to deliver products from one manufacturing point to another where rail, conveyor and gantry solution are not possible. The basic operation of line follower robot are to detect line color (black or white) by using infrared sensor and send the sensing signal to microcontroller. The microcontroller controls the motor driver to move the direction of robot car forward, left or right. II. DESIGNANDIMPLEMENTATION OFTHE SYSTEM This system is based on Arduino Nano microcontroller board. The system operation is forward, left and right direction of robot car by rotating four DC motor attached with four wheels. The motion of the robot car depends on sensing of Infrared (IR) sensors. The overall system block diagram is as shown in figure1. Figure1. Block Diagram of the System III. CIRCUIT DESIGN OF LINE FOLLOWING ROBOT The overall circuit diagram of the system using IR sensor is shown in figure 2. This circuit consists of ATmega microcontroller, three IR sensors, fours motors and motor driver circuit board. The line following robot needs mechanical arrangement of the chassis, four wheels robotic vehicle with a caster wheel and three IR sensors are constructed on the robot facing towards. When robot is placed on the fixed path, it follows the path by detecting the line. The robot direction is depends on the three IR sensors which are on the line of path, robot moves forward. If the left sensor moves away from the line, robot moves towards right. Similarly, if the right sensor moves away from the line, robot moves towards left. Whenever robot moves away from its path it is detected by the IR sensor. IJTSRD23977
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD23977 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 940 When IR sensors transmit the signal and itreflectthesurface area and receive from surface area as the receiver. The electrical signals from Arduino Nano flow into the data pin connected with it. Enable A (ENA) input is connected arduino digital pin 3 Enable B (ENB) input is connected arduino digital pin 5 Input pin 1 is connected arduino digital pin 11 Input pin 2 is connected arduino digital pin 10 Input pin 3 is connected arduino digital pin 9 Input pin 4 is connected arduino digital pin 6 Output pin 1 is arduino digital pin 2 connect with left IR sensor. Output pin 2 is ardunio digital pin 4 connect with center IR sensor. Output pin 3 is ardunio digital pin 7 connect with right sensor To work as it program, motor driver circuit board as a signal and is able to adjust and work continuously motor as the signal flow constantly. As line following robot in this project is contract to pass on the black line on a white surface or bright surface area. Figure2. Circuit Diagram of Speed Detection System IV. OVERALL FLOW CHART OF THE SYSTEM The overall flow chart of the system is shown in figure 3. In the first step, when center sensor senses black line,robotcar goes forward direction. Center sensor response is high and the remaining two sensors response is low. According to arrangement the center sensor will be on the line and as the line is black in color it will not reflect the emitted radiation back and the response of the sensor will low and the response of the remaining two sensors will be low as they will be on the bright surface. Figure3. Overall Flow Chart of the System In the second step, when a right curve is found on the line response will be change the response of the left sensor high and the reaming sensors response will be low.Thecontrolof the wheels is changed as this data is achieved. The right wheel is held and the left wheel is made to move freely until the response from the center sensor become high. Then the same process repeats again. In the third step, when a left curve is found on the line response of the right sensor will be change from low to high as the sensor. Then the control of the wheel changes by holding the right wheel and allowing the left wheel to move freely until the center sensor changes it from low to high. The same processes continue for all the turns and the robot moves continuously until the supply is removing. If all the three sensors will be on white surface area then they all will below and as no line is detected, robot move in a circular motion until line is found. If nolineisdetected, circle unit is found. Table 1 shows direction and movement of robot car. Table1. Direction and Movement of Robot Car Robot Movement Left Motor Right Motor Straight 1 1 Left 0 1 Right 1 0 V. WORKING PRINCIPLE OF LINE FOLLOWING ROBOT Line following robot senses black line by using Infrared sensor and then sends the signals to Arduino. The three IR sensors are used for path detection purpose. These sensors attached at the front end of the robot. When IR sensors transmit the signal and it reflect the surface areaandreceive from surface area as the receiver. The electrical signalsfrom Arduino Nano flow into the data pin connected with it. To work as its program, the signal flow into the motor driver card as a signal and is able to adjust and work continuously motor driver as the signal flow frequently. As line following robot is contracting to pass on the black line, it pass as its line. If line is centered in front of robot, line following robot goes forward. When the center sensor is high and the remaining sensor is low the center sensor is will always be on the line and as line is black in color. Figure4. Forward direction If line is left of center, beside of the robot, it turns left. When the left sensor is high and the remaining sensor is low the center sensor is will always be on the line and as line isblack in color.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD23977 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 941 Figure5. Left direction If line is right of center, the robot turns right. When the right sensor is high, the remaining sensor is low and the center sensor is will always be on the line and as line is black in color. If no line is detected, circle unit is found. Figure6. Right direction VI. VI. TEST AND RESULT OF LINE FOLLOWING ROBOT In this section, testing results of the system are shown that are the direction of line following robot, forward, left and right. According to the testing of line following robot, the speed of the motors (pwm) is able to change the limitation between 0 and 255. Figure 7 shows hardware implementation of line following robot. Figure7. Implementation of Line Following robot The following results are forward, left and right direction of line follower robot. Figure 8 shows the robot car turn to right. Figure 9 shows the robot car turn to right direction. Figure 10 shows the robot car turn to forward direction. Figure8. Left Direction of Line Following Robot Figure9. Right Direction of Line Following Robot Figure10. Forward Direction of Line Following Robot The motor speed (pwm) is 145 and 150.Linefollowingrobot car move according to the working principle and the system operation is repeated by sensing signal of three IR sensors. VII. CONCLUSION Design and constructionof linefollowingrobotwasdesigned in this paper. This design is based on Arduino microcontroller. The robot car moves left, right and forward direction on the black line of white surface by using four simple DC motors attached with four wheels. The speed of the motors is controlled by L293D driver circuit. The directions of the robot car are controlled by using sensing signal of IR sensors from Arduino nano microcontroller.The colour is sensed by using three IR sensors. If the sensing colour is white, robot car moves and if the sensing colour is black, robot car does not move. REFERENCES [1] https://www.electronicshub.org, arduino-car-speed- detector. [2] http://www.ardunio.cc/en/Main/ardunioBoardUno [3] https://www.i-robotics blogspot.com [4] https://www.circuit digest.com [5] www.swyhome.com