UltiMaker Cura

For advanced users looking to get the most custom control over their 3D printers.

UltiMaker Cura is free, easy-to-use 3D printing software trusted by millions of users. Fine-tune your 3D model with 400+ settings for the best slicing and printing results.

hw 130 motor control shield for arduino datasheet
hw 130 motor control shield for arduino datasheet

Free slicing software

Powerful, open-source slicing engine, built through years of expert in-house development and user contributions.

hw 130 motor control shield for arduino datasheet

Seamless Integration with MakerBot & UltiMaker 3D Printers

Cura ensures reliable, high-quality prints while supporting a wide range of materials for diverse educational applications.

hw 130 motor control shield for arduino datasheet

Desktop-based solution

A reliable, distraction-free workflow that supports STEM, design, and engineering education.

Hw 130 Motor Control Shield For Arduino Datasheet !!install!!

Here is a simple sketch to test the shield with two DC motors. This code does not require an external library, though using the standard AFMotor library is common if the shield is compatible (sometimes HW-130 requires custom code as below).

The shield uses specific Arduino pins to communicate with the onboard chips: Digital Pins 4, 7, 8, 12: Drive the motors via the shift register. PWM Pins (Speed Control): DC Motor #1 or Stepper #1. DC Motor #2 or Stepper #1. DC Motor #3 or Stepper #2. DC Motor #4 or Stepper #2. Servo Pins: (Servo 2) and (Servo 1). Unused Pins:

A simple application is controlling a 12V computer fan’s speed and direction. The L293D can handle up to 600 mA continuously, which is sufficient for most small cooling fans. hw 130 motor control shield for arduino datasheet

Connect:

No official HW‑130 schematic exists, but the circuit is a direct copy of the Adafruit V1 shield. The main functional blocks are: Here is a simple sketch to test the

Based on the pinout above, here is the truth table. To spin a motor, you set one direction pin HIGH and the other LOW . To brake, set both HIGH .

// Create motor objects on channels 1 and 2 AF_DCMotor motor1(1); AF_DCMotor motor2(2); PWM Pins (Speed Control): DC Motor #1 or Stepper #1

The is a powerful yet affordable expansion board that brings professional‑grade motor control to the Arduino ecosystem. Its L293D‑based design, combined with the 74HC595 shift register, delivers up to 4 DC motors or 2 stepper motors while occupying only a handful of I/O pins.