Synopsis
Synopsis
Of
Minor Project on
LINE FOLLOWER
In
Electronics and Communication Engineering
Submitted by
Naveen Bhatta Abhishek Garg Achhar Kalia Ankur Rohilla
1207054 1207004 1207007 1207019
So the line follower has an emitter and a reflector. The reflector receives the light
and generates a voltage proportional to the intensity of the light, if this voltage is above a
threshold it means SIGNAL=1 (logic one) else SIGNAL= 0 (logic zero).
Let’s take up an example where we have to move our robot on black surface
having white line. Suppose I have two Infra Red (IR) sensor pairs that are on different halves of
a robot with respect to geometrical central axis of the robot. The sensors are placed in such a way
that the white line lies in between both the sensors when the robot is placed on the white track
painted on black surface to move. Now if the white line is between both the sensors while
moving forward both the sensors will be on black surface and the detectors/receivers will receive
less amount of light since black absorbs light and hence signal provided by both the infra-red
receivers will be low. Let’s take up an example where we have to move our robot on black
surface having white line. Suppose I have two Infra Red (IR) sensor pairs that are on different
halves of a robot with respect to geometrical central axis of the robot. The sensors are placed in
such a way that the white line lies in between both the sensors when the robot is placed on the
white track painted on black surface to move. Now if the white line is between both the sensors
while moving forward both the sensors will be on black surface and the detectors/receivers will
receive less amount of light since black absorbs light and hence signal provided by both the
infra-red receivers will be low.
BLOCK DIAGRAM
WORKING PRINCIPLE
The working of line follower is explained according to the block diagram as:
OP-AMPLIFIER (LM324)
If the rays received by the IR- LED receiver are above a particular threshold then an amplified
signal is generated by the amplifier (LM324). Note that the sensors cannot directly send a signal
to the microcontroller as the signal voltage generated by them is too low and even when sensors
are on white surface signal generated by them will interpreted low by the microcontroller.
Microcontroller (AT89S52)
The microcontroller receives the signal and responds accordingly. It takes the decision based on
input signal received by both the receiver LEDs. It will give command to motors through H-
bridge to move forward, or take a left turn or a right turn.
H-bridge (L293B)
The microcontroller sends a signal to the H-bride that acts as a switch. If the signal received by
the H-bridge is high it will rotate the motor or else it won’t do so. Note that microcontroller only
sends a signal to a switch which gives the voltage required by the motor to rotate. Here we are
using L293B which can be used to control two motors.
• En1 & En2 are given logic 1 from microcontroller or give 5V from outside and are used
to activate/deactivate one ‘half’ of the H-bridge.
• V is the voltage that you want to supply to the motor(s) : 9 or 12V
• Vcc is the logic 1 or 5V
CIRCUIT DIAGRAM
APPLICATIONS
Line Follower found a great application in building autonomous robots which can navigate itself.
Practical applications of a line follower is in building Automated cars running on roads without
any driver. These Automated Cars have great importance as the chances of accident in these cars
have been subside to a great extent. Future Scope of Line Follower is also very wide in field of
Robotics. As different robots are being designed having plenty of sensors , so they can also
change the direction in case an obstacle come in way.