#Led wiring

1 messages · Page 1 of 1 (latest)

acoustic frigate
#

Hey, I am planning to wire all the Annunciation for my 737 FWD Overhead, each Annunciation is 2 orange Leds connected in parallel (2V 20 mA). In total there is Obvs more Then 40 Leds that will be running, and i might need to use 2 Arduino Megas. My question is what resistor do i need, can i use 1 Arduino with this much mA running, is it possible for someone to make a wiring diagram, what power supply do i need. I am very new to these LEDS shiet

swift dome
#

With that many LEDs you may want to consider led driver chips

#

See these pages

twin flume
#

A regular shift register will need installing resistors in each led. A 220 - 330 ohm resistor should be good. However, there is a better alternative: using a led driver like the DM13A only requires one resistor to set the overall current per segment.

static knoll
twin flume
static knoll
#

Maybe an additional small hint. With a LED driver the current for all 8 outputs is defined via one resistor. If you want to adjust the brightness of LED's which are connected to one Output, connect a resistor in parallel to the LED's. In series the driver tries to keep the current constant. This does also work for a single Led if you connect the resistor only to this LED in parallel. 😉

proud dome
#

I designed my own PCB to drive up to 96 LED with one Arduino Nano with the TPIC6B595DWR chip. Works perfectly, every LED needs its own resistor though (which is the case on my OEM panel led switches)

proud dome
twin flume
#

Nice

proud dome