L293D IC Dual H-bridge Motor Driver - shown as a black 16-pin integrated circuit chip with silver metal pins against a white background.
L293D IC Dual H-bridge Motor Driver - shown as a black rectangular integrated circuit component with sixteen metallic pins arranged in two parallel rows.
L293D IC Dual H-bridge Motor Driver - a black rectangular integrated circuit with sixteen metallic pins, shown from an angled perspective.
L293D IC Dual H-bridge Motor Driver - shown as three identical black 16-pin integrated circuit chips with silver metal pins arranged on a white background.
L293D IC Dual H-bridge Motor Driver - shown as a black 16-pin integrated circuit chip with silver metal pins against a white background.
L293D IC Dual H-bridge Motor Driver - shown as a black rectangular integrated circuit component with sixteen metallic pins arranged in two parallel rows.
L293D IC Dual H-bridge Motor Driver - a black rectangular integrated circuit with sixteen metallic pins, shown from an angled perspective.
L293D IC Dual H-bridge Motor Driver - shown as three identical black 16-pin integrated circuit chips with silver metal pins arranged on a white background.

L293D IC Dual H-bridge Motor Driver

Sale price Rs 80
SKU: B711,KRT67,L300,Th150
Log in to use Wishlist
Add to Compare

Pickup available at Digilog Electronics

Usually ready in 2 hours

L293D IC Dual H-bridge Motor Driver - shown as a black 16-pin integrated circuit chip with silver metal pins against a white background.

L293D IC Dual H-bridge Motor Driver

  • Digilog Electronics

    Pickup available, usually ready in 2 hours

    🏢 Digilog Electronics 13th the RegalStreet,
    Back side of KFC, Near Abubakar Masjid Mall Road
    Lahore
    Pakistan

    +923124002221

    Check this on google map

The Device is a monolithic integrated high voltage, high current four channel driver designed to accept standard DTL or TTL logic levels and drive inductive loads (such as relays solenoids, DC and stepping motors) and switching power transistors.  To simplify use as two bridges each pair of channels is equipped with an enable input. A separate supply input is provided for the logic, allowing operation at a lower voltage and internal clamp diodes are included. This device is suitable for use in switching applications at frequencies up to 5 kHz. The L293D is assembled in a 16 lead plastic package that has 4 center pins connected together and used for heatsinking.

L293D Pin Configuration

Pin Number

Pin Name

Description

1

Enable 1,2

This pin enables the input pin Input 1(2) and Input 2(7)

2

Input 1

Directly controls the Output 1 pin. Controlled by digital circuits

3

Output 1

Connected to one end of  Motor 1

4

Ground

Ground pins are connected to ground of circuit (0V)

5

Ground

Ground pins are connected to ground of circuit (0V)

6

Output 2

Connected to another end of  Motor 1

7

Input 2

Directly controls the Output 2 pin. Controlled by digital circuits

8

Vcc2 (Vs)

Connected to Voltage pin for running motors (4.5V to 36V)

9

Enable 3,4

This pin enables the input pin Input 3(10) and Input 4(15)

10

Input 3

Directly controls the Output 3 pin. Controlled by digital circuits

11

Output 3

Connected to one end of Motor 2

12

Ground

Ground pins are connected to ground of circuit (0V)

13

Ground

Ground pins are connected to ground of circuit (0V)

14

Output 4

Connected to another end of Motor 2

15

Input 4

Directly controls the Output 4 pin. Controlled by digital circuits

16

Vcc2 (Vss)

Connected to +5V to enable IC function

Features

  1. It can be used to run Two DC motors with the same IC.
  2. Speed and Direction control is possible
  3. Motor voltage Vcc2 (Vs): 4.5V to 36V
  4. Maximum Peak motor current: 1.2A
  5. Maximum Continuous Motor Current: 600mA
  6. Supply Voltage to Vcc1(VSS): 4.5V to 7V
  7. Transition time: 300ns (at 5Vand 24V)
  8. Automatic Thermal shutdown is available
  9. Available in 16-pin DIP, TSSOP, SOIC packages

L293D Equivalent Dual Timer IC

