We are about to switch to a new forum software. Until then we have removed the registration on this forum.
hi, i'm thinking of realizing a kinetic sculpture, where i would need like 10 stepper motors which would simulate a 2d noise. is there a way to drive so many motors via arduino out of one processing script (simple noise for structure)?
Answers
@lumicon -- if you search this forum for "stepper"
...there are recent discussions of projects with 2 / 4 / 6 motors.
You will need either multiple ardunios or an arduino with more IO ports, like the Mega series. Check this post for example:
https://forum.arduino.cc/index.php?topic=146230.0
Can you provide more details about your project? How do you make a sculpture with arduinos and 2D noise?
Kf
great, thank you! so i figured that the mega 2560 R3 has 15 PWM outputs, which i probably could use for that, or?
my next question would be; how to bring the 10 rotateY values to the 10 motors;
..will be quite simple, just 10 turning boxes, ...more later