Previous
bme 280

BME280 emperature, Humidity, Pressure Sensor

45.00
Next

Rotary Encoder Module

18.00
rotary_encoder

L293D Motor Driver Shield

45.00

TheĀ L293D Motor Driver ShieldĀ is a versatile, plug-and-play board designed to simplify motor control in Arduino projects. Built around the L293D dual H-bridge IC, this shield lets you driveĀ two DC motorsĀ (bidirectional) orĀ one stepper motorĀ (unipolar/bipolar) with precise speed and direction control.

Add to Wishlist
Add to Wishlist
Categories: ,
Trust Badge Image

Description

L293D Motor Driver Shield: Effortless Motor Control for Arduino!Ā šŸ› ļøšŸš€

TheĀ L293D Motor Driver ShieldĀ is a versatile, plug-and-play board designed to simplify motor control in Arduino projects. Built around the L293D dual H-bridge IC, this shield lets you driveĀ two DC motorsĀ (bidirectional) orĀ one stepper motorĀ (unipolar/bipolar) with precise speed and direction control. With built-inĀ thermal shutdown,Ā over-current protection, and compatibility with Arduino Uno/Mega, itā€™s perfect for robotics, automation, and DIY electronics.


Key Features:

āœ…Ā Dual DC Motor Control:Ā Drive two DC motors (up toĀ 600mA per motor) independently.
āœ…Ā Stepper Motor Support:Ā Control 4-wire or 6-wire stepper motors (unipolar/bipolar).
āœ…Ā Arduino Compatibility:Ā Stacks directly onto Arduino Uno/Mega boards with no wiring hassles.
āœ…Ā Onboard Voltage Regulation:Ā Includes a 5V regulator to power logic circuits.
āœ…Ā External Motor Power:Ā Use a separateĀ 6Vā€“12V power supplyĀ for motors (via terminal block).
āœ…Ā Protection Features:

  • Thermal shutdownĀ to prevent overheating.
  • Flyback diodesĀ to protect against voltage spikes.
    āœ…Ā Extra Pins:Ā Breakout pins for servos, sensors, or other peripherals.

Pin Connections (Arduino Uno):

Motor Arduino Pins
Motor 1 D8 (EN1), D9 (IN1), D2 (IN2)
Motor 2 D7 (EN2), D10 (IN3), D12 (IN4)
Servo Connector D11 (PWM)

Technical Specifications:

  • Motor Voltage:Ā 6Vā€“12V DC (external supply)
  • Logic Voltage:Ā 5V (regulated from Arduino or external)
  • Max Current per Motor:Ā 600mA (continuous), 1.2A (peak)
  • PWM Support:Ā Speed control via PWM pins (D3, D5, D6, D9, D10, D11)
  • Dimensions:Ā Matches Arduino Uno footprint

Wiring Guide:

  1. Stack the Shield:Ā Plug the shield directly onto your Arduino Uno/Mega.
  2. Power Motors:Ā Connect aĀ 6Vā€“12V DC supplyĀ to the shieldā€™s terminal block (Vin and GND).
  3. Connect Motors:Ā Attach motors to theĀ M1 (OUT1/OUT2)Ā andĀ M2 (OUT3/OUT4)Ā terminals.
  4. Optional Peripherals:Ā Use the servo headers or breakout pins for sensors.

Sample Code (DC Motor Control):

cpp
Copy
// Control two DC motors with PWM speed  
#include <AFMotor.h>  

AF_DCMotor motor1(1);  // Motor 1 on M1  
AF_DCMotor motor2(2);  // Motor 2 on M2  

void setup() {  
  motor1.setSpeed(200);  // 0-255 PWM  
  motor2.setSpeed(200);  
}  

void loop() {  
  motor1.run(FORWARD);  
  motor2.run(BACKWARD);  
  delay(2000);  
  motor1.run(RELEASE);  // Stop  
  motor2.run(RELEASE);  
  delay(1000);  
}

Applications:

šŸ¤–Ā Robotics:Ā Build wheeled robots, robotic arms, or drones.
šŸŽļøĀ RC Vehicles:Ā Control cars, boats, or tracked vehicles.
šŸ­Ā Automation:Ā Drive conveyor belts, actuators, or DIY CNC machines.
šŸŽ®Ā Interactive Projects:Ā Create motorized art installations or games.


Why Choose the L293D Shield?

  • No Wiring Hassles:Ā Stack-and-play design saves time and reduces errors.
  • Beginner-Friendly:Ā Pre-soldered terminals and clear pin labels.
  • Expandable:Ā Use breakout pins to add sensors, servos, or displays.
  • Robust Protection:Ā Built-in diodes and thermal safety for reliable operation.

Package Includes:

1x L293D Motor Driver Shield


Order Now and Power Your Motors with Ease!Ā āš”

Ideal for makers, educators, and engineers, theĀ L293D Motor Driver ShieldĀ combines simplicity and power for all your motor control needs.Ā Grab yours todayĀ and bring motion to your Arduino projects! šŸŒŸ

Reviews

There are no reviews yet.

Be the first to review “L293D Motor Driver Shield”

Your email address will not be published. Required fields are marked *

Shopping cart

1
Add 97.50 more to get Free Shipping!

Subtotal: 2.50

View cartCheckout