LED recommendation needed
MJHanagan
Posts: 189
I am looking for a recommendation for some LED lights. I want to install them under my kitchen cabinets as task lighting. Ideally these would be some type of RGB LEDs so I can use the Propeller to adjust the color of the light from warm to cool white as well as the overall brightness.
I have five cabinets ranging from about 12" to 40" wide. We had a set of halogen lamps in our last kitchen with roughly 20 W per linear foot, so about 200 lumens per linear foot. These we on a fixed three-level dimmer switch so you could turn then down for accent lighting. These worked well but they got real hot especially in the summer months. Going LED would minimize the heat output and if I use a Propeller to drive them I could do sorts of nifty things (voice activation, auto off at night, auto on in the morning, color changes, infinite brightness control, etc.) My initial thought is to use some of these "LED strips" but wondered if there might be anything better for this particular application. Can you get a warm white light using RGB LEDs?
Any recommendations?
I have five cabinets ranging from about 12" to 40" wide. We had a set of halogen lamps in our last kitchen with roughly 20 W per linear foot, so about 200 lumens per linear foot. These we on a fixed three-level dimmer switch so you could turn then down for accent lighting. These worked well but they got real hot especially in the summer months. Going LED would minimize the heat output and if I use a Propeller to drive them I could do sorts of nifty things (voice activation, auto off at night, auto on in the morning, color changes, infinite brightness control, etc.) My initial thought is to use some of these "LED strips" but wondered if there might be anything better for this particular application. Can you get a warm white light using RGB LEDs?
Any recommendations?
Comments
Something like this: https://www.sparkfun.com/products/12027
Are most of these RGB LED strips the same?
Yes you achieve "warm white", just turn down the green and blue a little more than the red.
Once you get into these you'll find all sorts of other applications too
I've been experimenting a bit with 'beamforming' using a laser cut 12mm acrylic rod with notches/lenses at the same pitch as the ws2812b's. Looking promising so far...
Edit: The addressable strips are generally slightly different with respect to timing and pins consumed. The WS2812 and WS2812B are driven using identical single wire protocol and there are good propeller objects already for these. There are clones which accept the same protocol.
The WS2801 and WS2821 are a bit more complicated to connect. I'd start with the WS2812 or 2812B unless you want to do "PoV" (light painting etc)
Do you really need/want them to be individually addressable? (I hope the answer is yes but I'm not sure why.)
If you want to use WS2801 controlled LEDs, then the Propeller would work fine. I used JonnyMac's driver in my "Mood Enhancing LEDs" project and I also use this LEDs on my hexacopter but I'm not sure if they're really the best choice for kitchen lighting.
I know there are RGB strips where all the LEDs are the same color. I would have thought this would be good enough for your needs. I'm pretty sure the individually addressable LEDs cost more than having all the LEDs the same color.
Besides the WS2801 controlled LEDs there are also WS2812 LEDs (aka NeoPixels). The WS2812 also work great with the Propeller (using another one of JonnyMac's drivers). I documented some of my experiments with WS2812 LEDs in this thread.
There are of course lots of other threads dealing with these sorts of LEDs but I usually just keep track of my own stuff. Speaking or which, I've wondered about using RGB 8x8 arrays as lighting. Not very practical but then the lights could double as a text display. (Yeah, I think it's a bad idea too.)
Edit: I see Tubular beat me to the WS2812 option.
I now remember, this why I was wondering about using the 8x8 arrays. The 8x8 arrays use a shift register to control the individual lights and this shift register has an enable pin. By pulsing the enable pin (PWM) the brightness level could be adjusted independently from the color resolution.
I doubt you'd want 8x8 arrays but some way of controlling the brightness without limiting your color range would be very useful.
With RGB strips it can be difficult to obtain white light that is either too blue or too red. I would suggest parallel strips of warm white and cool white LED. All you need to then do is vary the intensity of one or other to get the colour temp you want. I am currently doing this for a production which requires a 4m diameter circular 'ceiling' to be lit warmly (past and present) and coolly (future).
You could try and source LED replacements for the halogen lamps. This will limit what you will be able to do, of course.
Hmmm, I would like to dim a warm RGB white light and for fun do some "holiday" colors for the kids. I'm thinking of my daughter being able to say "pink please" or "red and green" and have the lights respond accordingly.
In that case I would buy a short length of RGB, Cool and Warm and have a play and see what you favour most.
Thanks,
Marcus