I am seeking to run two 5v stepper motors ( both with their individual uln2003 driver boards) of the one arduino board.
Just wondering if it is possible. It has been done with Patrick McCabes Da Vinci project ( see picture 3/4ths down the page of the wiring of two driver boards to the ardunio da Vinci )
On google i couldn't find anyone who had connected two of the above mentioned motors to 1 a4988 Driver, or do you need to connect them to two drivers and then wire it to the arduino board?
If it is two drivers, then how do i connect them both to the Arduino?
Stepper motors don't change direction by changing polarity like with a DC motor. The order of the pulses determines the direction so, if you have two motors connected to one driver board they will always move in the same direction. You can get stepper motors in which the shaft sticks out both sides so you could drive (say) two wheels on the same axle.
I don't think it would be practical to drive two motors off one driver board. The driver boards are designed to limit the current to a single motor and they would have no method to apportion current between two motors. If one of them had a higher load it may draw excess current and let the smoke out.
I don't think there would be any problem driving two stepper driver boards from a single Arduino pin so that both stepped at exactly the same time.