DIY Emergency Lighting System

diy_emergency_lighting_system

When the power goes out at home, what do you do? Most of us probably scramble around the house looking for a flashlight. [Gigawatts] wanted a better solution, so he built an emergency lighting system based off a standard household UPS. A while back he had constructed a relay-switched outlet box to help periodically restart his cable modem which would get hung up a little too often for his liking. Since changing Internet providers, he no longer needed the switched outlet box, and was looking for a way to reuse it.

He hooked up the outlet box into the “battery powered” side of the UPS, and inserted a light bub into the normally closed half of the switch box. A 5v power supply was hooked into the “surge protection only” side of the UPS and is used to keep the relay switched. This causes the half of the switch box that is normally closed to remain open, and the light switched off. When power is lost, the 5v supply no longer switches the relay, and the light is turned on – powered by the UPS battery.

This is quite a useful hack if you happen to have a spare UPS sitting around – it sure beats scrambling around searching for a flashlight in the dark!

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.

Choreographed Christmas Light Show (x4)

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

[Lucas] is at it again this year. Not satisfied by the computerized systems available on the market, [Lucas] decided to build on last year’s project. To save a bit of cash, he built the setup around Parallax’s low-cost SX28 proto board. The system is capable of controlling 102 channels, with 8-bit dimming. 6 boards control 7 channels each and are communicated to through a serial protocol (reducing the whole setup to only 36 feet of wiring).

More importantly, he’s teamed up with 3 other neighbors who also share a passion for outdoor Christmas lighting and they’ve put together the Christmas Tour of Lights. Money raised from all donations goes directly to the St. Jude Children’s Reasearch Hospital in Memphis, Tennessee.

Simple Automatic LED Lamps

simple_led_lamps

[woody1189] put together some automatic lighting for his closet. Nine LEDs are grouped into three lamps and controlled by a hall effect sensor. He prototyped this on an Arduino and then migrated over to an ATtiny85. Although the current implementation could be accomplished without a microcontroller, we’d love to see some firmware improvements such as an auto shutoff for when you forget to close the closet door. The hall effect sensor seems to pop up in a lot of projects so make sure you get a few of them with your next parts order. Video of this in action after the break.

Continue reading “Simple Automatic LED Lamps”

210 LED Lamp

full-mountedLeds

Current fluorescent lamps are great for lighting large areas using very few Watts; however, LEDs are far more efficient at producing light and have less of an impact upon the environment considering there is no mercury within them. [Andrew] sent in his team’s LED florescent bulb. The first revision utilized 87 LEDs, but to increase output the second revision uses 210. The assembly can’t actually be placed in current fluorescent lamp ballasts and must use a 12 volt 1 amp power supply, but perhaps future versions will correct for this. Another problem is the relatively small viewing angle, and while there is a diffuser, we’re wondering if they have any other ideas to spread the light and adjust for the color temperature without reducing output? We wonder how it compares to some of the commercially available LED florescent lamps.

Addressable RGB LED Strip

ledrgb

[Synoptic Labs] stumbled upon an RGB light strip with individually-controllable LEDs. The strip uses 5 volts and is controlled by an HL1606. Because the strips are hard to find, this chip is mostly undocumented and he had trouble driving the strip. He was unable to get it working until he met with [John Cohn], who had previously reverse-engineered the serial protocol. Working together, they released a library for the Arduino to drive the strip. So far, the library only supports fading each LED, the only known functionality. If more strips like these were available, constructing LED matrices would be much easier. Embedded below is a video of the strip fading through the rainbow.

Continue reading “Addressable RGB LED Strip”