Two DJ Hero Controllers Turned Into A Giant Etch A Sketch

[Ryan] sent in a little project he’s been working on. After he got his hands on a pair of DJ Hero controllers, he figured he needed to pull controller data off them.

After plugging in his two DJ Hero controllers to a breakout board, [Ryan] discovered the turntables communicate on an I2C bus. A Teensy was thrown into the mix, and work began on decoding the turntable output. [Ryan] figured out that by pulling 23 bytes from the turn table, he was left with the necessary data. Byte 20 is the state of the green, red, and blue buttons, byte 21 is the distance traveled, and byte 23 indicates clockwise or counter-clockwise. After [Ryan] figured out how to pull data off his DJ Hero controllers, the only thing left to do was build a giant Etch A Sketch on a 55 inch TV.

By the time the Etch A Sketch was completed, [Ryan] figured out that he had a gigantic rotary encoder – perfect for some classic MAME action. He started up MAME and loaded up Cameltry and Off The Wall. The DJ Hero controllers seem to work just fine, even if the hunched-over [Ryan] can’t beat the levels.

High Voltage Etch A Sketch

What do you get when you mix a simple X/Y plotter, a Flyback transformer, and an unhealthy disregard for safety? Possibly the worlds most dangerous jumbo Etch a Sketch! [Kalboon] started off by making an imprecise X/Y movement device, similar to a CNC machine setup, but with less emphasis on precision. This rig is powered by some commonly salvagable materials, including an old scanner, a remote control car, and some hobby servos. We like this approach because most of these materials could be scrounged from a parts bin, surplus sale, or craigslist for little to no actual cost. The flyback transformer comes from an old TV or monitor, though if you have common sense safety concerns, we would recommend just mounting a dry erase marker and a dry erase board to substitute out the high voltage bits. For people wanting a low cost introduction project to making a CNC or Makerbot style build, this isn’t a bad place to start.

Massive Etch A Sketch From TV Screen

[youtube=http://www.youtube.com/watch?v=Mhu3zojL5Y4]

[Jeri] put together an absolutely massive Etch A Sketch for The FatMan and Circuit Girl show. She had removed the DLP chip from an HD rear projection TV and decided to repurpose the 52inch screen. The movement mechanism uses pulleys from screen doors with nylon lines. The two sets of lines are fed in a criss cross pattern so that the parallel lines move in the same direction. The lines move tent poles in the x and y which controls the movements of the golf tee stylus. It’s driven by two high torque motors from $9 Harbor Freight 18V drills. They tried several different powders, but ended up using aluminum powder from an original Etch A Sketch because it sticks to everything. It will eventually be hooked up for IRC bot control once they get a large enough h-bridge.

[via adafruit]

Functional Etch A Sketch Costume

etchasketch

We love all of the creative Halloween costumes that have started trickling in now that the holiday is finally over, and people have found time to document their last minute projects. Take this functional Etch A Sketch costume made by [mazinbenny]. The knobs are lawnmower wheels. The pulley system is strung with 1/16″ wire rope to move a carrier for a dry erase marker. The marker draws directly on an acrylic screen. HowStuffWorks has a post on how a real aluminum powder based Etch A Sketch works.

We’ve covered more technical Etch A Sketch projects in the past. We’ve seen them hooked up to computer mice, drawing portraits at Maker Faire, and commenters have even suggested turning mechanical dry erase boards into giant Etch A Sketches.

Supercon 2024: Sketching With Machines

When it comes to our machines, we generally have very prescribed and ordered ways of working with them. We know how to tune our CNC mill for the minimum chatter when its chewing through aluminium. We know how to get our FDM printer to lay perfect, neat layers to minimize the defects in our 3D prints.

That’s not what Blair Subbaraman came down to talk about at the 2024 Hackaday Supercon, though. Instead, Blair’s talk covered the magic that happens when you work outside the built-in assumptions and get creative. It’s all about sketching with machines.

Continue reading “Supercon 2024: Sketching With Machines”

Electronic Etch-A-Sketch, No Microcontroller Required

In a lot of ways, Etch-A-Sketch is the perfect toy; simple, easy to use, creative, endlessly engaging, and as a bonus, it’s completely mechanical. We find that last attribute to be a big part of its charm, but that’s not to say an electronic version of the classic toy can’t be pretty cool, especially when it’s done without the aid of a microcontroller.

This is one of those “because I can” projects that we always find so interesting, and more so because it wasn’t entirely clear to [BigZaphod] that he had the skills to pull it off. While his initial design centered around a bunch of 8×8 LED matrix displays and a 256×4-bit RAM chip, the rest of it was a lot of hand-waving. After a few experiments with addressing the LEDs, [Zaphod] started filling in the blanks with a refresh circuit using a 555 — naturally — and a pair of counters. Properly debounced encoders for the horizontal and vertical controls came next, along with more counters to track the cursor and a host of other circuits that ended up looking like a “one of each” selection from the 7400-series catalog.

While we do wish for a schematic on this one, it’s still a pretty enjoyable video, and the end product seems to work really well. The electronic version has a few features the original lacks, such as wrapping the cursor to the other side of the screen. We’d imagine that the buttons on the encoders could be put to work, too; perhaps a click could make it so you can move the cursor without leaving a trail behind. That might be a challenge to execute in logic, but then again, that was the point of the whole thing.

Still jonesing for that mechanical Etch-A-Sketch experience? Not a problem.

Continue reading “Electronic Etch-A-Sketch, No Microcontroller Required”

Etch-A-Sketch Camera Is Open Source

The Etch-a-Sketch was a great toy if you were somehow born with the talent to use it. For the rest of us, it was a frustrating red brick filled with weird grey sand. [Every Flavor of Robot] has taken the irritating knob-encrusted oblong and turned it into something we can all enjoy, however, by building an Etch-a-Sketch camera!

The build is simple. It uses an ESP32 microcontroller to run the show, equipped with a camera. The camera is used to take a photo of the subject, and the image is then sent to a desktop computer. The desktop runs the image through an AI pipeline that generates a simplified version of the image, and the necessary G-Code to draw it on the Etch-A-Sketch. The toy’s knobs are operated by a pair of brushless motors which have been geared down to provide more torque.

It’s a neat project, and more details are available on GitHub. We’ve seen some other great mechanized Etch-a-Sketch builds before, too.

Continue reading “Etch-A-Sketch Camera Is Open Source”