WWII’s Top Cryptography Comes To A Child’s Toy

This toy has some upgraded internals that turn it into an Enigma machine. We absolutely love the idea, as it takes a toy that your child may have grown out of, and uses it to provide teachable moments dealing with both history and mathematics. But who are we kidding? We want to make one just because it’s a fun project.

[Sketch] grabbed this toy from a thrift store because it has a full keyboard that he can use to make his own machine. It’s powered by an Arduino, with a four-line character LCD display taking the place of the original. His post covers the methods he used to figure out the keyboard wiring, and also contains a cursory overview of how the Enigma Machine functions. See a video of the finished project after the break.

If this wet your appetite, also check out the paper Enigma Machine we covered during Hackaday’s first year.

Continue reading “WWII’s Top Cryptography Comes To A Child’s Toy”

Model Car Additions Make Us Hear Knight Rider Theme

This collection of model vehicle hacks adds obstacle avoidance in an attempt to make them autonomous. At the front end you’ll find two PCBs which use IR approximation to monitor the road ahead. We’re not familiar with this particular use of these IR receivers (TSOP1738) which we’re used to seeing in remote control receiver applications but if recent posts are any indication we think you’ll enjoy the use of a 555 timer on each of those boards.

The rest of the hardware is pretty common, a PIC 16F628 does the thinking while an L293D h-bridge drives the motors. Alas, we didn’t find a video, or even a description of the finished project. But there are full schematics, board layout pictures, and the code for both this vehicle and a second Tank version.

[Thanks Pieter]

555s For Your Mouse And R/C Airplane

[lenny] decided to build a 555-based auto-firing mouse based on a 555 after seeing a similar PIC-based project we posted earlier. Lenny’s version is self-contained in one mouse without requiring a second mouse to act as the rapid-fire button. It uses only a handful of components, costs less than $5 to build, and doesn’t require any programming.

But then, [wfdudley] shakes things up a bit. He added a 4022 counter IC and some diodes to act as logical “OR” gates in order to create a unique blinking pattern (short-short-long) for the lights on a friend’s RC airplane. While this project involves more components, it’s definitely a trickier problem to solve with a 555 timer IC. We love seeing people choosing simplicity in design over popular off-the-shelf microcontroller frameworks as these two have done.

Don’t forget, the 555 Design Contest is still going strong, and you’ve got the entire month of February to submit your awesome designs. We wanted to highlight two of the more clever 555-based hacks that we’ve had in our backlog for a while, though.

Drop F-bombs Into A Magic 8-ball

People in search of something profane to adorn their coffee table need look no further. [Wizgirl’s] magic 8-ball hack lets you change the messages inside, and her messages all include the most powerful of four-letter-words. To do so she completely replaced the message cube inside with one she built from a sheet of plastic, plastic label-maker labels for messages, and craft googly eyes to make it float… Brilliant.

The whole thing was reassembled along with the original fluid but she’s not done yet. A bit of creative case modifications leaves this magic 8-ball looking like a cartoon bomb, complete with a thick white fuse. She’s now the proud owner of a magic f-bomb.

[Thanks Osgeld]

5/8″ Ball Bearing Playground

This kinetic sculpture is a ball bearing’s paradise. Not only do they get a cushy ride around two lift wheels but there’s a variety of enjoyable obstacles they can go down. The first is a vortex made from a wooden flower pot which sends the balls randomly down one of two possible exits. From there it’s on to enjoy a ride on a flip-flop, a divide-by-three (takes weight of three marbles before it dumps them all), a zig-zag track, or a divide by twelve mechanism. We’re sure this is a riveting read, but don’t miss the video after the break where [Ronald Walter] shows it in action and takes it apart to illustrate the various features.

If you’re wondering about the digital logic terms used, we’ve seen wooden devices that use these concepts in the past.

Continue reading “5/8″ Ball Bearing Playground”

Building A Creepy Doll Army

Want your very own Chucky doll to scare the crap out of the roommates? [Gzip] shows you how to make this happen by adding servo-based animatronics to old dolls. In the video after the break you can see the doll throw up her arms and turn her head thanks to a motor in each shoulder and one in her melon. You won’t see it in the clip, but the legs are motorized too meaning that some creative coding might have this old gal awkwardly crawling across the room (with knife in hand). Then again, maybe this is just the inspiration you need to get off your bum and finish the Santa-Pede Challenge. Submissions are due a week from today!

Continue reading “Building A Creepy Doll Army”

Roll The D’Icey

Most of the dice related hacks we run into have to do with pseudo random number generation, but today we saw something different. This sleek looking jumbo die is actually a prize holding box opened by a secret sequence of rotations. Using an accelerometer and an ATmega 328 with a sub-micro servo to control the locking mechanism. Worried about the batteries going flat and losing your treasure indefinitely? Good news! The batteries are accessable without giving away the secret inside.

It also turns out that this is an update to an earlier project from the same laboratory, so be sure to check that out as well to see where this build came from. Code is available for anyone looking to make their own, as well as a useful parts list.

[via Hacked Gadgets]