It should be possible to use any, standard... type of arduino. Some Attiny-based duino's aren't equipped with an Analog to Digital Converter, but the rest is. Using the function Analogread() you can measure 0-5v in 1024 steps and use the outcome to control your stepper.
If you are just demonstrating rotation, you can skip all the bits about special drivers and high voltages and such. you should be able to drive the stepper on 5. volts FROM A SEPARATE POWER SOURCE., DO NOT try to power the stepper from the arduino.
although the best bang for the buck driver is the one Robin2 shows on his into to steppers.
as a note, look up hysteresis. 1.000000000 volts is pretty hard to maintain. 1.00001 or 9.99999 will creep in.
I would offer that if you were to monitor the voltage, record the highest and lowest when the pot is no being moved, then make your window 4 times larger, you will have a very usable 'zero'
did you want to speed up the faster you get away from 1.0 volts ?
dave-in-nj:
If you are just demonstrating rotation, you can skip all the bits about special drivers and high voltages and such. you should be able to drive the stepper on 5. volts FROM A SEPARATE POWER SOURCE., DO NOT try to power the stepper from the arduino.
although the best bang for the buck driver is the one Robin2 shows on his into to steppers.
as a note, look up hysteresis. 1.000000000 volts is pretty hard to maintain. 1.00001 or 9.99999 will creep in.
I would offer that if you were to monitor the voltage, record the highest and lowest when the pot is no being moved, then make your window 4 times larger, you will have a very usable 'zero'
did you want to speed up the faster you get away from 1.0 volts ?
Thank you
Yes i want to speed up ... entire range operation could be from 0V to 1.5V ...