LINE FOLLOWING ROBOT
LINE SEGUIDOR |
Components Required: -
- Arduino Uno or any other micro-controller
- IR sensors or module
- L293D or module
- DC motor with wheels
- Frame
- Connecting wires
- LED's
Connection Diagram of IR sensors
IR transmitter and receiver connections |
In the figure the IR0, IR1, IR2, IR3 and IR4 represents the transmitter and D0, D1, D2, D3 and D4 represents the receiver.
The receiver IR is connected to the analog pins of Arduino uno or any other micro-controller.
Note: - Adjust the placing of the IR sensor after measuring the distance and place them in this order and way only. Further if you want to change the positioning then you should make slight adjustment in the code accordingly.
MOTOR DRIVER IC L293D
L293D IC |
This IC can controll two DC motor. And can be used to control left and right motor in line following robot.
PIN DIAGRAM |
BASIC CONNECTION DIAGRAM |
PIN CONNECTIONS FOR ARDUINO |
Click on the link to download the Code for LFR
Note: - After reading the code find the connection of indicator and connect the indicator according to your need.