line follower robot

15
THE LINE PATH FOLLOWER ROBOT MANPREET SINGH 05/27/2022 1

Upload: manpreet-singh

Post on 28-Oct-2014

31 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: Line Follower Robot

04/07/2023 1

THE LINE PATH FOLLOWER ROBOT

MANPREET SINGH

Page 2: Line Follower Robot

04/07/2023 2

Content :-

Introduction to Embedded & Robotic system.

Introduction to Line Path Follower. Components used. Implementation Tables & logical Eqns. Other projects. Result Conclusion

Page 3: Line Follower Robot

04/07/2023 3

Introduction to Embedded & Robotics Embedded System Robotic System

Page 4: Line Follower Robot

04/07/2023 4

Introduction to Line Path Follower:- Line follower is a machine that can

follow a path. The path can be visible like a black line on a white surface (or vice-versa).

In my project the robot will be able to detect white line only leaving all other colors undetected.

Page 5: Line Follower Robot

04/07/2023 5

Components used :-

LDR, LED’s & LM324 (Op-amp) IC to design sensors.

74LS04, 74LS08 to interface sensors with motors using L293D (Motor driving ) IC.

7805 voltage regulator IC for Regulated power supply.

DC gear motors( 100 rpm).

Page 6: Line Follower Robot

04/07/2023 6

H-Bridge Implementation Table

S.NO. Inputs   OUTPUTS   ACTION

  IN1 IN2 OUT1 OUT2 -

1. 0 0 1 1 No action

2. 0 1 1 0 Forward Movement

3. 1 0 0 1 Backward Movement

4. 1 1 0 0 Stop

Page 7: Line Follower Robot

04/07/2023 7

Sensors Implementation TableS.NO. Sensors   ACTION

  S1 S2 -

1. 0 0 Backward Movement

2. 0 1 Left Movement

3. 1 0 Right Movement

4. 1 1 Forward Movement

Page 8: Line Follower Robot

04/07/2023 8

Final Implementation Table

S.NO. Sensors   Right Motor   Left Motor   ACTION

  S1 S2 IN1 IN2 IN1 IN2 -

1. 0 0 1 0 1 0 Backward Movement

2. 0 1 0 1 1 1 Left Movement

3. 1 0 1 1 0 1 Backward Movement

4. 1 1 0 1 0 1 Stop

Page 9: Line Follower Robot

04/07/2023 9

Logical Equations for Left & Right Motors

1. Left Motor:-

IN1= S1 IN2= S1+S2

2. Right Motor:-

IN1= S2 IN2= S1+S2

Sensor circuit :-

Page 10: Line Follower Robot

04/07/2023 10

Simulated Circuit Diagram Of Line Path follower:-

Page 11: Line Follower Robot

04/07/2023 11

Pictures :-

Page 12: Line Follower Robot

12

Other Projects :-

LED Pattern generation using AT89C251 microcontroller.

Home automation through mobile using DTMF CM8870PI

Collision avoidance robot Automatic street light control using LDR

as a sensing device.

etc.

04/07/2023

Page 13: Line Follower Robot

04/07/2023 13

Result :-

The project “Line Path Follower” has been completed under the guidance of Mr. Vishvesh Sharma at BKBIET, Pilani.

Page 14: Line Follower Robot

04/07/2023 14

Conclusion :-

The line path follower system that I have its practical use in various companies like in construction companies.

It’s limitation is that it is affected by environmental condition.

Page 15: Line Follower Robot

04/07/2023 15

THANK YOU