Newbie

Im brand new at all of this. I have purchased an arduino UNO and a easy driver with as well as a 6 wire stepper motor. My goal is to make the motor turn one complete revolution then stop for a period of time that can be externally controlled by a potentiometer then make one more revolution and stop again. The time period would be anywhere from approx 3 second to as long as 15 seconds. Any suggestions

Thanks for any help!!!

Look at the example codes supplied with the Arduino code. In particular the LED blink exmaple. Change it so the LED blinks with the same length/time as yo want to move your stepper.

Lokk at the Stepper example One revoloution and MotorKnob. Modify each a little so they do something that is closer to your specifikation.

Now combine the pieces into a new sketch.