SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
Journal for Research | Volume 04 | Issue 01 | March 2018
ISSN: 2395-7549
All rights reserved by www.journal4research.org 17
Line Follower Robot
Abhijit G. Kalbande Miss. Shraddha O. Koche
Assistant Professor & Guide U.G. Student
Department of Electronics & Telecommunication
Engineering
Department of Electronics & Telecommunication
Engineering
PRMCEAM, Badnera, Amravati, India PRMCEAM, Badnera, Amravati, India
Abstract
Line following is one of the most important aspects of Robotics. A Line Follower Robot is an autonomous robot which is able to
follow either a black or white line that is drawn on the surface consisting of a contrasting color. It is designed to move
automatically and follow the made plot line. The path can be visible like a black line on a white surface or it can be invisible like
a magnetic field. It will move in a particular direction Specified by the user and avoids the obstacle which is coming in the path.
Autonomous Intelligent Robots are robot that can perform desired tasks in unstructured environments without continuous human
guidance. It is an integrated design from the knowledge of Mechanical, Electrical, and Computer Engineering. LDR sensors
based line follower robot design and Fabrication procedure which always direct along the black mark on the white surface. The
robot uses several sensors to identify the line thus assisting the bot to stay on the track. The robot is driven by DC motors to
control the movements of the wheels.
Keywords: Line Follower, Robot, IR Sensors, DC Motor, Motor Driver
_______________________________________________________________________________________________________
I. INTRODUCTION
What is a Line Follower Robot
The line follower robot is designed to be able to follow a black line on the ground without getting off the line too much. The
Robot has two sensors installed underneath the front part of the body, and two DC motors drive wheels moving forwards. A
circuit inside takes and input signal from two sensors and controls the speed of wheels rotation. The control is done in such a
way that when a sensors senses a black line, the motor slows down or even stops. Then the difference of rotation speed makes it
possible to makes turns. For instance, in the on the right, if the sensors somehow senses a black line, the wheel on that side slows
down and robot will make a right turn.
How to Sense a Black Line
The sensors used for the are Reflective Object Sensors, OPB710F that are already ready in the Electronic Lab. The single sensors
consists of an infrared emitting diode and a NPN Darlington phototransistor. When a light emitted from the diode is reflected off
an object and back into the phototransistor, output current is produced, depending on the amount of infrared light, which triggers
the base current of the phototransistor. In my case, the amount of light reflected off a black line is much less than of a white
background, so we detect the black line somehow by measuring the current. (This current is converted to voltage.)
How to Control a DC Motors
Instead of applying a constant voltage across a DC motors, we repeat switching on and off the motors with a fixed voltage
applied to the motors. This is done by sending a trains of PWM pulses to a power MOSFET in order to turn it on and off. Then
the motors sees the average voltage while it depends on duty cycle of PWM pulses. The speed of rotation is proportion to this
average voltage. By PWM method, it’s easier to control the DC motors than by directly controlling the voltage across it. All we
have to do is to modulate pulse width, in order words, duty cycle. Also, a power MOSFET consumes only negligible power in
switching.
II. BASIC OPERATION
The basic operations of line follower are follows:
1) Capture line position with optical sensors mounted at front end of the robot. For this a combination of IR LED’s and
phototransistors called an optical coupler has been used. Requirement for line sensing process are high resolution and high
robustness.
2) Steer robot requires steering mechanism for tracking. Two motors governing wheel motion are used for achieving this task.
Line Follower Robot
(J4R/ Volume 04 / Issue 01 / 004)
All rights reserved by www.journal4research.org 18
Fig. 2.1: Basic Block Diagram Line Follower
III. INPUT SYSTEM
IR reflective sensors have one emitter (IR LED) and one receiver phototransister or photo diode. If we have white surface it
reflects the light and it will sensed by the receiver, similarly if we have black surface it absorbs the light and receiver cannot
sense light.
Fig. 3.1. White Surface Reflects Light & Black Surface Absorb It
Photo diode has property that if IR light fall on its electrical resistance comes down (i.e its comes down from 150kohm to
10kohm if no noise is present). For sense the change in resistance we use voltage divider circuit (as shown in fig).
IR Sensor
An Infra-red sensors detects Infra-red light/white light from a particular object/line and then converts light energy to electrical
energy. An IR sensors pair consists of an emitter and a detector. The emitter is blue in color and the detector can be gray black or
white in colour.
IR Emitter
An infra-red emitter is a light Emitting Diode (LED) made from gallium Arsenide. It detects IR energy at a wavelength of 880nm
and emits the same. The infrared phototransistors acts as a transistor with the base voltage determined by the amount of light
hitting the transistor. Hences it acts as a variables currents sources. Greater amount of IR light cause greater currents to flow
throught the collector emitter leads. The variable current traveling through the resistors causes a voltage drop in the the pull up
resistor. The voltage is measured as the output of the device.
IR Detector
An infrared detector is a photodetector.it detects ir energy emittesd by the emitter and converted it into electrical energy.the main
principle involves in the conversion of light energy to electrical energy is photoelectric effect.the output is taken at negative
terminal of IR detector.the output can be taken to amicrocontroller either to its analog to digital converter or LM335 can be used
as comparator.
Line Follower Robot
(J4R/ Volume 04 / Issue 01 / 004)
All rights reserved by www.journal4research.org 19
IV. OUTPUT SYSTEM
Moter Driver
Motor driver is a current enhancing device; it can also be act as Switching Device. Thus,after inserting motor driver among
themotor and microcontroller. Motor driver taking the input signals from microcontroller and generate corresponding output for
motor.
ICL293D
This is a motor driver IC that can drive two motor simultaneously. Supply voltage (Vss) is the Voltage at which we wish to drive
the motor. Generally, 6V for dc motor and 6 to 12V for gear motor are used, depending upon the rating of the motor.Logical
Supply Voltage deciding what value of input voltage should be consideredas high or low .So if we set Logical Supply Voltage
equals to +5V, then -0.3V to 1.5V will be considered as Input Low Voltage and 2.3V to 5V is taken into consider as Input High
Voltage. L293D has 2 Channels .One channel is used for one motor.
 Channel 1-Pin1to8
 Channel 2-Pin9to16
