Monster WS2812B strips
bte2
Posts: 154
in Propeller 1
Hi all, I am just finishing up a pontoon build and I was thinking about using some strips for general-purpose lighting as well as entertainment effects. I am looking at 30 LED/meter waterproof strip x 10 meters for a total of 300.
I understand that I need to divvy up the sections to reinforce the power traces, but before I even get started I thought I'd pitch it out to the brain trust to see if anyone has any thoughts about controlling them with a propeller.
They have strips with 144 of them per meter, and I'm trying to figure out how in the world a person would control such a beast- just 2 meters of it is a whopping 288 LEDs to control.
Inasmuch as the installation goes, I plan on welding a piece of aluminum angle along the top rail pointing downward with the LED strip also pointing downward but hidden from view by the angle stock.
Anybody have any thoughts on how to control a jillion of these things? BTW, I found 100w DC-DC converters on eBay for like $15.
Thanks in advance :-)
I understand that I need to divvy up the sections to reinforce the power traces, but before I even get started I thought I'd pitch it out to the brain trust to see if anyone has any thoughts about controlling them with a propeller.
They have strips with 144 of them per meter, and I'm trying to figure out how in the world a person would control such a beast- just 2 meters of it is a whopping 288 LEDs to control.
Inasmuch as the installation goes, I plan on welding a piece of aluminum angle along the top rail pointing downward with the LED strip also pointing downward but hidden from view by the angle stock.
Anybody have any thoughts on how to control a jillion of these things? BTW, I found 100w DC-DC converters on eBay for like $15.
Thanks in advance :-)
Comments
Each LED reconditions the signal headed onwards, so you don't have to worry too much about signal degradation for long strings ... as long as the supply voltage doesn't sag too much with changes in the supply current draw. You may want some kind of driver IC depending on the distance and conditions between the Propeller and the start of each string of LEDs.
The Propeller won't have any trouble controlling 288 LEDs. You should use some sort of level shifter to boost the Prop's 3.3V logic up to 5V.
I don't know if you've seen the thread I started where I show some of the WS2812 projects I've worked on.
http://forums.parallax.com/discussion/149822/fun-with-ws2812-b-leds
I used WS2801 LEDs in this one.
[ur]http://forums.parallax.com/discussion/147963/mood-enhancing-leds[/url]
https://learn.adafruit.com/adafruit-neopixel-uberguide
Here's a four channel level shifter.
https://www.adafruit.com/products/1787
I've successfully used the above chip to convert the 3.3V signal from the Prop to 5V which the WS2812B LEDs appear to prefer when they're powered with 5V. The WS2812B LEDs can be controlled with 3.3V logic if they're powered from a 3.3V source. High current 3.3V power supplies aren't as common as the 5V variety.
Tachyon has the WS2812 driver built-in, very fast, and it is very easy to interact with bunches of these LEDS.
BTW, Tachyon would only take 9ms to update a single string of 300 LEDs so that means a refresh rate of over 100Hz if you wanted.
You can get 16 amp (80 watt) dc-dc converters ("point of load") easily - I used a $13 Murata one from digikey but they follow a fairly standard pinout.
I think I did boost the prop up to running off 3v6. To be honest I've never really struck issues driving at 3v3, but others have. Its important the prop circuit doesn't conduct the hefty ground current of the leds.
Also attached is a 'christmas star' that had 288 of those high density leds and worked fine.
Thanks again!
In case you ever wonder, thank you. Seriously :-)
Thanks. I'm glad you enjoy the column. I love Propeller programming and hope that I can convey that joy and teach others that may be laboring with less fun devices.