I must be doing something wrong because my motor (FIT0278) isn’t working at all despite playing with the connections a bunch. The error shouldn’t be on the programming side since I’m just using the example basic stepping sketch from the AMIS library.
Here are the current connections:
Stepper green wire © to XY
Stepper black wire (A) to XN
Stepper blue wire (D) to YN
Stepper red wire (B) to YP
Arduino 5V to AMIS IOREF
Arduino GND to AMIS GND
Arduino D2 to AMIS DIR
Arduino D3 to AMIS NXT (STEP)
Arduino D4 to AMIS CLK
Arduino D10 to AMIS CS
Arduino D11 to AMIS DI
Arduino D12 to AMIS DO
And of course connections from positive and negative terminals of battery to VMOT and GND.
For reference, I’m powering it off of two 18650 high discharge 3.7V batteries in series for 7.4V. The Arduino nano is connected to 5V via USB.
I also have two stepper motors, two motor drivers, and two arduino nanos that I’ve tested in different combinations, so I’m pretty sure it’s the wiring and not any particular component.
Thank you!