A Little Tweeting “Ewok”

Tweet Receiving, that is. This Ewok model, named “Ewen the Cheerlight,” is able to rotate its head left and right as well as show expressions. The most interesting feature of this hack, however, is that the little Ewok actually wakes up each time one tweets a “colour” to @cheerlights and lets it’s owner [Joel] know what he thinks of the “color” you’ve chosen. [Joel] insists that he’s like this featured on [HAD], although it remains to be seen if it will soon be turned off after the tweets start rolling in…

As far as how the device works, the head is turned with a simple hobby servo motor, and the expressions are shown on a LED matrix. The model itself is built from a polystyrene ball and an old table lamp. The build really looks awesome.

All of this is controlled by an Easy USB Interface Board which is listed on [Pozible], the Australian version of [Kickstarter]. Be sure to check out the video of “Ewen” in action after the break! Continue reading “A Little Tweeting “Ewok””

IP Over LEGO Train Carrier

[Maximilien] sent in a networking protocol built out of a LEGO train set. Unlike IP over Avian Carrier this system won’t be killed by plate-glass windows or birds of prey, but we’d hate to step on [Max]’s work in bare feet.

The system uses a USB flash drive to carry data around to different nodes. At each node, [Max] removed the power from the tracks and added a relay to start the train up again. A mechanical switch detects the presence of the train, and an Arduino makes the link to the Linux boxes via serial-over-USB.

The physical connection of the flash drive is with four wires and aluminum foil contacts. To send data, the system waits for the train to arrive at the ‘station’, mounts the drive, checks if there is data for it, and sends what needs to be sent. After unmounting the drive, power is applied to the local rail and the train continues on its journey.

[Max] admits that the latency on his network is terrible, but the bandwidth should be fairly good. As the old saying goes, ‘Never underestimate the bandwidth of a station wagon full of tapes.’ We’re not quite sure how that applies to LEGO trains, but there you go. Check out the gallery of [Max]’s work after the break.

Continue reading “IP Over LEGO Train Carrier”

Reverse Engineering The Icebreaker POV Toy

[Ch00f] spent some serious time figuring out how the Icebreaker POV toy works. This is a pretty cool device about the size of a toothbrush holder. It’s in a clear plastic case, which lets the row of 32 surface mount LEDs shine through. But making light isn’t their only function. You can use the device to scan in a high-contrast design, then ‘play it back’ using the persistence of vision display properties of the LED strip.

Perhaps the biggest question on [Ch00f’s] mind was how the sensing is done. He made a series of observations, then started monkeying around with the LEDs to investigate them. It seems that one LED is lit up while the ones around it are used as light sensors. This becomes more confusing once he realized that the display was multiplexed.

His write-up includes a collection of schematics that can be pieced together to conceptualize the entire circuit. The image above was taken during this process, using an LED to check the connections on a part. This let him prove that it’s an N-channel MOSFET. He plans to take what learned and roll it into his own project.

[via Reddit]

Automatic Flashlight Tag Damage Sensor

You’re out at night and playing a boisterous game of flashlight tag. But how can you tell if you’ve been mortally wounded by your opponents light beam? [Kenyer] solved this problem by building a flashlight tag damage sensor which is worn by each participant. It adds a bit of the high-tech equipment used with laser tag while keeping a low-tech price tag.

The sensor relies on a light dependent resistor to register hits when a flashlight beam passes through the round window. It will only register one hit in a three-second time period. At the end of the game, the total number of hits recorded can be flashed back using an on-board LED to see who is the victor. You can see a demo of this functionality in the clip after the break.

[Kenyer] started with a breadboard prototype using an Arduino as the driver. Obviously the cost of an Arduino for every player is a bit ridiculous. He scaled down the project, running the Arduino code on an ATtiny microcontroller. Continue reading “Automatic Flashlight Tag Damage Sensor”

Retrofitting Modern LEGO Train Tracks For Use With Older Version

So you’re really looking for that [Norman Rockwell] Christmas and want to set up your train to encircle the Christmas tree this year. The problem is that all you’ve got is an old LEGO train set and not enough track for it. You can’t just buy some more, because the technology has changed; or can you?

[Chris] was dismayed to find that newer LEGO train sets have gone to battery operation rather than drawing power through metal tracks. The new tracks are plastic, and buying extra segments of the older version is cost prohibitive. He figured out a way to add power conductors to the new track pieces.

It turns out the design of the new tracks matches the old, except they’re all in plastic instead of having metal rails. He bought a plastic add-on set, then picked up some copper foil from the hobby store which is meant for stained-glass work. It’s adhesive backed, and after working out the best way to apply it, he coated the rails with the stuff. As you can see above, the new mates perfectly with the old, and keeps that locomotive chugging along.

If you’ve got copper foil left over after this hack, there’s tons of other uses for it. Perhaps building your own flex sensors is worth a try.

Tribot Robotics Platform

For a number of children born of geek parents, the WowWee Tribot is sure to make an appearance underneath a Christmas tree this year. By New Year’s, though, this toy will surely make its way to the back of a closet to sit unused until spring cleaning. It’s a shame to let such an interesting robotics platform go to waste, so [haltux] sent in a nice guide to unlocking the motor controller of this talking robot.

The ‘legs’ of the WowWee Tribot have three omnidirectional wheels mounted 120 degrees apart. We’ve seen this drive system before, so getting a pre-built platform out of the toy box is pretty interesting.

[haltux] found three H-bridges inside the Tribot and connected the direction and enable pins for each motor directly to an Arduino. The build was a success, and the new robot platform scurried along the floor. There are also rotary encoders on the Tribot, but these run at 12 Volts. [haltux] said he’ll cover these in a future post, and we’re waiting to see it.

Rudolph Toy Hacked To Announce Incoming Email

email-reading-reindeer

Tis the season for hacking, and [Nick McClanahan] at the GadgetGangster is certainly showing off his Christmas spirit with his most recent creation. He had an animatronic Rudolph the Red Nosed Reindeer toy sitting around and thought it would be fun to convert him into an email reading machine.

He tore open the toy, removing its innards, disconnecting the built-in speaker and servos from the original PCB. He then extended wires from those components outside of the body before reassembling the toy. The reindeer is controlled primarily using a Propeller Platform, with an E-Net module and a small audio amp taking care of network communications and audio output, respectively.

Most of the work is done by the software [Nick] is using, which allows Rudolph to periodically check his Gmail inbox for new messages. When the message count increases, the reindeer springs into action, moving and lighting up his nose before announcing the sender’s name.

He’s using a phonemic voice synthesizer for the output, which does the job, though we would go mad if we had to listen to it all day. Since the reindeer is connected to his LAN, it might be feasible to run the data through a more robust voice synth on a PC, returning a better-sounding audio clip for playback.

Check out the video below to see a short clip of Rudolph in action.

Continue reading “Rudolph Toy Hacked To Announce Incoming Email”