Hw 130 Motor Control Shield For Arduino Datasheet [exclusive]
void loop() // your motor control code here
74HC595 (Allows control of H-bridges using only 3 digital pins). Dimensions: 69mm × 53mm × 14.3mm. Compatibility: Arduino Uno, Mega, Duemilanove, Diecimila. 3. Board Layout and Component Breakdown
⚠️ The specific pin mapping can vary slightly between clones. However, the shield is almost universally compatible with the Adafruit Motor Shield V1 library ( AFMotor.h ), which handles these pin definitions automatically. hw 130 motor control shield for arduino datasheet
Internal ESD protection, thermal shutdown, and kickback protection diodes.
delay(2000);
void loop() if (BT.available()) char cmd = BT.read(); switch (cmd) case 'F': left.run(FORWARD); right.run(FORWARD); break; case 'B': left.run(BACKWARD); right.run(BACKWARD); break; // Additional cases for turning and stopping
. It is designed to simplify the control of various motor types directly from an Arduino Uno or Mega. 5.imimg.com Key Specifications 2 x L293D motor drivers and 1 x 74HC595 shift register. Output Current: 0.6A per bridge (1.2A peak). Voltage Range: void loop() // your motor control code here
The HW-130 shield is electrically compatible with the , so the AFMotor library works directly.
If the "PWR" jumper is connected, the shield draws power from the Arduino. For high-torque motors, remove the jumper and use the EXT_PWR terminals. If the "PWR" jumper is connected
All six analog input pins (A0–A5) remain available for use with other sensors. library to test your DC motors? Adafruit Motor Shield