Electronic – LED current source circuit design concerns

current-sourcedesignledover-voltage-protectionsafety

TL;DR: Read the bulleted list below.

I am designing a simple constant current source to power up some LEDs inside arcade buttons. My project consists of 20 of these buttons. Every button is internally composed by this circuit: enter image description here

I can't change this circuit because it is locked inside the button's plastic body, so swapping the resistor/LEDs isn't a possibility. Also, I couldn't determine the LEDs specific part number; the manufacturer of the buttons didn't gave me any info about it's circuit. I believe they are 0805 white LED's with 2.8V Vf and 20mA If. And the resistors also seem to be in 0805 packaging.

So to drive them safely from 12V jack plugs with over voltage protection and some brightness control I designed the following circuit, using components I already have lying around:
enter image description here

The J1 and J2 are the connectors where I will wire up all buttons in parallel.
The V1 voltage source is placed there only for simulation purposes. So, now I make these questions:

  • Is this current source okay to drive my button's LEDs? Considering the 1/8W supposed limitation of the internal resistors.
  • Does this over voltage protection circuit works?

DATASHEETS:

  1. http://www.ti.com/lit/ds/symlink/lm158-n.pdf
  2. https://my.centralsemi.com/get_document.php?cmp=1&mergetype=pd&mergepath=pd&pdf_id=2n5060_series.PDF
  3. https://www.infineon.com/dgdl/irfz44n.pdf?fileId=5546d462533600a40153563b3575220b

Best Answer

I would not choose any of these 3.

  • This R value seems to be for 12V operation across the switch.

    • 12V-2.8=10.2V /470 = 21.7mA assuming Vf is correct
  • Possibly these LEDs are ~ 2.8V @ 10mA.

Thus simple solution is PWM or Pot control OA or transistor to reduce voltage and/or current.

  • The button can drive the LED at the same time if it is 12V
  • or any transistor and 10k Rb Pullup to + or pulldown to Gnd.
Related Topic