0

I'm making progress on building a portable light for my kayak.

It will use 3 of following chips: 50W, 12V chips.

The battery will have to be portable so I'm planning to wire them in parallel. I calculate 11.25 Ah needed so thinking to get the battery between:

  • 12V, 14Ah
  • 12V, 18Ah
  • 12V, 35Ah

It is just going to depend on weight.

Each light will be in an aluminum housing and only turned on under water.

I've read about the troubles with overworking one LED when in parallel. Can I put a resistor before each of the 3 lights and if so, can someone direct me there?

Also, can I add switches to each light to conserve battery without overworking? That is, only turn on the lights I need?

enter image description here

JRE
  • 67,678
  • 8
  • 104
  • 179
  • 1
    "Can I put a resistor before each of the 3 lights and if so, can someone direct me there?" yes. it's called series resistor and is kind of required. – Marcus Müller May 16 '21 at 13:59
  • 3
    If these LEDs are designed to operate from 12 V then they aren't just "chips". They might have series resistors built in to them already. You need to provide a link to the manufacturer's datasheet (and not the Amazon or Ebay seller's page). – Elliot Alderson May 16 '21 at 14:02
  • Unfortunately, I don't have a data sheet..hopefully when they arrive this week.. – user3310766 May 16 '21 at 17:20
  • Nice casing bud. I hope it seals well. On the topic of series resistors, using series resistors with high power LEDs *sucks*. it isn't impossible, but boy does it ever just *suck*. I would strongly recommend doing what you need to to find current controlled drivers for the lights if they don't have built in resistors, even if you need to use a driver per light. Also if you have a "thrower" type LED like a COB with no lens on it, you probably want more of a broad wash of light than a targeted light cannon, so put some thought into what you use as a diffuser lens. – K H May 17 '21 at 01:07
  • You can lose a *lot* of light with each layer of lens. For ease of manufacture, you probably want acrylics, so I would recommend a combination of shaped acrylic lens sheet (like the pyramid sheet you see on flourescent lights for example) and flat LED diffuser sheet impregnated with glass microbeads advertised as "Opal" acrylic sheet although that may be specific to a brand. The shaped sheet has high transmissivity by virtue of being clear, and the microbead infused sheet diffuses through its full thickness rather than just having a frosted coating, so also has high transmissivity. – K H May 17 '21 at 01:11
  • @K H can you give me an example or specs of what I’m looking for in a current controlled driver so I understand what I’m looking for? – user3310766 May 17 '21 at 09:25
  • And will I require every led to have its own driver? – user3310766 May 17 '21 at 10:09

2 Answers2

3

That kind of COB LEDs have power control chip on board, it has even overheating protection. I am using similar, 50W, 120VAC without any PS, just straight connection. 50W is a lot of heat, you need good heatsink. And yes, you can connect them in parallel, total current will be sum of currents. Switches to each LED will be OK, just choose proper voltage and current.

user263983
  • 1,599
  • 1
  • 4
  • 9
  • This isn't a novel concept I'm building as folks use these lights fairly often on the coast...here is an example: https://afishnsealights.com/collections/batteries/products/double-trouble-with-pole I was looking to build one to my specs and will be mounting the chips to 4in sections of 3/16" aluminum rectangle tube. Should I additionall add heatsink material to the back of the rectangle tube if they will be submerged? – user3310766 May 16 '21 at 17:14
  • Just looking for confirmation as I'm learning here...so all will receive 12v in parallel...I just need to ensure I have enough amps to 1) power them e.g. >11.25ah and 2) enough to run them for the desired amount of time. So for example, 35ah will run them for ~3hrs and 14ah will run them for ~1.24hrs. With the switches in place, it will prevent one chip from taking too much current? i.e. not the same as running all 3 lights on and one being burned out? – user3310766 May 16 '21 at 17:23
0

If it is a chip, it will have a datasheet missing in this question and an equivalent series resistor internally with a tolerance. on the best Samsung high efficacy LEDs, Rs= V+/3V * ~ 30% * 1/Pmax= 12/(10*50W)= 24 mohms +/- x%. So if you understand the tolerance, adding a small series R and to match all LEDs, but they must be at the same temperature. Otherwise you increase R to compensate for -4mV/‘C for each LED in series. But this is a poorman’s way as the battery voltage changes 10% over which the LED’s get continuously dimmer to nearly off, but it is also a good way to extend the battery life.

LEDString’s are completely different with only 3 LEDs per array thus 3x3V LEDs in series and a 3V resistor drop added.

FWIW this is not an answer since the question has no tolerances or specs.

You would need every part to be waterproof , which LEDs in epoxy are not. Something like this in 4A to 5A “ Waterproof DC Buck Converter, Yeeco 8-22V 9V 12V to 1-15V 3V 5V Waterproof DC-DC Step Down Voltage Regulator Converter 45W 3A Adjustable Volt Transformer” from Amazon for each light with a dimmer pot or switch.

  • you may have to also use Aluminum heavy wire non-corrosive
Tony Stewart EE75
  • 1
  • 3
  • 54
  • 182
  • Unfortunately, they have not arrived yet so no data sheet...only the listing: https://www.amazon.com/gp/product/B081QBC9MZ/ref=ask_ql_qh_dp_hza – user3310766 May 16 '21 at 17:19
  • You’ll need a 100W heatsink on each one and best to get and 15A adjustable Buck regulator for 14.7V Li Ion and everything must be cool not enclosed and water proof. silicone spray helps but hurts magnetics from capacitance added and also reduces light intensity but electromigration damage to substrate. If you don’t follow my advice run dimmer to avoid thermal runaway selfdestruction.. – Tony Stewart EE75 May 16 '21 at 17:40
  • Stewart...just added a picture...assuming its water proof and staying submerged, do you imagine addition heatsinks needing to be added? – user3310766 May 16 '21 at 18:23
  • 1
    As long as both conditions are true. Ok. – Tony Stewart EE75 May 16 '21 at 19:49
  • I’ve used 50W LEDs under water and it works very well for heat dissipation. I’d suggest using about 3mm (1/8”) aluminium, which is thick enough to ensure that the LED has a flat surface to contact. A 100mm (4”) square is adequate and needs no fins, provided you can be sure that the LEDs will be constantly submerged, or at worst not out of the water for more than a second or two at a time. – Frog May 16 '21 at 20:09
  • @Frog, do you run them parallel or just use one? I added photos and I’m using 3/16” rectangle tube – user3310766 May 16 '21 at 20:29
  • 1
    I’m using high voltage LEDs (56V) but the same power rating. 3/16” box section should be fine. If the heat sink has water-cooling on the back then in some ways thinner is better, but 3/16 is good. – Frog May 17 '21 at 06:01