Hw 130 Motor Control Shield For Arduino Datasheet Free [top] ⇒ [Real]
Most users will never need to touch these pins directly, because the AFMotor.h library abstracts them away.
The L298P is a "low efficiency" driver compared to modern MOSFET drivers. It dissipates heat to control speed. If you require higher efficiency or are using 3.3V logic boards (like the ESP32), this shield may not
// Run the motor backward motor.run(BACKWARD); delay(2000); hw 130 motor control shield for arduino datasheet free
The HW-130 is designed to be "plug-and-play," but correct setup is vital.
Used for Pulse Width Modulation (PWM) to control motor speed. Most users will never need to touch these
2 stepper motors (unipolar or bipolar).
void loop() stepper.step(100, FORWARD, SINGLE); delay(1000); stepper.step(100, BACKWARD, SINGLE); delay(1000); If you require higher efficiency or are using 3
The HW-130 shield offers a simple, inexpensive solution for driving small DC motors (e.g., toy motors, mini fans, small robots) from an Arduino Uno. While lacking advanced features like current sensing or external flyback diodes, it is suitable for educational projects and low-power applications. Users must respect the 1.2A peak limit and provide an appropriate external motor power supply for reliable operation.
If you are building a robotics project, a CNC plotter, or an automated rover, the bridge between your Arduino and the raw power of DC motors is a reliable motor driver. Among the most affordable and popular choices is the .