Playing Snake With A TV Remote

[vinod] sent in his replica of a Snake game, the game to play on old Nokia dumb phones.

The build is based on a PIC16F877 microcontroller just like previous Snake builds we’ve seen, but [vinod] didn’t use physical buttons in his build. Instead, he used a Philips infrared TV remote to control the game. The infrared controller only takes up one pin on the microcontroller, as opposed to the 4 pins of the easiest four button setup. [vinod] also threw in a simple one-transistor level converter so Snake can be played with a PC via RS-232. With the PIC code included in the build, it’s a great build that reminds us of a more civilized age.

The video of [vinod]’s snake game in action is posted after the break, but we noticed that the snake is allowed to ‘warp around’ the sides of the LED matrix. Some people might consider that cheating but that can be fixed by changing a few lines of code.

Continue reading “Playing Snake With A TV Remote”

POV Keychain From Prototype To SMD Board

[Augusto] wrote in to tell us about his keychain-sized persistence of vision project. He built the original prototype on some protoboard, using a PIC 16F627 to drive eight LEDs. Synchronization is managed by a tilt sensor on the board that starts the strobing to match the direction the board is traveling. This is a similar setup as the POV device that used an accelerometer, but it should be quite a bit easier to code for the tilt switch.

Once [Augusto] had the hardware dialed in he set to work laying out a surface mount design. The two AAA batteries were traded for a single 3V coin cell, which is on the back side of the board you see above. This is his first attempt at working with surface mount components and we think he did a great job. Check out the POV in action in the video after the break.

Continue reading “POV Keychain From Prototype To SMD Board”

kraftwerk_inspired_led_tie

Kraftwerk Inspired LED Tie

If you didn’t land the job after your last interview, it might have been because you were not wearing this sweet Kraftwerk-inspired necktie. Although our own [Caleb Kraft] insists that this recent creation by the folks over at Evil Mad Scientist Laboratories is a tribute to him, [Ralf Hütter and Florian Schneider] beg to differ.

The inspiration for the tie actually comes from Kraftwerk’s 1977 video for “The Robots”, in which the band wore black ties with embedded scrolling LEDs. The effect is very similar to that of a Larson Scanner, though Kraftwerk’s ties light the LEDs in a single direction and do not fade in and out.

EVMSL has released a firmware update to the Larson Scanner they sell in their shop that replicates the Kraftwerk effect, and they also put together a quick tutorial showing how you can construct your own coin cell-powered LED tie. We’re not suggesting that anyone rush out and buy their kit, as it can be replicated fairly easily – we just thought it was pretty cool.

So, if you’re looking for a retro-inspired Halloween costume, search no further – Evil Mad Scientist Labs has you covered.

Continue reading for a video demo of their tie, as well as the original video that inspired it.

Continue reading “Kraftwerk Inspired LED Tie”

Awesome Fiber Optic LED Viking Helmet

octobrite_led_mohawk_helmet

[Garrett] over at MaceTech was approached by a friend who needed a light-up mohawk installed on a Viking helmet, and he needed it ASAP.

Now, [Garrett] does tons of work with LEDs but it’s not every day you are asked to construct a sound-responsive LED mohawk. He had all sorts of LEDs and other bits on hand, but finding the fiber optics that would make up the mohawk itself took a bit of time.

After a bit of searching, he located some cheap bulk fiber optic toy wands, and got busy cutting them apart to remove the fiber bundles. The fibers were glued into a laser cut plastic assembly, where they were paired with a handful of OctoBrite CYANEA modules [Garrett] had on hand. He bought a handful of components from SparkFun, including an Arduino Pro Mini to control the device, as well as an electret mic and graphic equalizer chip to handle the audio input/filtering.

He wrapped up the code portion of the mohawk and handed it off to his friend, who says that the “helmet is +99 to epic awesomeness”, which sounds like a ringing endorsement to us.

[via BuildLounge]

Check out the video below to see the fiber optic mohawk helmet in action.

Continue reading “Awesome Fiber Optic LED Viking Helmet”

The Life And Death Of A Fantastically Brilliant Flashlight

[Holzleim’s] flashlight build is quite impressive. And the rise and fall of the hardware is quite a story. He designed it as a handheld light, relying on batteries to power a multitude of high-power LEDs inside.From the collection of four 5350 mAh lithium polymer cells he was able to achieve a peak power output that surpasses 500 Watts!

Projects that make use of these powerful LED modules have heat dissipation as a major design element. With this in mind, [Holzleim] used large bars of copper as a mounting surface for each group of modules. The size and thickness of these bars made it difficult to use traditional soldering techniques to affix the bodies of the modules so he ended up using a clothes iron to ramp up the temperature high enough to reflow the solder. Once mounted, most of the LEDs were paired with optics, including that Fresnel lens at the center, to help focus the light.

To keep the batteries topped off, [Holzleim] designed his own external charger which can run off of mains or from a car’s electrical system. Unfortunately he must not have included a way to monitor the battery temperature because one of the cells failed, causing a fire that burnt out the components inside the flashlight. Luckily his wife was home at the time and got the failing device outside where it didn’t cause more damage. We’ve linked to his posts regarding the charging system, the properly functioning light burning paper with its beam intensity, and his sad announcement about the fire after the break.

Continue reading “The Life And Death Of A Fantastically Brilliant Flashlight”

Revolights Keep You Safe While Riding At Night

revolights_bike_headlight_taillight

Bicycling at night can be a potentially hazardous endeavor for several reasons, but primarily because well, it’s dark. Inattentive drivers, weather, and other factors aside, the most important thing you can do to keep yourself safe is to ensure that you can see and that you are seen by others.

Revolights, an invention put together by [Kent Frankovich, Adam Pettler, and Jim Houk], is an ingenious way of accomplishing both of those things. The ring-shaped system attaches to nearly any bike tire, and includes LEDs that shine like a car’s head and taillights. A magnet attached to the bike’s fork triggers the onboard microcontroller to light only 4 LEDs at a time, letting persistence of vision take care of the rest.

We think it’s a great idea, and clearly others do as well. With nearly a month left on their Kickstarter page, they have nearly doubled their initial funding goal.

Check out the video presentation on their Kickstarter page to get a better look at the Revolights project.

[Thanks, medix]

More POV Fan Message Hacking

[Zach’s] company is all about the safety and to reinforce those ideals they handed out POV display fans to each employee. “Being Safe is Cool”, get it? Gimmicky… yes, but now [Zach’s] got a tiny little POV fan to hack. Although he may not have known it, this isn’t the first time we’ve seen this hardware. These fans were handed out as a promotion at Black Hat a couple of years ago and prompted some reverse engineering action. The message is stored on an EEPROM and there’s even a female programming header that makes it easy to write reflash it with your own messages if you know how to craft the data.

This is where the two products diverge. The older project uses a serial connection and PonyProg to dump and data. [Zach] first tried using his Bus Pirate to dump the data but after having no success he grabbed his Arduino and managed to get the job done. Once the message encoding protocol was worked out, he wrote a sketch to flash the EEPROM. So if you can get your hands on one of these the work has already been done. See [Zach’s] custom messages in the video after the break.

But we’d like to see this taken to the next level. How about a wall-mounted device that waits for something, like an incoming email or tweet, then spins up the fan to display it?

Continue reading “More POV Fan Message Hacking”