Light Up Your Ride With An LED Mohawk

[Garrett Birkel’s] weekly ride usually features some pretty wild costumes. He wanted something to step up his own look so he make this LED mohawk bike helmet. He had an LED strip to start with and found a way to use acrylic and clear plastic tubing to fold the lights into the appropriate shape. From there he designed a PCB for some DC-DC converters to provide regulated power. The juice comes from Lithium Iron-Phosphate cells, the same kind we saw in the electric bike assist battery a few days ago. We find it a bit wild that you can pick out the PWM of the LEDs in the lens effect of that photograph.

LED Lighting, A Learning Experience

[Joel] has a very specific color temperature of lighting he wants in his home. So specific, he’s decided to build his own LED lighting to get it. Actually, he’s still searching for that perfect shade of white, but doing so has learned a lot.  He initially made some very pretty PCBs, but then found that hand soldering them made quite a mess. What better time to delve into reflowing? He shares his positive initiation to the skillet method in his latest update. The search still continues for that nice warm glow he’s desiring. We’ve actually seen [Joel] before, he likes smoked meat.

Make Your Own OLEDS

The University of Wisconsin is hosting a tutorial on how to make your own Organic Light Emitting Diodes. This is so amazingly awesome. We want you guys to make some. Someone make your own matrix and display some patterns on it and submit it. Please. Though we’ve seen lots of uses for OLED screens, we never really delved into the process of creating them. It looks much less complicated than we would have imagined.

[via MakeZine]

LEDs Invade Coffee Table Crevice

That’s a lot of LEDs, and a little bit of glass cleaner. [Tobias] spiced up his IKEA coffee table by adding 6144 LEDs. This is a larger realization of SparkFun’s LED coffee table which used 64 8×8 modules. [Tobias] sourced three display boards from Sure Electronics for a total of 96 8×8 modules. These boards are addressed through a serial interface; four serial lines for each board but a shared data bus for each of the row select pins and the data/latch/clock pins.  This method uses 19 of the 20 pins on the Arduino that drives the display. After the break you can see a demonstration. If this is more than you need there’s always the 112-LED and 81-LED table projects that can produce a full color range. Continue reading “LEDs Invade Coffee Table Crevice”

LED And Fan Controller

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”

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.

Continue reading “112-LED Coffee Table”

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.

Continue reading “10×10 LED Matrix”