So I am doing this project and part of it was building a home built conveyor, I am practically learning electronics and programming alone and I’ve been at it for some time, its a slow but steady process.
However unfortunately as stupid as I might seem, when it came to calculating the torque required to move the conveyor, there was a miscalculation and now that I have come to terminate the project, the motor was not strong enough. It has to be finished within a month and I live on a small island without suppliers. I plan on using this motor;
Spark Fun has stated that you can’t reach the max current with their L6470 driver breakout board (I’ve got 2 on order to see how far I can push them). But I’m sure those boards will drive your motor plenty good.
Another (cheaper) option is the Big Easy Driver, also from SparkFun. It will run your motor just fine too, and I’ve got lots of Arduino examples up at http://www.schmalzhaus.com/EasyDriver/E … mples.html to get you up and running quickly.
Cheers guys, I was just about to ask if I couple that motor with the big easy and a 12V adapter would it work? The motor is 3V but you can run a motor on up to 20x its rated voltage. So would it be safe to use a 12V supply, and a big easy? The thing is that it would draw 2A at 3V right? So if I use 12V its going to draw more than 2A and the BigEasy is rated for 2A tops so thats a problem correct?
To get full performance (in terms of its rated torque and speed) out of a stepper motor, you need to operate it at least 3-4x its rated voltage - in your case use 12v or more. The 3.3V/5V output is used only for the logic supplies. Current is limited (in the case of the A4988 chip in the BigEasy) via sense resistors and setting the appropriate registers in the case of the L6470.
The 5V/3.3V regulation means that you can run the Easy Driver or Big Easy Driver from logic inputs (i.e. what connects to the Step and Direction input pins) that are 5V or 3.3V. (you just solder a jumper to switch between them.) That spec doesn’t have anything to do with the motor.