I have a project coming up that will require using some stepper motors.
Not something I have really played around with much.. so decided to start messing about before I order any real parts.
I connected the stepper wires (orange, yellow, pink, blue to the matching M1/M2 -/+ connectors on the motor shield.
I threw the demo code for the stepper motor found here:
I powered the Seeed Studio Motor Shield from my bench top PSU through the VS/GND screw terminal
I had the +5/VCC jumper on to power the Arduino from the Motor Shield on-board regulator..
Uploaded the code...
and.. nothing.
Well to be clear... not exactly 'nothing' the serial monitor output the correct (timed) message..
and if I held the stepper in my hand.. I felt it 'vibrate'.. and could actually see it move a VERY time amount.
Is the combination of motor shield and stepper? or something I may have done?
I suppose I could rip apart some printers or something.. to see if there some small NEMA stepper motor in there or something?
Do you still have the ULN2003 board? The Arduino stepper library will work but you have to get the ONE right combination of wire connections. It's not very hard to roll your own, I have several simple sketches if you want.
The Motor Shield is a perfect platform for robotics and mechanical applications. It enables the Arduino to drive two brushed DC motors or one 4-wire two-phase stepper motor. Based on the H-bridge driver Chip L298N motor driver integrated circuit, it requires a 6V to 15V power supply to power the motor and also includes an on-board 5V voltage regulator for powering the main Arduino board. Additional plug and play Grove sensors can be connected to the 13 on-board Grove connectors.
"NEMA" only defines the dimensions of the motor mounting face, does not necessarily mean it's a stepper motor, could be a DC, AC, BLDC motor or a gear reducer. Do you mean a BIPOLAR stepper with (usually) 4 wires?
The older L293 / L298 type boards are not a good choice for low impedance, higher current bipolar motors, Pololu has a good selection of modern design MOSFET stepper drivers.