An old Telecran (French for Etch-a-Sketch) later, we are in business !
What I used for this project:
- an arduino Uno
- 2 stepper motors
- 2 easydrivers v44 (by www.sparkfun.com)
- various Fishertechnik parts (http://www.fischertechnik.com)
- a push button.
Optional parts:
- a sensor shield + 2 push buttons
- a Nintendo Wii Nunchuck
- a WiiChuck adapter
And also:
- hot glue gun
Remove these ads by
Signing UpStep 1Mechanics
I had to drill into the stepper cogs as the axis of the steppers were 5mm where the FT standard is 4 mm.
The other cogs were simply hot glued onto the Telecran (Etch-a-sketch) knobs.
The rest is best explained in pictures...
| « Previous Step | Download PDFView All Steps | Next Step » |




















































int i;
for(i=0; i<=abs(den); i++)
{
move(mot0, len * res * sign(num));
move(mot1, res * sign(den));
}
N.
It appears that the mystery powder is either brass or gold, not sure which..
Might be useable as a conducting adhesive?
Link: http://www.instructables.com/file/FIXLAZ8GOZIQGH6/
darn image upload thing not working
Have you tried running G-Code through the Arduino chip onto the Etch-a-Sketch?
I like those arduino projects to be not connected directly to a PC though (otherwise it's cheating, isn't it ? ;-) )
So I'd probably use a SD card and a LCD to navigate through the G-Code files to print... and I'd support *very* basic G-Code as well !
A good suggestion for a follow-up Instructable... thanks !