Life Meter Gives A Real Life Measure Of Video Game Health

water-light-health-bar

This hack makes the virtual real by displaying your video game character’s health meter as a column of illuminated water.

The build video, which you’ll find embedded after the break, is really quite remarkable. The column is a clear piece of pipe anchored at one end by hand-tightened plumbing drain fittings. This allows [Bfayer] to attach a flexible bladder which he constructed for the project. An actuator pushes a hinged board up against the bladder to raise and lower the water level in the tube.

Alone that’s pretty impressive, but [Bfayer] went the extra mile and then some. He uses a four-way fitting at the bottom of the meter. One fork connects to the bladder, another allows air to be injected using an aquarium pump. The bottom of the fitting has a clear window so that an RGB LED array can shine into the water which was doped with highlighter ink to pick up the colored glow. To pull the whole thing together he coded the custom control interface seen above.

Continue reading “Life Meter Gives A Real Life Measure Of Video Game Health”

Wristwatch Made Of Sandwiched PCBs

wristwatch-from-sandwitched-pcbs

Here’s a wristwatch concept we haven’t seen before. Instead of trying to sandwich everything inside of a case it uses a stack of PCBs as the body of the watch.

[Mats Engstrom] wrote in to tip us off about his build. The design goes with LEDs which is nothing new. But unlike previous offerings [Mats] didn’t go with one LED for each minute. When the touch sensor in the middle of the watch is activated the twelve LEDs on the face will let you know the hour and the nearest five minutes. A video of this is embedded after the break.

The design uses three different circuit boards. The bottom board is the largest and provides slots through which the wrist bands can connect. It also serves as one of the two battery connectors. The second PCB is a spacer with a cutout for the coin cell that powers the device. The top board is where all the magic happens. It’s dual sided to host the LEDs and touch senor, with the PIC microcontroller and support circuitry on the other side.

Continue reading “Wristwatch Made Of Sandwiched PCBs”

Old LED Marquee Turned Embedded Video Player

driving-led-marquee-with-rpi

[Sprite_TM] is was sent an old LED Marquee by an anonymous fan of his hacking projects. The display isn’t full color, but it’s large — 224 by 48 pixels — and he figured he could render some okay images with the bi-color diodes. In the end, he replaced the controller and turned it into a video player.

The original system work well enough, but the 100 MHz 486 industrial style PC that drove the display seems a little comical these days. After giving it a spin and testing out how it drives the display [Sprite] hooked up an FTDI chip and managed to get it playing video from his computer. Above you can see part of the opening sequence of The Simpsons.

Now that he had learned its secrets he set out to give it an embedded controller. His first attempt was with a Carambola board which he’s worked with before. That proved to be a little slow for all the pixel data he was pushing so he upgraded to a Raspberry Pi and never looked back. You can see the demo video after the jump.

Continue reading “Old LED Marquee Turned Embedded Video Player”

Glowing Easter Eggs More Fun Than A Dye Job

glowing-easter-eggs

This is a project to keep in mind for the kids next Easter. It uses electronics to light up your eggs instead of dying them (translated).

The project still has one foot in the old tradition as it starts by blowing out the eggs. The larger hole on the bottom, which was used to evacuate the yoke an albumen, ends up being just the right size to insert an LED. You could simply hook these up to a battery and resistor, but [Rene] decided to add some functionality by hiding an Arduino board in the fake grass of the Easter basket. This way the way the RGB LEDs can glow, blink, and rotate through different colors. And the foil covered chocolate bunnies aren’t just for show. He wired them up to the I/O pins of the Arduino to use as a switch. When they’re both placed on the same piece of foil it completes the circuit and starts the light show. See for yourself in the clip after the jump.

Of course for the older kids you’re going to need something more complicated to keep their attention.

Continue reading “Glowing Easter Eggs More Fun Than A Dye Job”

Perpetual Pong

perpetual-pong

[Jeff Joray] wrote in to show off this perpetual Pong device he built. The six by ten LED matrix acts as a game board for Pong but there are no controls. The board simply plays against itself. It’s pretty much a pong clock without the clock.

The brain of the device is a PIC 16F684 which drives the six rows of the display directly. He went with a decade counter (CD74HC401) to scan the rows one at a time. Now what would you expect to find on the underside of this hunk of protoboard? A rat’s nest of point to point wiring? If so you’re going to be disappointed. [Jeff] spent the time to generate a schematic and board layout in Eagle. While at it, he knew he was going to be using protoboard so the artwork is designed to use solder bridging as much as possible. What he ends up with is one of the cleanest mutiplexed one-off projects you’re going to find. See it in action after the jump.

Continue reading “Perpetual Pong”

Microscope Ring Light With A Number Of Different Features

microscope-ring-light

Microscopes magnify light. It makes sense that having more light reflecting off of the subject will result in a better magnified image. And so we come to Aziz! Light! It’s [Steve’s] LED light ring for a stereo microscope. It’s also a shout out to one of our favorite Sci-Fi movies.

He’s not messing around with this microscope. We’ve already seen his custom stand and camera add-on. This is no exception. The device uses a fab-house PCB which he designed. It boasts a dual-ring of white LEDs. But the controls don’t simply stop with on and off. He’s included two rotary encoders, three momentary push switches, and three LEDs as a user interface. This is all shown off in his demo video after the break.

An ATtiny1634 is responsible for controlling the device. When turned on it gently ramps the light up to medium brightness. This can be adjusted with one of the rotary encoders. If there are shadows or other issues one of the push buttons can be used to change the mode, allowing a rotary encoder to select different lighting patterns to remedy the situation. There are even different setting for driving the inner and outer rings of LEDs.

We haven’t worked with any high-end optical microscopy. Are these features something that is available on commercial hardware, or is [Steve] forging new ground here?

Continue reading “Microscope Ring Light With A Number Of Different Features”

Ikea Dioder Ambilight Hack

There are a lot of hacks out there for Ikea’s Dioder LED light set. [Lambertus] wanted to create an easy and affordable ambilight while keeping the hardware modifications to a minimum. He also wanted anyone to be able to easily duplicate his work. He recently wrote in to share his successful solution.

The customizations boil down to three main steps: solder the ICSP connector wires to the test points on the Dioder PCB, connect a PIC programmer to the ICSP port (and reprogram), and attach a 5V RS-232 device to the ICSP port. The software was the most difficult part of the procedure for [Lambertus]. The PIC16F684 didn’t contain the required UART and PWM controllers, so he had to get crafty. Fortunately he’s done all the work for us, and lists the necessary .hex file he created on his site.

By adding support to boblight, his new ambilight is working with his media center very nicely. There’s a little demo video after the break.

Continue reading “Ikea Dioder Ambilight Hack”