Ikea Dioder Hack

[Joseph] wrote in to tell us about his Ikea Dioder hack. The Dioder is a lighting system with a silly name from Ikea. It is basically 4 RGB LED bars that are connected to a controller that will cycle their colors in different manners. They aren’t individually addressable, and at $50 aren’t really that great of a deal for people who could build their own. [Joseph] thought that maybe, if the features could be extended, it could be a decent lighting system. He bought it and began searching. Disappointed by the lack of hacks available, he cracked it open and began brainstorming. Ultimately, he decided to interface it with his computer. He can now control it with software, so making an ambilight clone shouldn’t be too difficult.

He does mention that he thought of making 4 independent drivers so that each light bar could be a different color. We agree that this would be the next logical step, possibly even rewiring for individual access to each LED.

New Year’s Party Favor?

[Infernoz] built a POV display to help ring in the new year. There is a low component count; an ATtiny26, DIP switch, power switch, CR2032 battery and holder, pin header, 8 LEDs, and a pull-up resistor. The board is single sided without any jumpers that we can see. He’s moving the display by swinging it on a rope but the PCB is the perfect shape to attach to a fan. We love these blinky displays and if you’ve got some parts this makes a great party favor for New Year’s Eve. Check out the video after the break.

Continue reading “New Year’s Party Favor?”

You’re Not Seeing Double: RGB Christmas Trees

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

[mrpackethead], created this monster of a tree.  As shown in the video, it’s capable of showing animations, patterns, and potentially video. The 6m tall creation is studded with 2000 waterproof RGB LED modules. Software for the tree was written in Apple’s own Quartz Composer and integrated into Madrix, a piece of software designed with the purpose of controlling LEDs. The 600W system is 100% Arduino-free and costs less than the equivalent of 0.04USD per hour to run in New Zealand.

[Geoist] opted for the Arduino way to rig up his own smaller RGB Christmas tree. Finding a slightly kitschy fiber-optic model in his local department store, [Geoist] was eager to harness its colour-changing powers. Upon opening it up, it was discovered that it was controlled by nothing more than a light bulb and a spinning disk of coloured light filters. [Geoist] gutted the setup in favour of a breadboard with 3 RGB lights hooked up to an Arduino. The sketch for it is available on his site.

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.

Modular Systems Using SPI

[Humberto] is at it again with a NerdKits video detailing the use of an SPI bus to communicate between microcontrollers. He started with a previous LED marquee project which was limited to a 5×24 LED Matrix and developed a modular solution to increase the size limitation.

The writeup and video embedded after the break do a great job of detailing the important differences between a stand-alone and a modular system. The good news is that the ATmega168 chips being used have a built-in interrupt based SPI protocol. Once wired correctly, a master control chip addresses each module separately, adding data to their buffer until a full frame has been transferred, then moves onto the next module.

Some of the caveats to this system such as digital transmission over long distances are discussed. We do wonder about power limitations if all LED’s in the marquee are illuminated at once. But that concern aside, if you’re thinking of playing around with an LED display don’t forget that there’s usually a huge price break for orders of 500 or 1000 LEDs!

Continue reading “Modular Systems Using SPI”

Fake Snow From An Arduino

The team at [Sosolimited] was contracted to create an interesting holiday window dispay for the HBO retail store in NYC. The Times Square display encorporates a board of LEDs and a machine for blowing the artificial snow particles around the enclosure.

The code for controlling the LED array was written on top of the open source C++ toolkit, openFrameworks and the entire setup is interfaced through an Arduino Duelmilanove. Multiple Sharp IR sensors were hooked up to the Arduino in order to detect the movement of observers, which in turn triggers fans to blow the ‘snow’ around. A National Control Devices relay board connects the heavy duty fans to the Arduino. This video demo shows just how attractive the project is in motion.

Advent Wreath From Parts You Have On Hand

Here’s an advent wreath made from six parts and a paper clip. Powered by a CR2032 3v button cell, the circuit has been free-formed using a paper clip as the conductor. We love the “dead bug” style of construction used with the ATtiny13 microcontroller because it adds an extra level of intrigue for the uninitiated. This project build on the flickering circuit we saw last year and uses the LEDs as light sensors, only turning on when a certain darkness level has been reached.

We used a tiny13 with our Menorah project last year and still have some lying around that we can use for this. We’re sure you’ve got at least a couple of low-pin-count micros on hand. If you don’t, you should!