Your mug on an Etch a Sketch — automatically

[Jim’s] pretty serious about his Etch a Sketch. He’s gone to the trouble of building a rig that will automatically render a photograph as Etch a Sketch art. Do you recognize the US political figure being plotted in this image? He actually cracks these open and removes all of the internals to preserve the artwork when the reassembled body is ready to be hung on a wall. But we like it for the hacker-friendly interface techniques he used.

He moves the knobs using a pair of stepper motors. They attach thanks to a pair of 3D printed gears he modeled which go over the stock knobs and secure with four set screws. He says he can be up and printing in five minutes using these along with the MDF jig that holds the body and the motors.

He converts photos to 1-bit images, then runs them through ImageMagick to convert them into a text file. A Python script parses that text, sending appropriate commands to an Arduino which drives the motors. The image is drawn much like a scanning CRT monitor. The stylus tracks one horizontal line at a time, drawing a squiggle if the pixel should be black, or skipping it if it should be white.

We wish there was a video of the printing process. Since we didn’t find one, there’s a bonus project unrelated to this one after the break. It’s an Etch a Sketch clock.

[Read more…]

Giant pencil used as an Etch a Sketch stylus

The gang over at Waterloo Labs decided to add a team-building aspect to a plain old Etch a Sketch. Instead of just twisting the two knobs with your own mitts, they’re converting this giant pencil’s movements into Etch a Sketch art.

The challenge here is figuring out a reliable way to track the tip of the pencil as it moves through the air. You may have already guess that they are using a Microsoft Kinect depth camera for this task. The Windows SDK for the device actually has a wrapper that helps it to play nicely with LabView, where the data is converted to position commands for the display.

On the Etch a Sketch side of things they’ve chosen the time-tested technique of adding gears and stepper motors to each of the toy’s knobs. As you can see from the video after the break, the results are mixed. We’d say from the CNC ‘W’ demo that is shown there’s room for improvement when it comes to the motor driver. We can’t really tell if the Kinect data translation is working as intended or not. But we say load it up and bring to a conference. We’re sure it’ll attract a lot of attention just like this giant version did.

[Read more…]

Robotic Etch-a-Sketch Draws Grayscale Images

[Patrick] decided to make a computer controlled etch-a-sketch. While the idea is not that new, there is always a different way to accomplish a goal. An Arduino is used to control a pair of stepper motors which were sourced for pretty cheap, and even came with their own driver. Next a stand was mocked up using foam board, which helps determine where all the parts should live.

Next was a way to attach the steppers to the knobs, gears would be used and a collet meant for model airplanes was sourced to make the mechanical connection between gear and shaft. With everything set in place via foam board and paper printouts, it is off to get some thin plywood. The plywood is sent though a laser cutter creating most of the stand and gears. Now its all software, a program was whipped up for OSX which converts low res pictures into squiggly lines perfect for the etch-a-sketch to draw on its screen.

The results are quite impressive, join us after the break for a quick video.

[Read more…]