Line Follower Robot Final PPT 1
Line Follower Robot Final PPT 1
Performed by:
(signature)
Guided by :-
Prof. C. W. Jadhao
ABSTRACT
We wish to express our profound and deep sense of gratitude to Mr. Ajay
khandelote, Co-Ordinator, Department of Electrical Engineering for sparing his valuable
time to extend help in every step of our project work.
We whole heartedly express our thanks to, Mr. C. W. Jadhao, Project Supervisor,
Department of Electrical Engineering, for sparing time to go through every tiny detail and
give his valuable suggestions to make this project and report a success.
We are mainly indebted to the authors of many references and articles which were used as
the reference.
Last but not the least we would like to thank our friends and family for their help
in every way for the success of this project report.
CHAPTER 1
1.1 INTRODUCTION
Line follower is a machine that can follow a path. The path can be visible like a
black line on a white surface. Sensing a line and maneuvering the robot to stay on course,
while constantly correcting wrong moves using feedback from the sensor forms a simple
yet effective system. It can be used in automobile, industrial automations, guidance.
In the industry carriers are required to carry products from one manufacturing
plant to another which are usually in different buildings or separate blocks. Conventionally,
carts or trucks were used with human drivers. Unreliability and inefficiency in this part of
the assembly line formed the weakest link. The project is to automate this sector, using carts
to follow a line instead of laying railway tracks which are both costly and an inconvenience.
1.1.1 Background:-
As technology becomes increasingly important in today's world, it is invaluable
to not only learn how to use technology, but also to understand how to create it. Since being
the Engineer one should have sound knowledge of the other discipline. Most of the projects
have limited scope to only specific discipline. This would limit ones innovation and
creativity. This project inspires to make connections across several disciplines rather than
learning topics in isolation as it combines mechanical, electronic, electrical and
programming skills.
It gives visual grasp of math and science.
It builds logical thinking
It brings out innovation and creativity.
It enhances problem solving skills.
The robot is designed in such a way that it not only tracks the white and black
line but also follows it accordingly. the line follower robot is also able to change the
direction by means of line.
1.1.2 Objectives:-
1.1.3 limitations:-
1.1.4 Summary:-
Line Follower is one of the most important aspects of robotics. A Line
Following 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 plotted line. It enhances interdisciplinary approach to
Mechanical, Electronic, electrical and programming skills. The application of the project
is range from the individual domestic appliance to automation and control aspect of large
industry. Human are intelligent natural machine but it has serious limitation of efficiency
and Realibility. Robots are made to replace dependency of human force partially. The
project is somehow designed to perform the similar task.
CHAPTER 2
1.Arduino Uno
2.IR sensor
4.BO motor
5.Wheels
6. Jumper cables
7. Lithium-ion battery
2.1.1 Arduino
Features :-
14 digital input output pins (3,5,6,9,10 and 11 pins are able to generate PWM).
(SCHEMATIC OF IR SENSOR)
3.L298N motor driver
(L298N Module)
4.BO motor
Motor is a device that converts any form of energy into mechanical energy or
imparts motion. In constructing a robot, motor usually plays an important role by giving
movement to the robot. In general, motor operating with the effect of conductor with current
and the permanent magnetic field. The conductor with current usually producing magnetic
field that will react with the magnetic field produces by the permanent magnet to make the
motor rotate.
provides good torque and rpm at lower operating voltages. The BO motors are available in
6.Jumper Cables
7.Lithium-ion battery:-
(LI-ION CELL)
CHAPTER 3
Software Required:-
For the simulation of the circuit, Proteus® software is used. For coding and
uploading the sketch, the Arduino IDE 2.0.0 ® is used.
Schematic:-
The schematic of the “Line Following Robot” is shown in the figure. The
main component is the Arduino Uno. Schematic is drawn by using Tinkercad and Proteus.
Programming and Simulation :-
The program code acts as the decision-maker embedded in the micro-
controller deciding about the outputs for particular set of Inputs. The program is coded using
Arduino® 2.0.0.and is then compiled to form a “hex” file which can then be burnt into the
Arduino. The output is also checked in simulation using Proteus.
Summary:-
The logic behind the working of Arduino is to analyse the input from the sensor
according to program fed to it and provide corresponding output to the motor driver which
finally drive the motor in such way that, it Produce required motion.
The differential steering system is implemented to turn the robot. In this system,
each back wheel has a dedicated motor while the front wheels are free to rotate.
CHAPT
ER 4
CONCLUSION
The line following robot is automobile system that has ability to
recognize it’s path , move and change the robot's position toward the line in the best
way to remain in track.
The line following robot project challenged the group to cooperate,
communicate, and expand understanding of electronics, mechanical systems, and their
integration with programming.