Needing a front fan to keep his hard drive cool, [CalcProgrammer1] found he was unhappy with a single LED color for the fan. He swapped them out for a set of four RGB LEDs and whipped up his own controller board for the unit. It is based around an ATmega168 and patches into the COM2 header on the motherboard, providing a serial interface. [CalcProgrammer1] wrote a GUI to control fan speed, and individual LED color settings. You can take a look at and enthralling, edge-of-your-seat demonstration of how slider controls work after the break. Wouldn’t it be great if the HDD LED clock could be adapted to use a fan so that the front panel had a colorful analog dial on it? Continue reading “LED And Fan Controller”
LED Hacks1840 Articles
112-LED Coffee Table
[Joe] tipped us off about his 112 LED coffee table. This 12-ups the LED matrix from Friday and 31-ups the Shiftbrite table. Driving this grid is an ATmega328 in i2c slave mode. It listens for display data from a second ATmega328 and uses that to set the array of TLC5940 driven LEDs appropriately. Separating the processing microcontroller from the display microcontroller allows for fast and smooth display changes that can be seen after the break. [Joe’s] table exhibits exquisite cable management, clean code, and an amazing amount of flexibility. Maybe [Caleb Kraft] will finally pony up the dough and make this project for his own home.
[Joe] waited until he saw some other LED tables to send us a link to his hack. This is obviously an awesome project, one that we want to see just as much as our readers do. So please, don’t wait for someone else to stumble upon your project, send us a tip once you’re done sharing the details.
10×10 LED Matrix
[KopfKopfKopfAffe] just finished a 3-year labor of love resulting in this 10 by 10 LED Matrix. This trumps the Shiftbrite table from earlier today by bringing an actual 100 LEDs to the display. These LEDs cost much less than the Shiftbrites, but since they don’t have their own on-board controller this project requires much more back end work. A total of 25 ATmega8 microcontrollers drive this display, in turn controlled via an RS-232 connection to a computer.
We love the Lemmings animations. It made us realize that this would be a great candidate to play Super Pixel Bros on. Check out the video after the break for snapshots of the hardware as well as videos of the matrix at play. You may also want to peruse the translated work log.
Cooling LEDs By Heating The Water Saves On Electricity
[Matthias] swapped out his twin-tube florescent aquarium lights for LEDs. By running tank water through the aluminum LED mounts he’s transferring excess heat into the water in the tank, in turn saving some of the electricity that would have been used to heat the tank. Couple this with roughly 35 Watts saved by moving away from fluorescent tubes and he’s got a great energy-saving hack. The LEDs used in the last aquarium light conversion were cooled by heat sinks and fans. We’d love to see this concept incorporated into that design.
Shiftbrite Coffee Table
Here’s a project we’ve been wanting to do for a while. Over at macetech.com they’ve posted an LED coffee table that uses a 9×9 RGB LED grid. For the LEDs, they used the shiftbrite modules we’ve seen before. The table is capable of displaying pre written patterns as well as accepting patterns from a computer via bluetooth. They’ve set it up to connect to a twitter feed and display to a live cam on their site. Though we would love to reproduce this, we need a little more justification than “ooooh, shiny” for the funds involved. Anyone want to donate 100 shiftbrights?
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]