I have a project i am working on and using a RGB WS2812B LED strip.
Here are the specs of the LED's
LED's /M: 144 (288 total)
LED Type: WS28132B
Voltage: DC 5v
Power Watt: 43.2W (86.4W Total)
I want this to be a portable device and ideally run of off rechargeable Lithium 18650 batteries.
So my questions:
I presume I would need an 86.4W driver if they where all continuously on on full power. How can i reduce this for a smaller driver package - Maybe have them flashing at high speeds? (They need to be filmed / photo'd).
crazeuk:
My Plan is to drive them via an UNO, can I run them on something smaller like a Nano?
You have use the word "drive" for different purposes here.
You cited power converters to supply regulated 5 V power to the WS2812B strips. That sounds reasonable if you use a multi-cell lithium battery pack - which will require a corresponding purpose-built charger. There is no necessary connection between the power supply used to supply the LED strips, and the Arduino, the Arduino is in no way whatsoever serving to "power" the LEDs.
It may however be that you use your well-regulated 5 V power supply to power the Arduino via a separate connection of the paired 5 V and ground wires directly from the power supply to the Arduino 5 V input terminals.
Then you use the term "drive" to generate the instruction waveform. This requires very little power and only connects to the first WS2812B in the strip. There should be a series resistor - about 470 Ohms - in series with the data pin of that first LED.
A UNO and a Nano are electrically virtually identical. Actually, a real UNO has a second processor chip - a 16U2 - as the USB interface while many or most fakes branded and sold as UNOs are not UNOs at all but a mutant of the earlier Duemilanove which used a deprecated USB interface chip and was electrically identical to the Nano apart from a couple of connections.
So the "clones" now fraudulently sold as "UNOs" and those sold - in this case not unreasonably - as Nanos now both use the more readily available and much cheaper (Chinese designed) CH340 USB interface chip and these versions are again, electrically the same apart from a couple of details in the power supply and pin 13 indicator circuits.
So board size is in this regard, completely irrelevant to their identical functionality - there is absolutely no difference whatsoever in "computing power" or electrical power usage. And for any serious project, the Nano is the preferred module.
You could perhaps use the battery pack from a large laptop rated at 100 W and a heavy duty power converter, but you would need to find a charger for it.
You can't affect the flashing speed of the LED's PWM, it is at a fixed rate and quite slow. If you want faster PWM to film then you need these:- Dot Star LEDs
OK then. Well, you will note in the Adafruit article quite a number of warnings. You originally mentioned 288 LEDs, apparently two metres of strip. The Adafruit article warns not to use more than a 144 LED strip.
It also warns not to use other than the code they give you which is particularly cautious not to activate the LEDs over a certain limit in order not to draw more than the 2 Amps
And it has other advice as well - test one small part at a time, before presuming to put it all together.
As I have pointed out before, if you wish to use multiple rechargeable lithium cells, you will need the charger designed for the job. A single cell would require a different - step-up - converter and you would be draining it heavily, 3 Amps at least just to provide 2 A at 5 V.
Paul__B:
OK then. Well, you will note in the Adafruit article quite a number of warnings. You originally mentioned 288 LEDs, apparently two metres of strip. The Adafruit article warns not to use more than a 144 LED strip.
It also warns not to use other than the code they give you which is particularly cautious not to activate the LEDs over a certain limit in order not to draw more than the 2 Amps
And it has other advice as well - test one small part at a time, before presuming to put it all together.
As I have pointed out before, if you wish to use multiple rechargeable lithium cells, you will need the charger designed for the job. A single cell would require a different - step-up - converter and you would be draining it heavily, 3 Amps at least just to provide 2 A at 5 V.
Hey Thanks for that.
Yeah i see now.
What would happen if i drew 85watt out of a 50watt driver?
I don't intend to use a single Lithium Battery. My plan was to use 4 x 18650 and use a Dc to DC converter to step it down to 5v that i need to power both. I have a NiteCore Charger that will charge these outside of the finished device.
Alternatively i can look at using a Lipo power pack like that from a quad copter or RC car Like this
Also the lighting would never be continuously on. It will just flash patterns over a number of seconds.
crazeuk:
I don't intend to use a single Lithium Battery. My plan was to use 4 x 18650 and use a Dc to DC converter to step it down to 5v that i need to power both. I have a NiteCore Charger that will charge these outside of the finished device.
So, you have taken the battery situation into account. Good.
crazeuk:
Alternatively i can look at using a Lipo power pack like that from a quad copter or RC car Like this
Ok. I have repaired your link.
crazeuk:
Also the lighting would never be continuously on. It will just flash patterns over a number of seconds.
Nevertheless, the DC-DC converter originally cited has virtually no reservoir capacity, so you cannot overload it even briefly.
Okay so we are slowly getting there.
The small bits are arriving. Idid order the 50watt driver earlier mentioned, but i can use that for another project.