Very accurate clock can’t be read accurately

posted Jan 25th 2012 2:32pm by
filed under: clock hacks

[Martijn] is showing off his new clock which he calls a Light Spectrum Clock. We like to look of it, using RGB LEDs in five squares that remind us of some of those LED coffee table builds. From left to right this shows the week, day, hour, minute, and second. Simple, right?

We had to smile a little bit when looking through his write up. He chose an Arduino nano as a controller, using a TLC5940 chip to drive the LEDs. But it is the inclusion of a DS1307 real-time clock that we find amusing. It will keep quite accurate time (not quite as well as the DS3232 but still respectable) but the fuzzy display technique makes telling the time accurately an impossibility. But like other color-based clocks, that’s part of the fun. The real reason for using an RTC chip is that they usually include battery-backed operation so that you can shut off the LEDs when you’re not around and the clock will continue to tick.

You can watch the seconds pass by as fading colors in the clip after the break.

Read the rest of this entry »

Animated LED buckyball

posted Dec 23rd 2011 10:30am by
filed under: led hacks

This animated LED buckyball has little to do with modeling a carbon molecule but a lot to do with adding some excitement to your party decor. [Tim] felt that the LED cube hacks had run their course, so took on the challenge of a sphere made out of pentagonal and hexagonal components instead.

As with many LED projects, finding a good diffuser is paramount. [Tim] decided to go with hot glue sticks, which do a great job of both diffusing, and piping the light from RGB LEDs. The unintended consequence of this choice is that the shape sags under the weight of 90 glue cylinders.