Enable Pin is use to enable or to make a channel active .Enable pin is also called as Chip Inhibit Pin. All Input (PinNo. 2,
7,10and 15) of L293D IC is the output from microcontroller (ATmeg32). E.g.-We connected (Pin No. 2, 7, 10 and 15) of L293D
IC to (Pin No. 14, 15, 16and 17) of ATmega32 respectively in our robots, because on pin 15and 16 ofATmega32we can generate
PWM. All Output (Pin No. 3, 6,11and 14) of L293D IC goes to the input of Right and Left motor.
Fig. 4.1: L293D
V. WORKING
There are three different cases in working of line follower robot
1) Straight direction
2) Right direction
3) Left direction
Straight Direction
We can expect our robot to move in straight direction when the middle sensor response is low and remaining two sensor
response is high. i.e according to our arangment the middle sensor will always be on the line and as the line is black in color it
will not reflect the emitted radiation black and response of the sensor will low and the response of the remaing two sensor will be
high as they will be on the bright surface.
Right Direction
When a right curve is found on the line the responses will change i.e the response of the first sensors which is to the right will
becomes low as that sensors will be facing the black line and the reaming sensors response will be high. We this data is
achiveved the control of the wheels is changed i.e the right wheel is held and the left wheel is made to move freely until the
response from the middle sensors becomes low. Then the same process repeats again.
Line Follower Robot
(J4R/ Volume 04 / Issue 01 / 004)
All rights reserved by www.journal4research.org 20
Left Direction
When a left curve is found on the line the response of the left most sensors will be changed from high to low as the sensors will
now face the black or the dark surface. Then the control of wheel changes. i.e by holding the left wheel and allowing the right
wheel to move freely until the middle sensors changes it is response from high to low. The same process continues for all the
turns and the robot moves continuously until the supply is remove.
VI. ADVANTAGES & DISADVANTAGES
Advantages
1) Robot movement is automatic.
2) Fit and forget system.
3) Used for long distance application.
4) Defense applications.
5) Simplicity of building.
Disadvantage
1) LFR follower a black line about 1or 2 inches in width on a white surface.
2) Slow speed and instability on different line thickness or hard angles.
VII.CONCLUSION
The line follower robot work successfully to the track on the black line. Above the white surface there are some black line in
different direction the robot still good enough to sense the line and follow the track. Also the robot capable to carry some load
likely 500gm
VIII. FUTURE SCOPE
1) Software control of the line type (dark or light) to make automatic detection possible.
2) “Obstacle detecting sensors” to avoide physical obstacles and continue on the line.
3) Distance sensing and position logging and transmission.
4) Smarter Version of line follower are used to deliver mails within office building and deliver medications in a hospital.
5) This technology has been suggested for running buses and other mass transit system and may end up as a part of
autonomous cars navigating the freeway.
REFERENCES
[1] Pakdaman,M.Sanaatiyan,M.M.,"Design and Implemen tation of Line Follower Robot,", Second International Conference on Computer and Electrical
Engineering TCCEE '09, vol.2, pp.585-590,Dec.2009.
[2] PriyankPatil,"AVR Line Following Robot,” Department of Information Technology K. 1. Somaiya College of Engineering Mumbai, India. Mar 5, 2010.
[3] Dean A. Pomerleau; Jay Gowdy; Charles E. Thorpe, “Combining Artificial Neural Networks and Symbolic Processing for Autonomous Robot Guidance,"
Engng Applic. Artif. Intell. Vol. 4, No. 4, pp. 279-285, 1991.
[4] L1U Shi-Cai,L1U Guang-Jun, "Formation Control of Mobile Robots with Active Obstacle Avoidance," Acta Automatica Sinica, Vol. 33, No. 5,
2007.
[5] YANG Tian-Tian; L1U Zhi-Yuan; CHEN Hong; PEl Run, "Formation Control and Obstacle Avoidance for Multiple Mobile Robots," Acta
Automatica Sinica, Vol. 34, No. 5, 2008.

