Stepper Motor Control Problem?

In the below link the one stepper motor was controlled …Can I control multiple stepper motor drivers from one controller???
https://www.oyostepper.com/goods-494-Stepper-Motor-for-3D-Printer-DIY-CNC-Robot-10-50-Degree-C-04-Amp-Black-17HS13-0404S1.html
https://www.oyostepper.com/goods-298-Nema-17-Stepper-Motor-Bipolar-L%3D48mm-w-Gear-Ratio-5-1-Planetary-Gearbox.html

Probably, but the number of stepper motors you can control will have limits. You might be limited by number of outputs on the board, but the more likely hardware limit will be number of timers available (and other code might also need timers for clocks, delays, etc.). The code you use might also limit how many stepper motors you can control (i.e. poorly written code might hard-code the control pins used, so only one motor can be controlled).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.