At the end of each glue segment you’ll find a tiny surface-mount RGB LED and controller combo. This is [Tim's] own design and in bulk it gets the cost of each node down to about one dollar. With the help of a soccer ball as an assembly jig he finished off the construction and wrote some code to produce the eye-pleasing animations seen after the break.

Read the rest of this entry »




Impromptu lamp runs Linux

posted Dec 15th 2011 11:01am by
filed under: led hacks, linux hacks

This LED lamp, which uses a soda cup as a lampshade, is Internet enabled thanks to a Linux board (translated). To say the system is overpowered would be a gross understatement. But at least there’s plenty of room for growth.

The lamp is really just a hardware extension for the Linux board. A half-dozen colored LEDs are driven by an ATmega8 and a few transistors. A Fox LX832 board pushes color instructions to the microcontroller via the i2c protocol. [Gibus] chose this board because it has a built-in Ethernet port which makes it perfect for communicating via a smart phone browser. This is where the majority of the work on the project happened. He coded a Flash application that lets you select color, hue, and saturation data from any device that doesn’t run iOS. These commands are processed by a C application running on the Linux board. See a demo of the web app, and the resulting color changes in the clip after the break.

Read the rest of this entry »

Smother yourself in addressable LEDs

posted Dec 15th 2011 9:08am by
filed under: led hacks

Guess where this guy’s headed in his suit of many colors? If you said Burning Man give your self a pat on the back. After making a half-hearted EL suit for the festival in 2010 [Sander] decided he needed to step it up this year. He bought and affixed 200 LED modules to this suit so that he could light up the night.

They’re mounted in a grid, and in order to keep the changing patterns orderly he mapped the physical location of each in his code using a two-dimensional array. The controller uses an Arduino nano to push the patterns out to the array via SPI.

[Sander] included several different visual effects for the controller. One strobes the suit starting from the right cuff when he shakes someone’s hand. There’s also an audio spectrum analyzer chip and microphone that let him pulse the lights to music. You can see how bright this thing is in the image above, but to get the full effect shouldn’t skip the video after the break.

He’s entered the project into the Full Spectrum Laser Cutter giveaway. If he wins, we expect laser cut goodness for next year’s festival!

Read the rest of this entry »

Color sensing with an RGB LED and photoresistor

posted Dec 8th 2011 4:01pm by
filed under: arduino hacks, led hacks

[Fjord Carver] brings together an RGB LED and CdS Photoresistor to make a color sensor. Those Cadmium Sulfide lights sensors usually have a very wide swing of resistance when exposed to varying levels of light sensitivity. That makes for great resolution when reading them using the ADC of a microcontroller. The LED comes into play by shining known wavelengths of light on the surface being measured. Three separate readings are taken with each of the LED’s different colors, then used to extrapolate the RGB value of the test material. We saw the very same method used a couple of years back. This time around it’s an Arduino doing the measuring instead of a PIC.

So why isn’t that sensor shown in this picture? It’s because we appreciate the application which [Fjord] is using for this sensor. He built a lamp that shines the same color as the surface on which it is placed.




Macetech takes on its own Ambilight clone hack

posted Oct 26th 2011 1:30pm by
filed under: home entertainment hacks, led hacks

[Garrett Mace] decided to beef up his 58 inches of plasma with 60 Watts of LED lighting. After seeing a ton of Ambilight clones using his LED modules, he’s built his own powerful system. Not surprisingly, it’s nothing short of professional-grade work.

Kudos to [Garrett] for showing the entire process in the video after the break. We’re talking about his planning stages, which are so often left out of build logs. He first measures the back of the television, and does some testing for distance and angle of the Satellite LED modules to establish how many should be used and to estimate the optimal spacing. From there he modelled a framing system before getting down to the actual build.

The wood frame is made up of a box with a horizontal crossbar serving as a place to mount the drivers. Around the edges, tilting rails were added to make the angle of the LED modules adjustable. As with many other Ambilight clones, [Garrett] uses the boblight software to drive his system and we appreciate it that he included his configuration file for reference. Once up and running the effect is breathtaking (and possibly blinding).

Read the rest of this entry »

Huge flexible LED matrix can be worn almost anywhere

posted Oct 26th 2011 6:01am by
filed under: led hacks

lightbright_led_mesh

[Erik] has been keeping extremely busy with his latest project, a flexible RGB LED matrix that he calls “Project Light Bright”. The folks at BuildLounge tell us that this is the first entry they have received so far in their “Light Contest”, in which they are giving away a free laser cutter to the best entry.

[Erik] hand soldered ten 16×16 RGB LED panels together in order to build this display, and the results are awesome. The entire thing is controlled by a WiFi-enabled Beagleboard, which drives all of the panels and then some. The Beagleboard features embedded web and DNS servers, which allows it to act as a wireless AP, enabling him to control the display using any WiFi capable device. The Light Bright displays all sorts of predefined artwork, but [Erik] can also alter the display on the fly via his phone as well. The entire thing is powered by a reasonably sized LiPo battery pack that he keeps tucked away in his pocket, which allows the display to run continuously for about 20 hours.

Check out the video below to see a quick walkthrough of [Erik’s] Light Bright suit, then be sure to stop by his site for more videos, details and updates on the project.

Read the rest of this entry »

Light painting Nyan Cat with an Arduino

posted Oct 21st 2011 9:01am by
filed under: arduino hacks, digital cameras hacks, led hacks

You too can paint your favorite meme in light with just a few tools. [Skywodd] brought together a couple of different projects to make this happen. He had already built a large POV display and now uses a DSLR with long exposure to create light paintings (translated).

The Arduino-powered display is built from a strip of 35 RGB LEDs. Now, that’s four pins per LED but one of is ground, leaving just 105 pins that need to be addressable. A couple of things make this manageable. First, he etched his own circuit boards for the LED strips. This breaks out the contacts to the edge of the boards and simplifies the soldering a bit by taking care of the ground bus. Secondly, he’s using M5450 LED display drivers for addressing. After the break you can see the video of the prototype hardware (in French but blinky action starts at about 2:30).

If you’re looking for an easier way to do this, check out the light painting that uses manufactured LED strips.

Read the rest of this entry »




Hack a Day serves up fresh hacks each day, every day from around the web as well as hacking related news.

Send us your hacks










     




Hacks

Resources