Contenu connexe

Tendances

Tendances (20)

Sensors
SensorsSensors
Sensors
 
Ppt of servomotor
Ppt of servomotorPpt of servomotor
Ppt of servomotor
 
CATHODE RAY OSCILLOSCOPE (CRO)
CATHODE RAY OSCILLOSCOPE (CRO)CATHODE RAY OSCILLOSCOPE (CRO)
CATHODE RAY OSCILLOSCOPE (CRO)
 
Smart sensors -Sukanta Bhattacharyya
Smart sensors -Sukanta BhattacharyyaSmart sensors -Sukanta Bhattacharyya
Smart sensors -Sukanta Bhattacharyya
 
Synchronous motor
Synchronous motorSynchronous motor
Synchronous motor
 
Ppt gsm based automatic energy meter
Ppt gsm based automatic energy meterPpt gsm based automatic energy meter
Ppt gsm based automatic energy meter
 
Line Following Robot
Line Following RobotLine Following Robot
Line Following Robot
 
Oscilloscopes
OscilloscopesOscilloscopes
Oscilloscopes
 
Function generator
Function generatorFunction generator
Function generator
 
Origin of biopotentials
Origin of biopotentialsOrigin of biopotentials
Origin of biopotentials
 
INTRODUCTION TO LVDT,RVDT and Potentiometer
INTRODUCTION TO LVDT,RVDT and Potentiometer INTRODUCTION TO LVDT,RVDT and Potentiometer
INTRODUCTION TO LVDT,RVDT and Potentiometer
 
