I'm new to Arduino and am currently working on a kinetic sculpture. I was wondering if it was possible to have a stepper motor move randomly within a defined range and speed set. I intend on using a
TB6600 driver and a Nema17 with a 2amp draw.
Yes, more info, min, max speed, mass and shape of load, acceleration rate, etc.
Yes its possible. Perhaps you want to know how? I'd start with the examples in the AccelStepper library,
then checkout random() - Arduino Reference