Step 3Soldering and wiring.
All 3 GND wires from the EasyDrivers are soldered to a single line, which goes to GND on the arduino.
All the positive leads from the stepper power are soldered to a single line.
All the negative leads from the stepper power are soldered to a single line.
TIP: Remember to put the plug cover on the wire BEFORE you solder everything together. Then slide the cover down and over the soldering.
TIP: Don't forget to have everything disconnected while you solder!
Solder the positive and female lines to the female plug.
Double check you didn't wire the board power to the stepper power. That would be bad.
Do you have a multimeter? This would be a good time to check your connections.
Plug in the power. The +5v light in the corner of each board should light up.
Now the wiring is done, time to test it with some code.
| « Previous Step | Download PDFView All Steps | Next Step » |











































"All 6 GND wires from the EasyDrivers are soldered to a single line, which goes to GND on the arduino."
Instead of
"All 9 GND wires from the EasyDrivers are soldered to a single line, which goes to GND on the arduino."
If I read right.. there are 3 GND per EasyDriver but 2 of those go to the Arduino GND and the other goes to the Stepper motor GND.
Should that read 6 instead of 9?
The first few lines of Arduino code say
#define DIR3_PIN 8
#define STEP3_PIN 9
You can alter these values as needed.