Hi all,
Question:
Am i able to connect three stepper motors to an arduino?
If so how do i do this?
I cant find any documentation on this..
Thanks
Hi all,
Question:
Am i able to connect three stepper motors to an arduino?
If so how do i do this?
I cant find any documentation on this..
Thanks
Am i able to connect three stepper motors to an arduino?
You can connect 3 stepper motor drivers to an Arduino, and connect a stepper motor to each one.
You can not drive a stepper motor directly from the Arduino pins - no where near enough current.
If so how do i do this?
See above.
I cant find any documentation on this..
Not without looking, you can't. Had you looked, there are plenty of examples of controlling 3 stepper motors from an Arduino. Think CNC.