Electric drives
Electric drivesElectric drives
Electric drives
 
Types of ammeter
Types of ammeterTypes of ammeter
Types of ammeter
 
Stepper motor in industrial applications
Stepper motor in industrial applicationsStepper motor in industrial applications
Stepper motor in industrial applications
 
Reluctance motor
Reluctance  motor Reluctance  motor
Reluctance motor
 
Difference between Sensor & Transducer
Difference between Sensor & TransducerDifference between Sensor & Transducer
Difference between Sensor & Transducer
 
Frequency Meter : Working principle
Frequency Meter : Working principleFrequency Meter : Working principle
Frequency Meter : Working principle
 
Lecture 2 Servomotors - Basics & Working
Lecture 2   Servomotors - Basics & WorkingLecture 2   Servomotors - Basics & Working
Lecture 2 Servomotors - Basics & Working
 
Basics of Sensors & Transducers
Basics of Sensors & TransducersBasics of Sensors & Transducers
Basics of Sensors & Transducers
 
Sensors VS Transducers
Sensors VS Transducers Sensors VS Transducers
Sensors VS Transducers
 

Similaire à LINE FOLLOWER ROBOT | J4RV4I1010

Similaire à LINE FOLLOWER ROBOT | J4RV4I1010 (20)

Line Follower Robot
Line Follower RobotLine Follower Robot
Line Follower Robot
 
Line Follower Robot
Line Follower RobotLine Follower Robot
Line Follower Robot
 
Edge detector & avoider robot
Edge detector & avoider robotEdge detector & avoider robot
Edge detector & avoider robot
 
Line follower robot
Line follower robotLine follower robot
Line follower robot
 
Line follower robot
Line follower robotLine follower robot
Line follower robot
 
340211628-Line-Follower-Robot-Presentation.pdf
340211628-Line-Follower-Robot-Presentation.pdf340211628-Line-Follower-Robot-Presentation.pdf
340211628-Line-Follower-Robot-Presentation.pdf
 
Front
FrontFront
Front
 
Obstacle avoiding robot
Obstacle avoiding robotObstacle avoiding robot
Obstacle avoiding robot
 
Obstacle Avoiding Robot Using Micro Controller
Obstacle Avoiding Robot Using Micro ControllerObstacle Avoiding Robot Using Micro Controller
Obstacle Avoiding Robot Using Micro Controller
 
Line of the system that follower Robot.pptx
Line of the system that follower Robot.pptxLine of the system that follower Robot.pptx
Line of the system that follower Robot.pptx
 
Project PPT.pptx
Project PPT.pptxProject PPT.pptx
Project PPT.pptx
 
Presentation1
Presentation1Presentation1
Presentation1
 
LINE FOLLOWER ROBOT
LINE FOLLOWER ROBOTLINE FOLLOWER ROBOT
LINE FOLLOWER ROBOT
 
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
 
Line follower robot
Line follower robotLine follower robot
Line follower robot
 
Line Following Robot Presentation
Line Following Robot PresentationLine Following Robot Presentation
Line Following Robot Presentation
 
Final presentation
Final presentationFinal presentation
Final presentation
 
Line maze solver robot
Line maze solver robot Line maze solver robot
Line maze solver robot
 
Presentation maze solver robot
Presentation maze solver robotPresentation maze solver robot
Presentation maze solver robot
 
Line follower robot
Line follower robotLine follower robot
Line follower robot
 

Plus de Journal For Research

Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...Journal For Research
 
