SparkFun Forums 

Where electronics enthusiasts find answers.

Your source for all things Atmel.
By el french
#63331
I want to control the stepper motor from a laptop but haven't seen anything here that shows how to interface the controller to the computer. Can someone explain what hardware and software I need?
User avatar
By FartingMonkey92
#63352
I think the easiest way for you to do it is by using the original USB Bit Whacker or Arduino, EasyDriver v3 Stepper Motor Driver and a simple motor like this one...

Using the Arduino may be easier for your projects due the amount of tutorials currently floating around the internet...
If you decide to use the Arduino, on Brian Schmalz's site (creator of the EasyDriver series), their is a link for a project that is exactly what you need...

BTW, i think this should have been posted in the projects part of the Forum...
By el french
#63402
Thanks for the reply. It's still not clear how I can interact with the controller using C#. Is there a compiled dll that can be called?

Does each command have to be sent to the microcontroller (either Arduino or the USB Bit Whacker) or can the stepper motor controller be interacted with directly?