Spirograph generator
posted Jul 23rd 2010 12:39pm by Mike Szczysfiled under: misc hacks

The Agnewgraph I can turn out a pretty nice Spirograph drawing. Instead of relying on meticulously acurate CNC hardware, it uses a Spirograph stencil similiar to that business card we’re so fond of. The key to the [Mpark's] design is an analog joystick which is attached to the pen. As the pen follows the plastic guide around, a Propeller microcontroller calculates the angle of travel based on that joystick. These measurements are used to decide how to move the two stepper motors that provide horizontal and vertical motion to the frame. We’ve attached a video after the break just in case our rough description didn’t do it for you.






Nice work, even if it is excruciatingly slow! I have to wonder if the control algorithm can be sped up, or if it’s a limitation of the motors chosen, or if it has a tendency to make mistakes if it goes faster. Regardless, it’s a very unique control method which seems to work well. Now to figure out what else to use it in…