Experimental Verification and Validation of Stress Distribution of Composite ...
Experimental Verification and Validation of Stress Distribution of Composite ...Experimental Verification and Validation of Stress Distribution of Composite ...
Experimental Verification and Validation of Stress Distribution of Composite ...Journal For Research
 
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Journal For Research
 
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016Journal For Research
 
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...Journal For Research
 
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015Journal For Research
 
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014Journal For Research
 
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...Journal For Research
 
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...Journal For Research
 
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012Journal For Research
 
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...Journal For Research
 
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009Journal For Research
 
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008Journal For Research
 
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002Journal For Research
 
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001Journal For Research
 
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021Journal For Research
 
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...Journal For Research
 
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023Journal For Research
 
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024Journal For Research
 
AN IMPLEMENTATION FOR FRAMEWORK FOR CHEMICAL STRUCTURE USING GRAPH GRAMMAR | ...
AN IMPLEMENTATION FOR FRAMEWORK FOR CHEMICAL STRUCTURE USING GRAPH GRAMMAR | ...AN IMPLEMENTATION FOR FRAMEWORK FOR CHEMICAL STRUCTURE USING GRAPH GRAMMAR | ...
AN IMPLEMENTATION FOR FRAMEWORK FOR CHEMICAL STRUCTURE USING GRAPH GRAMMAR | ...Journal For Research
 

Plus de Journal For Research (20)

Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
 
Experimental Verification and Validation of Stress Distribution of Composite ...
Experimental Verification and Validation of Stress Distribution of Composite ...Experimental Verification and Validation of Stress Distribution of Composite ...
Experimental Verification and Validation of Stress Distribution of Composite ...
 
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
 
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
 
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
 
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
 
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
 
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
 
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
 
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
 
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
 
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
 
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
 
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
 
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
 
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
 
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
 
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
 
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
 
AN IMPLEMENTATION FOR FRAMEWORK FOR CHEMICAL STRUCTURE USING GRAPH GRAMMAR | ...
AN IMPLEMENTATION FOR FRAMEWORK FOR CHEMICAL STRUCTURE USING GRAPH GRAMMAR | ...AN IMPLEMENTATION FOR FRAMEWORK FOR CHEMICAL STRUCTURE USING GRAPH GRAMMAR | ...
AN IMPLEMENTATION FOR FRAMEWORK FOR CHEMICAL STRUCTURE USING GRAPH GRAMMAR | ...
 

Dernier

multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communicationpanditadesh123
 
Theory of Machine Notes / Lecture Material .pdf
Theory of Machine Notes / Lecture Material .pdfTheory of Machine Notes / Lecture Material .pdf
Theory of Machine Notes / Lecture Material .pdfShreyas Pandit
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Erbil Polytechnic University
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptJohnWilliam111370
 
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfModule-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfManish Kumar
 
Artificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewArtificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewsandhya757531
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxsiddharthjain2303
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSneha Padhiar
 
Robotics Group 10 (Control Schemes) cse.pdf
Robotics Group 10  (Control Schemes) cse.pdfRobotics Group 10  (Control Schemes) cse.pdf
Robotics Group 10 (Control Schemes) cse.pdfsahilsajad201
 
TEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACHTEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACHSneha Padhiar
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxStephen Sitton
 
STATE TRANSITION DIAGRAM in psoc subject
STATE TRANSITION DIAGRAM in psoc subjectSTATE TRANSITION DIAGRAM in psoc subject
STATE TRANSITION DIAGRAM in psoc subjectGayathriM270621
 
Levelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodLevelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodManicka Mamallan Andavar
 
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfComprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfalene1
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESkarthi keyan
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
A brief look at visionOS - How to develop app on Apple's Vision Pro
A brief look at visionOS - How to develop app on Apple's Vision ProA brief look at visionOS - How to develop app on Apple's Vision Pro
A brief look at visionOS - How to develop app on Apple's Vision ProRay Yuan Liu
 
Secure Key Crypto - Tech Paper JET Tech Labs
Secure Key Crypto - Tech Paper JET Tech LabsSecure Key Crypto - Tech Paper JET Tech Labs
Secure Key Crypto - Tech Paper JET Tech Labsamber724300
 
