I’m hooking up the TC78H670FTG stepper motor driver and I’m wondering if all those wires are really needed. I’m running out of pins on my Arduino Uno to run a second stepper motor. I really didn’t want to run them independent of each other. What’s the bare minimum wires that I can get it to work?
Following is the bare minimum connection.
- STEP (CLK) → Arduino output
- DIR (CW/CCW) → Arduino output
- STBY → HIGH (or controlled by the Arduino)
- EN → HIGH (or controlled by the Arduino)
- GND → Common ground with the Arduino
- VM → Motor power supply
- Motor outputs → Your stepper motor
Thank you!