Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Powering LED Flashlight cluster via 12vdc  (Read 1626 times)

0 Members and 1 Guest are viewing this topic.

drventure

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4152
  • Last login:April 23, 2024, 06:53:06 pm
  • Laser Death Ray Bargain Bin! Make me an offer!
Powering LED Flashlight cluster via 12vdc
« on: January 27, 2012, 10:56:19 am »
Ok, this one is puzzling the EE side of me (which, admittedly, is a +very small+ side  ;) )

I picked up a pack of those little 9 LED flashlights a while back for about 1$. My plan was to use the LED's as I might need them.

Well, in a build i'm working on, turns out it'd be nice to use use all 9 led's in the cluster to light a particular element.

No problem, but the cluster is intended to work on a pack of 3 1.5v batteries in series.

Ok. So I'm guessing the LEDs are typical 20-30ma forward current, 5v forward voltage LEDS.

There are nine of them, with all cathodes wired together and all anodes wired together.

my first thought was "I'm going to have to undo all that and hook a separate limiting resistor up to each one. Typical scenario.

But surely there's a way to connect things without undoing the existing cluster?

I've got a pile of these things so, I pull out a 1 amp fused wire, and a 12vdc powersupply, and found a 1kohm 1watt resistor (figuring they'd never light, because the forward voltage would be too low).

But, they light just fine, maybe not as bright as if connected normally to the battery pack, but as I understand it, that just means they'll last longer. The resistor doesn't even get warm.

Anyone know if this is insane, if I'm looking at a fire hazard etc.

The online LED circuit calcs don't accommodate this particular situation well, as far as I've found...


RamjetR

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 144
  • Last login:July 04, 2021, 03:27:58 am
    • My Youtube Channel
Re: Powering LED Flashlight cluster via 12vdc
« Reply #1 on: January 28, 2012, 03:27:41 am »
The flashlight cluster will have either a current limiting resistor pack for all those leds or most likely, it will have a switching current limiting circuit.

I cannot say with 100% accuracy about what you have in your hand as I've never seen it. But you should be able to tell if the circuit has a large or many small resistors for each LED to ground.

Otherwise look for an IC or small black mound on the pcb which could be a COB (circuit on board) IC. If a switching circuit is used to limit the current, then within reasonable limits, you should be able to connect the 12VDC to it and the switching circuit would clamp faster and limit appropiately.

Rule of thumb with single LEDs and resistors

5VDC needs 220ohm
12VDC needs 560ohm

The wattage of the resistor depends on how many in parallel you want.
Gentlemen.... Start your engines!
My Youtube Channel http://www.youtube.com/user/ramjetr?feature=mhee
Try my RamjetM2Borderless V0.7 utility for your M2Emulator shooting games here https://docs.google.com/open?id=0B-P3wlCiYEm3RzhCZk1NcFR3blE
Try my Sega Model 2 Output Utility RamjetVR V1.4 https://docs.google.com/file/d/0B-P3wlCiYEm3VHhBMXNxZGVIQk0/edit

MonMotha

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2378
  • Last login:February 19, 2018, 05:45:54 pm
Re: Powering LED Flashlight cluster via 12vdc
« Reply #2 on: January 28, 2012, 08:53:22 am »
Most of the cheap LED flashlights I see just have the LEDs in parallel hooked straight up to the batteries.  This is a pretty crappy design, but it's cheap.

Forward voltage on a high-intensity white LED like those used in flashlights is substantially higher than your typical red or green indicator LED.  It's something on the order of 3.5-4V.  Which is just handy if you want to hook it up to 3xAAA/AA.  Nine or so of those really bright LEDs can easily present a load of almost an amp onto the battery which drags the voltage down to something reasonable for that LED load.  The internal resistance of the battery acts as sufficient ballast to limit the current.  The LEDs are all well-matched, so they do OK in parallel.

If you want to hook it up to something else, what you have to do is add the currents up and assume a voltage of ~3.5-4V when calculating the single resistor.  The current will vary quite a bit between the cheap LED clusters and the higher end ones, even from the same formfactor flashlight (they build them to order).  I have a couple different flashlights in the same case, but one of them is quite a bit dimmer than the other.  It also has no name on it whereas the other one says "miraclebeam" and cost another dime or something.

Anyway, for a typical 9 white LED parallel cluster on a 12V supply, try about 100 ohms to start (~10mA per LED) with and maybe go down as low as 10-15 (~85mA per LED) ohms for full brightness.  1k seems inordinately high and will probably result in rather dim LEDs, indeed.

FWIW, if you wanted to be more exacting, you could rip one of the LEDs off the board and work out a V-I curve for it.

drventure

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4152
  • Last login:April 23, 2024, 06:53:06 pm
  • Laser Death Ray Bargain Bin! Make me an offer!
Re: Powering LED Flashlight cluster via 12vdc
« Reply #3 on: January 28, 2012, 10:38:44 am »
Thanks guys. Great info.

Yeah the lamps are a little dim, but still bright enough for my app (a power-on indicator lamp).

I needed the cluster because the lamp housing if from an old aircraft carrier instrument panel, so it's quit a bit bigger than your typical indicator light. A single LED just wouldn't illuminate it enough.

I might give a 100ohm a try, but based on what little I know, if each led is, say 5v forward voltage, with a 2ma forward current, that'll translate to almost a watt of power, so I'll need more than your typical 1/4 watt resister for the load...

I happened to have the 1kohm, 1 watt resistors lying around, but the next down is some 1/2 watts.

Thanks again though!

MonMotha

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2378
  • Last login:February 19, 2018, 05:45:54 pm
Re: Powering LED Flashlight cluster via 12vdc
« Reply #4 on: January 28, 2012, 10:41:37 am »
The 100 ohm resistor will burn ~8/10W, so you'll want a 1W minimum, probably a 2W if you can get it.  Using a 10-15 ohm will burn nearly 10W, so get a beefy one.

Note that you can easily run this off a 5V supply to drastically cut down the power burned in the resistor.  Obviously the resistor values need adjusted, then.