Skip to main content

Hw 130 Motor Control Shield For Arduino Datasheet Review

| Connector | Label | Description | | :--- | :--- | :--- | | J1 (Screw Term) | | Motor supply voltage (6V–12V). Do not exceed 12V for extended periods. | | J1 (Screw Term) | GND | Common ground for motors and logic. Must connect to Arduino GND. | | J2 (Screw Term) | OUT1 / OUT2 | Motor A terminals (connect one DC motor here). | | J3 (Screw Term) | OUT3 / OUT4 | Motor B terminals. | | JP2 | +5V | 5V Output from onboard regulator (or input if VS <7V). | | JP3 | ENA | Enable Channel A jumper. Short = motor enabled. Remove for PWM control. | | JP4 | ENB | Enable Channel B jumper. Remove for PWM control. | | JP1 | Power Select | Short to enable onboard 5V regulator. Open to power logic externally via +5V. |

Screw terminals for connecting DC motors (M1, M2, M3, M4), stepper motors, and external power supply (EXT_PWR).

4 x Bi-directional DC motors OR 2 x Stepper motors (unipolar/bipolar) + 2 x 5V Servos Pinout and Hardware Configuration hw 130 motor control shield for arduino datasheet

| Feature | HW 130 (L298N) | L293D Shield | TB6612FNG Shield | | :--- | :--- | :--- | :--- | | Max Current per channel | 2A (3A peak) | 0.6A | 1.2A (3.2A peak) | | Voltage Drop | ~2V | ~1.5V | ~0.5V | | Efficiency | Low (linear) | Low | High (MOSFET) | | PWM Frequency | Up to 25kHz | Up to 5kHz | Up to 100kHz | | Cost | $5–$8 | $10–$12 | $12–$15 | | Best For | High current, low cost | Small servos/gearmotors | Battery-powered robots |

// Test Motor 2 Backward Serial.println("Motor 2 Backward"); digitalWrite(M2, LOW); // Set direction (Opposite logic) analogWrite(E2, 200); // Set speed delay(2000); | Connector | Label | Description | |

The HW-130 Motor Control Shield is a versatile, budget-friendly expansion board designed for Arduino enthusiasts and robotics builders. Based on the classic L293D dual H-bridge motor driver IC, this shield allows you to control multiple motors simultaneously without a messy tangle of jumper wires.

Note: The HW-130 is a clone/variant of the popular L293D-based motor driver shields (similar to the Arduino Motor Shield Rev3). If you have a specific brand variant, pin functions remain largely the same. Must connect to Arduino GND

Connect your motor power supply (4.5V–25V) to the screw terminals. Pay close attention to polarity (+ and -).

These pins control the speed of the connected DC motors via Pulse Width Modulation (PWM). Digital Pin 11 Motor 2 (M2): Digital Pin 3 Motor 3 (M3): Digital Pin 5 Motor 4 (M4): Digital Pin 6 Powering the HW-130 Shield