List of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfList of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfisabel213075
 

Dernier (20)

multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communication
 
Theory of Machine Notes / Lecture Material .pdf
Theory of Machine Notes / Lecture Material .pdfTheory of Machine Notes / Lecture Material .pdf
Theory of Machine Notes / Lecture Material .pdf
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
 
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfModule-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
 
Artificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewArtificial Intelligence in Power System overview
Artificial Intelligence in Power System overview
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptx
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
 
Robotics Group 10 (Control Schemes) cse.pdf
Robotics Group 10  (Control Schemes) cse.pdfRobotics Group 10  (Control Schemes) cse.pdf
Robotics Group 10 (Control Schemes) cse.pdf
 
TEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACHTEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACH
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptx
 
STATE TRANSITION DIAGRAM in psoc subject
STATE TRANSITION DIAGRAM in psoc subjectSTATE TRANSITION DIAGRAM in psoc subject
STATE TRANSITION DIAGRAM in psoc subject
 
Levelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodLevelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument method
 
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfComprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
A brief look at visionOS - How to develop app on Apple's Vision Pro
A brief look at visionOS - How to develop app on Apple's Vision ProA brief look at visionOS - How to develop app on Apple's Vision Pro
A brief look at visionOS - How to develop app on Apple's Vision Pro
 
Designing pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptxDesigning pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptx
 
Secure Key Crypto - Tech Paper JET Tech Labs
Secure Key Crypto - Tech Paper JET Tech LabsSecure Key Crypto - Tech Paper JET Tech Labs
Secure Key Crypto - Tech Paper JET Tech Labs
 
List of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfList of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdf
 

