Robotics
Robotics
Report by :-
Vikram Jha(08010102817)
Jai Sachdeva(50310102817)
Arshwin Kumar(20110102817)
INTRODUCTION
• A line follower robot, as the name suggests,
is an automated guided vehicle, which
follow a visual line embedded on the floor
or ceiling.
• Usually, the visual line is the path in which
the line follower robot goes and it will be a
black line on a white surface but the other
way (white line on a black surface) is also
possible.
• Certain advanced line follower robots use
invisible magnetic field as their paths.
COMPONENTS
• Arduino UNO
• L293D Motor Driver IC
• Geared Motors x 2
• IR Sensor Module x 2
• Robot Chassis
• Black Tape
• Connecting Wires
• Power supply
• Battery Connector
COMPONENTS
• Sensors (IR Sensor): We have used IR Sensor Module as the line detecting sensor
for the project. It consists of an IR LED and a Photo diode and some other
components like comparator, LED etc.
• Controller (Arduino UNO): Arduino UNO is the main controller in the project. The
data from the sensors (IR Sensors) will be given to Arduino and it gives
corresponding signals to the Motor Driver IC.
• Motor Driver (L293D): L293D Motor Driver IC is used in this project to drive the
motors of the robot. It receives signals from Arduino based on the information
from the IR Sensors.
Note: The power supply to the motors must be given from the motor driver IC.
Hence, choose the appropriate power supply which is sufficient for all the
components including the motors.
• Motors (Geared Motors): We have used two geared motors at the rear of the line
follower robot. These motors provide more torque than normal motors and can be
used for carrying some load as well.
ARDUINO UNO
• The Arduino Uno is a microcontroller board based on the
ATmega32(8 Bit).
• It contains 14 digital input/output pins (of which 6 can be used as
PWM outputs).
• It contains has 6 analog inputs.
• It contains has a 16 MHz ceramic resonator.
• It contains a USB connection.
• It contains a power jack.
• It contains an ICSP header.
• A reset button. It contains everything needed to support the
microcontroller; simply connect it to a computer with a USB cable
or power it with a AC-to-DC adapter or battery to get started.
• The Uno differs from all preceding boards in that it does not use
the FTDI USB-to-serial driver chip. Instead, it features the
Atmega16U2 (Atmega8U2 up to version R2) programmed as a
USB-to-serial converter.
L293D MOTOR DRIVER IC
• The IC works on the principle of Half H-
Bridge.
• this IC is capable of running two motors at
the any direction at the same time.
• Can be used to run Two DC motors with the
same IC.
• Speed and Direction control is possible.
• Motor voltage Vcc2 (Vs): 4.5V to 36V.
• Maximum Peak motor current: 1.2A.
• Maximum Continuous Motor Current:
600mA.
• Supply Voltage to Vcc1(vss): 4.5V to 7V.
• Transition time: 300ns (at 5Vand 24V).
SCHEMATIC DIAGRAM
L293D MOTOR DRIVER IC