Hw 130 Motor Control Shield For Arduino Datasheet Better Jun 2026
: Includes a reset button brought to the top for easy access and large terminal blocks for 10-22 AWG wiring. Pinout & Usage
It is based on the standard dual full-bridge driver chip but designed specifically to stack onto an Arduino Uno. hw 130 motor control shield for arduino datasheet
The (often identified with the L293D chipset) is a versatile, plug-and-play expansion board for Arduino Uno and Mega. It is designed to drive multiple motor types simultaneously with minimal wiring. Technical Specifications Specification H-Bridge Chipset Shift Register 74HC595 (expanded for direction control) Motor Voltage 4.5V to 25V DC (L293D chips support up to 36V) Continuous Current 0.6A per bridge Peak Current 1.2A per bridge (short bursts) Logic Voltage 5V (via Arduino) Speed Control 8-bit resolution (PWM) Key Features : Includes a reset button brought to the
Have you fried an Arduino with one of these? (I have.) Tell your horror story in the comments below. It is designed to drive multiple motor types
Driving sequence: standard 4-step or 8-step sequence using digitalWrite to D12, D11, D8, D7 and PWM to D5, D6, D9, D10.
// Enable both channels (if jumpers are removed, we need this) digitalWrite(ENA, HIGH); digitalWrite(ENB, HIGH);