Controllable LEDs Spice Up The Living Room

[youtube=http://www.youtube.com/watch?v=YyjDcAzNJQ0]

[Sprite_tm] brings us another great hack by lighting up the living room. Unsatisfied with just replacing incandescent bulbs with an LED alternative he went with strips of LEDs to illuminate the length of a wall. Starting with a seven-meter strip of the lights, he cut it down to fourteen pieces in order to make the RGB devices individually controllable. [Sprite_tm] whipped up a design for controller boards using RS-485 to communicate with each, and sourcing an ATtiny2313 for the PWM necessary to generate any color. As you can see in the video above, the finished project is brilliant. Oh, and the Lounge Music as a background is nice too.

Arduino Helps You Ski Copper

[Dwight’s] been working on a long-term project to add a status board for the ski runs at Copper Mountain ski resort. The board will feature an 8×8 LED module for each run that displays a green O for open trails, a green G for groomed trails, and a red X for closed trails. He’s also got a status board with LEDs embedded in a trail map.

The system relies on SPI for each LED module. An Arduino Mega uses a Xbee module to pull down XML data wirelessly and display it on this board. Since the trail report is already available online it’s just a matter of parsing the data in a useful way.

He’s not quite done with the whole thing yet, but keep an eye out for it if you are planning to ski Copper Mountain.

[via Tom’s Guide]

Putting On A Show In The Rain

Let’s face it, walking around in the rain sucks. [Matth3w] is trying to add a little whimsy to an unpleasant experience by adding an LED matrix to his umbrella. The array contains 80 LEDs that are individually addressable. This is a mutiplexed array that relies on a MIC2981 source driver for the eight rows (or rings in this case), with the ten columns handled by the Arduino. The effect is quite nice as you can see in the video after the break. Now that he’s proven this works, you might want to etch your own PCB in order to get rid of the Arduino board and prototyping shield, making it easier to waterproof the control circuitry. This would make a nice addition to your illuminated umbrella stock.

Continue reading “Putting On A Show In The Rain”

Salty LEDs

[Davross] pulled off an LED lighting build for his coral aquarium. The module consists of a wooden body holding a 3×16 grid of LEDs. They are mounted to heat sinks which themselves have cooling fans to help keep those puppiesĀ from melting. The system is controlled by an Arduino which allows for almost limitless lighting options. The photo above shows the LEDs running at 50%. He’s also taken some photos of the tank in “moonlight” mode. It’s a long and detailed forum thread but you can skip to some nice photos of the coral under the lights or details about the build.

[Thanks Passmadd]

Adding A Netbook Keyboard Light

[Vikash] was having trouble using his netbook in the dark so he added a keyboard light. He’s got a Dell Vostro A90 which is the same hardware as the popular Dell Mini 9. We agree that the condensed keyboard layout makes it hard to type without looking; just try to find the quotation mark, brackets, and tilde keys! He added an LED to the bezel around the LCD screen in order to shed light on the situation. Now the LED can be turned on using CTRL. An ATtiny13 microcontroller monitors pins 1 and 11 of the keyboard, waiting for the CTRL keypress, then turns on the light when it receives it. This hardware solution means it doesn’t matter if you’re running a Hackintosh (like he is), Ubuntu (like we are), or that other OS.

RGB Display Development

[SeBsZ] tipped us off that he’s working on a display using RGB LEDs. He’s etched some nice surface mount controller boards to carry the ATmega8 microcontroller and NXP PCA9635 drivers. This setup uses the I2C bus to address each expansion board of 5 LED modules. Theoretically this hardware would allow for 638 RGB modules but because of power and refresh rate issues he’s set his sights on reaching somewhere between 100-125, a total of about 25 expansion boards.

There’s not a ton to show off yet. But we expect big things from the project. Partly because one of his goals is to generate a display that can be rolled up and easily moved, and partly because his large-scale light bulb displays are so impressive. Take a look at the video of his 60-bulb unit after the break.

Continue reading “RGB Display Development”

Guerilla Theater Hits Two Wheels

[Tom] wanted to take the show on the road so he added lights to his bike using theater grade control hardware. The picture above shows three tail lights comprised of 195 LEDs. Built on perf-board, a DMX512 controller can display several patterns on each module. The lighting technician (bike pilot) controls the patterns through a series of switches on the handlebars. There’s several pages of details posted including schematics and firmware. This would bring a little extra fun the next time you ride in a Critical Mass event.