Hi
I want to build an robot arm, and i have 6 servo 360° and 2 stepper motors
What shield can help me for all this motors? or if i use a breadboard it ok?
I have Arduino UNO and Mega
PS: Sory for my english
Hi
I want to build an robot arm, and i have 6 servo 360° and 2 stepper motors
What shield can help me for all this motors? or if i use a breadboard it ok?
I have Arduino UNO and Mega
PS: Sory for my english
What shield can help me for all this motors?
No single shield will drive all those motors.
Stepper motors are generally NOT driven using shields. Rather, they are driven using stepper motor drivers that are connected to the Arduino with wires.
Servo motors, bastardized for continuous rotation or not, do not need shields to drive them. Simply connect the control wire to a digital pin.
Power all the motors separately.