Blinkenwall Controlled By A C64

Looking for a dual monitor setup for your Commodore 64? Look no further than the C64 controlled Blinkenwall put together over at Metalab.

The Blinkenwall is 45 glass blocks serving as a partition between the main room and the library over at Metalab in Vienna. Previously, the Blinkenwall was illuminated by 45 ShiftBrite RGB LED boards controlled by an Arduino connected to a Fonera router over a serial port. The Metalab guys have an awesome web interface that allows them (and you) to compose 45-pixel animations and play them on the Blinkenwall.

The new hardware update includes a Commodore 64, a Final Cartridge III, and the ever popular Commodore tape drive. now, instead of sending animation patterns over the Internet to an Arduino, the folks at Metalab can write their animations as 6510 assembly and save it on a cassette.

Yes, this may be a bit of an anachronism, but think of the possibilities: Prince of Persia on a 9×5 display, or just a light show to go along with some SID tunes. You can check out the video after the break.

Continue reading “Blinkenwall Controlled By A C64”

Wine-o-Meter Quantifies Your Bachelor Party Bad Behavior

wine_o_meter

[Phil] had a bunch of Shiftbrite modules set aside for an LED table project, but before he could get around to it, he decided to use them to build a prop for his friend’s bachelor party. Expecting plenty of drunken revelry, he constructed the Arduino Wine-o-Meter – a carnival “Test your strength” style breathalyzer.

The 25 Shiftbrite modules are lined up in a column, which is connected to an Arduino tucked away in a cardboard box. The Arduino takes readings from an MQ-3 Gas/Alcohol sensor was salvaged from another breathalyzer build [Phil] put together. While it has been noted in the past that this sensor is pretty inaccurate, it seems to serve his purposes quite well. Since his game is based on measuring the players’ blood alcohol content in relation to one another rather than obtaining an exact BAC reading, the poor calibration of the device should affect everyone equally.

It looks pretty cool, and we imagine that it will ensure that the party stays lively throughout the wee hours of the night. Check out the video below to see [Phil] walk you through a demo of his Wine-o-Meter.

Continue reading “Wine-o-Meter Quantifies Your Bachelor Party Bad Behavior”

Remote Controlled Glass Block LED Matrix

hive13_remote_controlled_led_matrix

At Hive13, a Cincinnati-based hackerspace, they like to hack everything – even their bathroom. One of the bathroom’s walls faces the street, and is made up of thick glass privacy blocks. A few years ago, they thought it would be a cool idea to install an LED matrix to the back side of the glass wall to spruce things up a bit. After a couple of iterations, they finally had something they were happy to show off, but they wanted to make it even cooler.

While the the Arduino and ShiftBrite shield running the matrix could be controlled over a serial connection, they wanted to use the ProjectBlinkenlights tools to control things over the network. While that didn’t quite work out as planned, it wasn’t necessarily an exercise in futility. While Blinkenlights controls were out of the question, they were inspired to add OSC compatibility to the Processing sketch, which allows them to work the display with an app available for both Android and iOS devices.

The result is pretty slick, as you can see in the video below. Now all they need to do is get Tetris up and running!

Continue reading “Remote Controlled Glass Block LED Matrix”

USB Killswitch Turns Off Your Home Entertainment Bling Automatically

Finally, the USB port on the back of your television can be tapped for something useful. [Don] is using this add-on device to automatically cut the power to his Ambilight clone. Initially, he got tired of unplugging the power adapter each time he shut off the television, so he added a switch. But laziness overcame him and he decided he needed an automatic method. After probing around on the connections available, he established that the serial interface (normally used for servicing the device) was not of any use, but the USB port is. He measured the voltage of the power bus to be 5V when the TV is on, and 0.15V when it is off. He whipped up the circuit you see above which uses the USB connection to trigger a relay, connecting power to his Ambilight clone when the television comes on, and disconnecting it when the set is switched off.

Our dream has always been an XBMC capable device that can Velcro to the back of a TV, and be powered from that USB port. Unfortunately the Beagle Board hasn’t yet made it to a stable level when running XBMC. Our next hope is the AppleTV 2, which can run XBMC but would require some hacking to get it working off of the USB port, raising concerns about how much current it would draw at 5V.

Adalight: Ladyada’s Ambilight

The latest and greatest ambilight clone, the Adalight, comes from the fruitful mind and cluttered workbench of the sometimes Hack A Day contributor [Phil Burgess].

We’ve seen a few clones of the Philips ambilight tech, but [Phil] knocked this one out of the park. The hardware is a string of 12mm RGB LEDs connected to the Arduino of your choosing. After attaching the LEDs to the rear of the TV using anything from, “laser-cut acrylic to nothing more than a pizza box,” it’s on to the software.

The Processing sketch performs a series of screen captures and averages the pixels around the perimeter of the screen. Reportedly, Carl Sagan’s Cosmos looks fantastic with the Adalight but there might be a better option.

[Phil] used 25 LEDs on his Adalight, more than the usual 6-10 we see on other Ambilight clones. Check out the video after the break to see the Adalight in action.

Continue reading “Adalight: Ladyada’s Ambilight”

Hacking Cakes With LEDs, The Sequel!

A few weeks back we ran a piece about the convergence of making and baking in an attempt to create a cake festooned with working LEDs. The moral was that not every creative idea ends in victory, but we applauded the spirit it takes to post one’s goofs for the whole internet to see and to learn from.

[Craig]’s LED matrix proved unreliable…and the underlying cake didn’t fare much better, resembling that charred lump in the toaster oven in Time Bandits. The cakes-with-lights meme might have died right there if not for a fluke of association…

Continue reading “Hacking Cakes With LEDs, The Sequel!”

It’s Like… I Can Tell The Time Just By The Color, Man

[Alex] has reduced the resolution of his timepiece as a trade-off for speedy-readability. At least that’s what he claims when describing his color-changing clock. It uses a ShiftBrite to slowly alter the hue of the clock based on the current time. The concept is interesting: 12:00 starts off at white and slowly fades to green at 3:00, blue at 6:00, red at 9:00, and back to white by 12:00 to start the process over again. He has gotten to the point where he can get the time within about 15 minutes just with a quick look. But he did need to spend a few days acquiring the skill by having the color clock sit next to a traditional digital clock.

The build is pretty simple and we’d bet you already have what you need to make your own. [Alex] is really just proving a concept by using the ShiftBrite and an mBed, there’s no precision RTC involved here. So grab your microcontroller of choice, and an RGB LED of your own and see if you can’t recreate his build.

Of course you could always choose to build a color-based timepiece that’s even harder to read.