Do you like my hacking? If so, please consider leaving something in the
Current contents:
EUR0 (about $0), some lint and a button.
![]()
The LEDs power on all-white until they are told to do otherwise. This is just after
hanging them up: you can still see the holes the screws are in if you click on the image.
![]()
With colors. When it's dark outside, the effect is even prettier.
I made a quick-n-diry movie of some possible color effects, to demonstrate the
hardware. The movie unfortunately is a bit over-exposed, but the effect
should be clear.
original
The firmware, for what it's worth, and the PCB-design are licensed under the GPLv3, as usual, and can be downloaded here. There's a little demo-program for the PC included too. I still need to research some more effects: for example, having my very own automatic sunrise oughtto be a nice thing to have when I'm sleepily having my breakfast in the dark winter times.
Last 10 comments Show allThe only thing i'm not clear on is how you us the addressing lines, any chance of some further info?
Excellent project, one of my friend is looking for exactly this type of thing to illuminate the wall behind a new book case, going to build one myself for some nice mood lighting.
Mosman: Any logic level N-type MosFET will do, if it can handle the currents involved (which are <1A here). In my setup, the MosFETS I chose are actually major overkill, but they were cheap.
What are the specs or reasonable ranges for the Mosfets you are using? I've been trying to find the correct parts to duplicate your project, but have been unable to find the ones you have pictured.
Awesome! I'm sure I will do something like this soon for my dorm room. I always wake up in a much better mood when I do it by the rising sunlight, so that sunrise idea is worth trying!
Great job, and amazing effect. It's a pity we don't get to see "ready-made" kits that allow "non-electronic" people to simple buy and assemble this at home.
Your tinkerings and creations always make me jealous :P Good work.
How about hooking the strip as a visualizer to the music player ;P
It would be kinda neat to hook this all up to a network router which can run OpenWRT or such distribution so you could control the lighting from WiFi devices like a netbook or smartphone. The Linksys routers can be modified for serial I/O or even bit-banged SPI or I2C. If you go with a AT90USB* device, you could use a router with a built-in USB port so no hardware hacking of the router would be required.
The addressing lines basically set the address of the module, in binary. There are 3 of them. Address 0 = all 3 lines pulled to gnd, address 1 = adr0 floating, the rest grounded; adress 2 = adr1 floating, the rest grounden; adr3 = adr0&adr1 floating, etc.