I am developing a small collision avoidance/line following robot for education at primary school.
Currently the robot is propelled by two modified small Tower Pro SG90 servos.
Because it is had to keep the two servos calibrated to run at the same speed, i am thinking of switching to stepper motors.
I already have a Mirobot using the same steppers i want, so it should work ok because the size and weight of the robots are similar.
The robot is using an Arduino nano. Due the lack of space i prefer to use a shield with two stepper motor drivers. Till now i have not been able to find such a shield. The smallest driver i have been able to find is the Polulu A4988. But still prefer a shield if there is such one.
So my question is; Is there a Arduino Nano shield with two 5v stepper motor drivers ?
Since you say "5v motors" but don't provide a link to the motor datasheet I suspect you mean the small 28BYJxx stepper motors. And they cannot be controlled with an A4988. The normal driver for them is a ULN2003 IIRC.
But that particular one's just a means of bringing the wires out to terminals; are there any "real" ones with functionality those for the Uno/Mega form?
Robin2:
I suspect you mean the small 28BYJxx stepper motors.
You suspicion was right. Still looking for a stepper motor which has more or less the same sizes of the SG90 servo, but think there are none. So will order some 28BYJ steppers with the ULN2003 driver board.
Which stepper motors are suitable for the pololu A4988 ? Larger steppers ?
kenwood120s:
But that particular one's just a means of bringing the wires out to terminals; are there any "real" ones with functionality those for the Uno/Mega form?