I am creating a system with an Arduino Uno , a power shield ( REf to model ) and a bipolar stepper motor.
I cannot initiate the engine using the stepper library from Arduino. I create my pedometer with
Stepper myStepper(motorSteps, motorPin1,motorPin2m motorPin3,motorPin4);
And continue with the example code supplied with Arduino.
When I run the code on the Arduino, the engine emits some sounds, but it does not rotate.
How to determine the correct motor leads to use? On the power screens, which mode should be used, PWM or PLL ?
source share