Hi guys, Please excuse the noobness of my question..I am a hardware guy stumbling through learning to code
....
What's the best way to drive a stepper motor like a DC motor?
As in I am looking for constant rotation and vairable speed. . .
The grand plan I have is to rebuild a camera pan and tilt head using steppers and a thumb joystick for control (potentiometers). (The unit currently just has geared 24VAC motors and relays)
Why do I want to use stepper motors and not just DC motors is because of their fantastic torque and in they are relatively quite compared to geared motors.
Precision and repeatable positions are NOT key,
This is where I am stuck, I have spent days digging through forums and the wider arduino world and have come up with almost nil. Don't get me wrong there is huge amounts of information about stepper and driving them, but that all deals with only moving x amount of steps(and back again).. Nothing I have found looks at continues stepping.
So, if could someone (you) could please tell me if what I'm thinking will work or am I just mad,
I have been looking at the 'EasyDriver Stepper Motor Driver' from sparkfun, this only uses 2 pins (one for steps and one for direction) The Dir is just Hi or Low of a digitalout pin. .
Can I use a PWMout of the arduino for the step input of this driver board? Will it make the motor step like I want?
Anything help would be greatly thanked,