Skip to main content

CNC Etch-A-Sketch: Stop Motion is Logical Next Step

It happens to everyone. You get your hands on an Etch-A-Sketch for the first time, and armed with the knowledge of how it works, you’re sure you can draw things other than rectangles and staircases. And then you find out the awful truth: you are not as precise as you think you are, and if you’re [QuintBUILDS], the circles you try to draw look like lemons, potatoes, or microbes.

Okay, yes, this definitely isn’t the first CNC-ified Etch-A-Sketch we’ve seen, but it just might be the coolest one. It’s certainly the most kid-friendly, anyway.

Most importantly, you can still pick it up and shake it to clear the screen, a feature sorely lacking in many of the auto-sketchers we scratch about. And if you’re not fully satisfied by this hack, be sure to check out the stop-motion video after the break that turns this baby into a touch-screen video player for Flatlanders.

Turn it over and you’ll find a Raspberry Pi 3 and a CNC hat. The knobs are belt-driven from a pair of NEMA-17 size stepper motors that interface to the knobs with tight-fitting pulleys. Power comes from four 18650s, and is metered by a battery management board that provides both overcharge and drain protection. At some point in the future, [QuintBUILDS] plans to move to a battery pack, because the cell holder is electrically unstable.

We love the welded frame and acrylic enclosure because they make the thing sturdy and portable. Also, we’re suckers for see-through enclosures. They’re clearly superior if you want to do what [QuintBUILDS] did and take it to an elementary school science fair to show the kids just how cool science can be if you stick with it.

If you don’t think motorized Etch-A-Sketches can be useful, maybe you just haven’t seen this clock build yet.



from Hackaday https://ift.tt/2TYz33e

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...