Hi All,
I'm starting a project to control a stepper-based locomotion system with RasPi (First RasPi project, have some experience with electronics, Arduino, etc.) but I'm having trouble figuring out which motor controller to use.
This is for a school project, so I had to order with a group where we got a load of these
Steppers
and I requested 3 of the Adafruit Motor HAT
The problem is that the steppers draw 2A and the HAT is rated at 1.2A per channel.
So a few questions:
Can I use these motors and just put a (large) resistor before connecting to the motor controller? Will sacrifice some torque, but would be cheapest solution...
Should I build my own using something like the A4988 on a breadboard? My worry with this is controlling it with a Python script, I chose the Adafruit one as they have Python libraries for it.
Other ideas?
Any help is really appreciated.