- 57BYGH420 unipolar stepper motor
- HD-1600A micro servo
- MDF (or other) mounting board
- 2m timing belt
- A3 paper
- Two EasyDriver Stepper Motor Drivers
- Arduino Mega 2560 R3
Serial devices are automatically set using the getArd.sh
script. This will only function on linux based systems.
For OSX a list of connected serial devices can be accessed via the terminal command ls /dev/tty.*
- openFrameworks 0.8.4 +
- Python 2.6 +
- Arduino
- Ino
- In the
harware
directory, make a copy ofmachine.config.template
namedmachine.config
and edit the values to match the perticular context. - Place
dataexample
file tobin/data/data
make
to compile.make run
to run the codeorcd bin
then./drawingMachine v
to run with visual debugging enabled.
This system can be seen in action here. The development of this system can be seen here.