Friday 12 September 2014

LED Strip Light - Power supply issues


I'm making this right now - https://www.youtube.com/watch?v=qlMtakaa7u8


Each 5m roll of LED takes 60W power (http://www.ebay.com/itm/182028302443?rmvSB=true). He's using two of these rolls, so a total of 10m LED Strip.


My question is, that he's using a 19v 3.14A adapter which gives out a wattage of 60W. Isn't this lesser than what is required for the overall 10m (60w + 60w = 120w?). What's the effect of using this lower wattage on the LED output?


Instead, I thought of connecting the two rolls in parallel but the 19V adapter and connecting in parallel will probably burn the LEDs due to the fact that the LED strips are rated at 12v. Can I connect the two sets of 5m LEDs in parallel to a 12V 5A (which will result in 60W, the maximum wattage the LEDs can handle) DC Power supply? I'm assuming that then both the 5m strips are running at full brightness then. Or am I wrong and since a total of 120W is required, should I go for a 12v 10A DC SMPS Power supply? I studies Physics a long time ago in school and I'm pretty clueless here. What I'm looking for basically is the best way to extract the maximum light out of the LEDs. Thanks a lot guys!




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...