Robotics Line Tracing Sensor
Robotics Line Tracing Sensor
Sensor
What is a Line Tracing Sensor?
• Line follower Robot is a machine which follows a line, either a black
line or white line. Basically there are two types of line follower robots:
one is black line follower which follows black line and second is white
line follower which follows white line. Line follower actually senses
the line and run over it.
• Concepts of Line Follower
• Concept of working of line follower is related to light. We use here
the behavior of light at black and white surface. When light fall on a
white surface it is almost full reflected and in case of black surface
light is completely absorbed. This behavior of light is used in building
a line follower robot.
What happens if the sensor passes to a
white Surface?
What happens if the sensor passes to a
black Surface?
• In this arduino based line follower robot we have used IR
Transmitters and IR receivers also called photo diodes. They
are used for sending and receiving light. IR transmits
infrared lights. When infrared rays falls on white surface, it’s
reflected back and catched by photodiodes which generates
some voltage changes. When IR light falls on a black
surface, light is absorb by the black surface and no rays are
reflected back, thus photo diode does not receive any light
or rays.
• Here in this arduino line follower robot when sensor senses
white surface then arduino gets 1 as input and when senses
black line arduino gets 0 as input.
Circuit Explanation
• The whole arduino line follower robot can be divided
into 3 sections:
• sensor section
• control section
• driver section
sensor section
Comparator photo diode
(Op-Amp)
Conductor Pin
LED
potentiometer
control section
Situation No. 1
Situation No. 2
Situation No. 3
Situation No. 4
There are four conditions in this line following robot that we read by
using arduino. We have used two sensor namely left sensor and right
sensor.
Input Output
Movement
Left Motor Of Robot
Left Sensor Right Sensor Right Motor
0 0 0 0 0 0 Stop
0 1 1 0 0 0 Turn Right
1 0 0 0 1 0 Turn Left
1 1 1 0 1 0 Forward