LINE FOLLOWER ROBOT | J4RV4I1010

  • 1. Journal for Research | Volume 04 | Issue 01 | March 2018 ISSN: 2395-7549 All rights reserved by www.journal4research.org 17 Line Follower Robot Abhijit G. Kalbande Miss. Shraddha O. Koche Assistant Professor & Guide U.G. Student Department of Electronics & Telecommunication Engineering Department of Electronics & Telecommunication Engineering PRMCEAM, Badnera, Amravati, India PRMCEAM, Badnera, Amravati, India Abstract Line following is one of the most important aspects of Robotics. A Line Follower Robot is an autonomous robot which is able to follow either a black or white line that is drawn on the surface consisting of a contrasting color. It is designed to move automatically and follow the made plot line. The path can be visible like a black line on a white surface or it can be invisible like a magnetic field. It will move in a particular direction Specified by the user and avoids the obstacle which is coming in the path. Autonomous Intelligent Robots are robot that can perform desired tasks in unstructured environments without continuous human guidance. It is an integrated design from the knowledge of Mechanical, Electrical, and Computer Engineering. LDR sensors based line follower robot design and Fabrication procedure which always direct along the black mark on the white surface. The robot uses several sensors to identify the line thus assisting the bot to stay on the track. The robot is driven by DC motors to control the movements of the wheels. Keywords: Line Follower, Robot, IR Sensors, DC Motor, Motor Driver _______________________________________________________________________________________________________ I. INTRODUCTION What is a Line Follower Robot The line follower robot is designed to be able to follow a black line on the ground without getting off the line too much. The Robot has two sensors installed underneath the front part of the body, and two DC motors drive wheels moving forwards. A circuit inside takes and input signal from two sensors and controls the speed of wheels rotation. The control is done in such a way that when a sensors senses a black line, the motor slows down or even stops. Then the difference of rotation speed makes it possible to makes turns. For instance, in the on the right, if the sensors somehow senses a black line, the wheel on that side slows down and robot will make a right turn. How to Sense a Black Line The sensors used for the are Reflective Object Sensors, OPB710F that are already ready in the Electronic Lab. The single sensors consists of an infrared emitting diode and a NPN Darlington phototransistor. When a light emitted from the diode is reflected off an object and back into the phototransistor, output current is produced, depending on the amount of infrared light, which triggers the base current of the phototransistor. In my case, the amount of light reflected off a black line is much less than of a white background, so we detect the black line somehow by measuring the current. (This current is converted to voltage.) How to Control a DC Motors Instead of applying a constant voltage across a DC motors, we repeat switching on and off the motors with a fixed voltage applied to the motors. This is done by sending a trains of PWM pulses to a power MOSFET in order to turn it on and off. Then the motors sees the average voltage while it depends on duty cycle of PWM pulses. The speed of rotation is proportion to this average voltage. By PWM method, it’s easier to control the DC motors than by directly controlling the voltage across it. All we have to do is to modulate pulse width, in order words, duty cycle. Also, a power MOSFET consumes only negligible power in switching. II. BASIC OPERATION The basic operations of line follower are follows: 1) Capture line position with optical sensors mounted at front end of the robot. For this a combination of IR LED’s and phototransistors called an optical coupler has been used. Requirement for line sensing process are high resolution and high robustness. 2) Steer robot requires steering mechanism for tracking. Two motors governing wheel motion are used for achieving this task.
  • 2. Line Follower Robot (J4R/ Volume 04 / Issue 01 / 004) All rights reserved by www.journal4research.org 18 Fig. 2.1: Basic Block Diagram Line Follower III. INPUT SYSTEM IR reflective sensors have one emitter (IR LED) and one receiver phototransister or photo diode. If we have white surface it reflects the light and it will sensed by the receiver, similarly if we have black surface it absorbs the light and receiver cannot sense light. Fig. 3.1. White Surface Reflects Light & Black Surface Absorb It Photo diode has property that if IR light fall on its electrical resistance comes down (i.e its comes down from 150kohm to 10kohm if no noise is present). For sense the change in resistance we use voltage divider circuit (as shown in fig). IR Sensor An Infra-red sensors detects Infra-red light/white light from a particular object/line and then converts light energy to electrical energy. An IR sensors pair consists of an emitter and a detector. The emitter is blue in color and the detector can be gray black or white in colour. IR Emitter An infra-red emitter is a light Emitting Diode (LED) made from gallium Arsenide. It detects IR energy at a wavelength of 880nm and emits the same. The infrared phototransistors acts as a transistor with the base voltage determined by the amount of light hitting the transistor. Hences it acts as a variables currents sources. Greater amount of IR light cause greater currents to flow throught the collector emitter leads. The variable current traveling through the resistors causes a voltage drop in the the pull up resistor. The voltage is measured as the output of the device. IR Detector An infrared detector is a photodetector.it detects ir energy emittesd by the emitter and converted it into electrical energy.the main principle involves in the conversion of light energy to electrical energy is photoelectric effect.the output is taken at negative terminal of IR detector.the output can be taken to amicrocontroller either to its analog to digital converter or LM335 can be used as comparator.
  • 3. Line Follower Robot (J4R/ Volume 04 / Issue 01 / 004) All rights reserved by www.journal4research.org 19 IV. OUTPUT SYSTEM Moter Driver Motor driver is a current enhancing device; it can also be act as Switching Device. Thus,after inserting motor driver among themotor and microcontroller. Motor driver taking the input signals from microcontroller and generate corresponding output for motor. ICL293D This is a motor driver IC that can drive two motor simultaneously. Supply voltage (Vss) is the Voltage at which we wish to drive the motor. Generally, 6V for dc motor and 6 to 12V for gear motor are used, depending upon the rating of the motor.Logical Supply Voltage deciding what value of input voltage should be consideredas high or low .So if we set Logical Supply Voltage equals to +5V, then -0.3V to 1.5V will be considered as Input Low Voltage and 2.3V to 5V is taken into consider as Input High Voltage. L293D has 2 Channels .One channel is used for one motor.  Channel 1-Pin1to8  Channel 2-Pin9to16 Enable Pin is use to enable or to make a channel active .Enable pin is also called as Chip Inhibit Pin. All Input (PinNo. 2, 7,10and 15) of L293D IC is the output from microcontroller (ATmeg32). E.g.-We connected (Pin No. 2, 7, 10 and 15) of L293D IC to (Pin No. 14, 15, 16and 17) of ATmega32 respectively in our robots, because on pin 15and 16 ofATmega32we can generate PWM. All Output (Pin No. 3, 6,11and 14) of L293D IC goes to the input of Right and Left motor. Fig. 4.1: L293D V. WORKING There are three different cases in working of line follower robot 1) Straight direction 2) Right direction 3) Left direction Straight Direction We can expect our robot to move in straight direction when the middle sensor response is low and remaining two sensor response is high. i.e according to our arangment the middle sensor will always be on the line and as the line is black in color it will not reflect the emitted radiation black and response of the sensor will low and the response of the remaing two sensor will be high as they will be on the bright surface. Right Direction When a right curve is found on the line the responses will change i.e the response of the first sensors which is to the right will becomes low as that sensors will be facing the black line and the reaming sensors response will be high. We this data is achiveved the control of the wheels is changed i.e the right wheel is held and the left wheel is made to move freely until the response from the middle sensors becomes low. Then the same process repeats again.
  • 4. Line Follower Robot (J4R/ Volume 04 / Issue 01 / 004) All rights reserved by www.journal4research.org 20 Left Direction When a left curve is found on the line the response of the left most sensors will be changed from high to low as the sensors will now face the black or the dark surface. Then the control of wheel changes. i.e by holding the left wheel and allowing the right wheel to move freely until the middle sensors changes it is response from high to low. The same process continues for all the turns and the robot moves continuously until the supply is remove. VI. ADVANTAGES & DISADVANTAGES Advantages 1) Robot movement is automatic. 2) Fit and forget system. 3) Used for long distance application. 4) Defense applications. 5) Simplicity of building. Disadvantage 1) LFR follower a black line about 1or 2 inches in width on a white surface. 2) Slow speed and instability on different line thickness or hard angles. VII.CONCLUSION The line follower robot work successfully to the track on the black line. Above the white surface there are some black line in different direction the robot still good enough to sense the line and follow the track. Also the robot capable to carry some load likely 500gm VIII. FUTURE SCOPE 1) Software control of the line type (dark or light) to make automatic detection possible. 2) “Obstacle detecting sensors” to avoide physical obstacles and continue on the line. 3) Distance sensing and position logging and transmission. 4) Smarter Version of line follower are used to deliver mails within office building and deliver medications in a hospital. 5) This technology has been suggested for running buses and other mass transit system and may end up as a part of autonomous cars navigating the freeway. REFERENCES [1] Pakdaman,M.Sanaatiyan,M.M.,"Design and Implemen tation of Line Follower Robot,", Second International Conference on Computer and Electrical Engineering TCCEE '09, vol.2, pp.585-590,Dec.2009. [2] PriyankPatil,"AVR Line Following Robot,” Department of Information Technology K. 1. Somaiya College of Engineering Mumbai, India. Mar 5, 2010. [3] Dean A. Pomerleau; Jay Gowdy; Charles E. Thorpe, “Combining Artificial Neural Networks and Symbolic Processing for Autonomous Robot Guidance," Engng Applic. Artif. Intell. Vol. 4, No. 4, pp. 279-285, 1991. [4] L1U Shi-Cai,L1U Guang-Jun, "Formation Control of Mobile Robots with Active Obstacle Avoidance," Acta Automatica Sinica, Vol. 33, No. 5, 2007. [5] YANG Tian-Tian; L1U Zhi-Yuan; CHEN Hong; PEl Run, "Formation Control and Obstacle Avoidance for Multiple Mobile Robots," Acta Automatica Sinica, Vol. 34, No. 5, 2008.