Hw 130 Motor Control Shield For Arduino Datasheet Jun 2026
The HW 130 is often mistakenly labeled as simply an "L298N module." However, the HW 130 variant includes specific onboard voltage regulation and pin mapping optimized for the Arduino form factor.
600mA continuous per channel; 1.2A peak current .
Understanding the HW 130 requires a detailed look at its connectors, jumpers, and hidden pins. hw 130 motor control shield for arduino datasheet
// Stop analogWrite(ENA, 0); delay(500);
Automatic internal shutdown on overheating Motor Drive Capacity The HW 130 is often mistakenly labeled as
const int IN1 = 2; // direction pin 1 const int IN2 = 3; // direction pin 2 const int ENA = 5; // PWM pin (must be PWM-capable)
The easiest way to interface with the HW-130 shield is by utilizing the , as the HW-130 is a clone of the classic Adafruit V1 design. Library Installation Open the Arduino IDE. Pinout and Hardware Setup This code listens for
0.6A per channel (1.2A peak) with thermal shutdown protection. Pinout and Hardware Setup
This code listens for Bluetooth commands (F, B, L, R, S) and drives the robot accordingly. It uses the AFMotor.h library.
