Tag Archives: machines

Interactive systems

1.  Stepper motor receives rotate command from laptop. This movement triggers piezo sensor1 which activates machine2. 2.  The motion produced by machine2 activates piezo sensor2 which activates machine3. 3.  Machine3 randomly roves and draws. SCRIPT CODE #include <Stepper.h> // change the steps variable to the number of steps on your motor int steps = 100; [...]

Posted in RS3. Digital Tectonics | Also tagged , | Leave a comment