LB1909MC, SN754410, ULN2003

 Connections with Arduino

  1.  Module 5V (VCC) – Arduino 5V.
  2.  Module GND – Arduino GND.
  3.  Module 1 – Arduino D8.
  4.  Module 2 – Arduino D9.
  5.  Module 3 – Arduino D10.
  6.  Module 4 – Arduino D11.
  7.  Module Motor terminals – DC motors.
  8.  Module VSS power terminal- External power source of 9V.

Make the connection as shown above. 

Make sure that the Jumpers are preset on the Enable 1-2 and Enable 3-4 pins of module, so that motor will be enabled and work at maximum speed.

2.1. Working Mechanism

Rotation of motor depends on Enable Pins. When Enable 1/2 is HIGH , motor connected to left part of IC will rotate according to following manner:

Input 1 Input 2 Result
0 0 Stop
0 1 Anti Clockwise
1 0 Clockwise
1 1 Stop

3. Programming:

Here is the code to run this circuit.

//Tutorial by RoboIndia on Motor Control
//Hardware Require: Motor Driver(By RoboIndia) & Arduino

//Motor A
const int inputPin1  = 10;    // Pin 15 of L293D IC
const int inputPin2  = 11;    // Pin 10 of L293D IC
//Motor B
const int inputPin3  = 9;   // Pin  7 of L293D IC
const int inputPin4  = 8;   // Pin  2 of L293D IC


void setup() 
{
    pinMode(inputPin1, OUTPUT);
    pinMode(inputPin2, OUTPUT);
    pinMode(inputPin3, OUTPUT);
    pinMode(inputPin4, OUTPUT);  
}

void loop() 
{
    digitalWrite(inputPin1, HIGH);
    digitalWrite(inputPin2, LOW);
    digitalWrite(inputPin3, HIGH);
    digitalWrite(inputPin4, LOW);  
}

Frequently Bought Together

RF Encoder IC HT12E 18 DIP - shown as a black, rectangular 18-pin dual in-line package electronic component with white text printed on its top surface. RF Encoder IC HT12E 18 DIP - a black, rectangular 18-pin integrated circuit chip with white text printed on its top surface.
Sold out
Log in to use Wishlist
Add to Compare

RF Encoder IC HT12E 18 DIP

Sale priceRs 160
RF Decoder IC HT12D 18 Pin DIP - an 18-pin black dual in-line package integrated circuit with silver-colored metal pins, shown from a top-down angle. RF Decoder IC HT12D 18 Pin DIP - a collection of eight black rectangular integrated circuits with silver pins arranged on a grey surface.
Sold out
Log in to use Wishlist
Add to Compare

RF Decoder IC HT12D 18 Pin DIP

Sale priceRs 160
16 Pin DIP IC Socket Base Adaptor Connector - shown as a black, rectangular plastic component with two rows of eight metal pins and contact terminals. 16 Pin DIP IC Socket Base Adaptor Connector - shown as a black plastic rectangular component with two parallel rows of eight metal pins.
Log in to use Wishlist
Add to Compare

16 Pin DIP IC Socket Base Adaptor Connector

Sale priceRs 20
Mini Motor Drive Shield Expansion Board L293D Module For Arduino Uno Mega 2560 - a blue circuit board with an L293D chip, a green terminal block, pin headers, and two small capacitors. Mini Motor Drive Shield Expansion Board L293D Module For Arduino Uno Mega 2560 - a blue rectangular circuit board featuring a central L293D chip, green screw terminals, and pins.
Log in to use Wishlist
Add to Compare

Mini Motor Drive Shield Expansion Board L293D Module For Arduino Uno Mega 2560

Sale priceRs 230
L298N Dual Motor Driver IC - a black rectangular electronic component with a silver metal heat sink and fifteen downward-facing metal connector pins. L298N Dual Motor Driver IC - a technical diagram of the Multiwatt15 package showing the pinout configuration and labels for inputs, outputs, and supply.
Log in to use Wishlist
Add to Compare

L298N Dual Motor Driver IC

Sale priceRs 460
2wd DIY Transparent Motor Smart Robot Car Chassis Kit - a disassembled set including a chassis plate, two yellow motors, two wheels, and hardware.
Sold out
Log in to use Wishlist
Add to Compare

2wd DIY Transparent Motor Smart Robot Car Chassis Kit

Sale priceRs 960