Deutsch English Français Italiano |
<vi6fa4$3sorv$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Rich <rich@example.invalid> Newsgroups: comp.os.linux.misc Subject: Re: Anybody Seen a Simple LED "Fail-Over" Circuit ? Date: Wed, 27 Nov 2024 06:47:32 -0000 (UTC) Organization: A noiseless patient Spider Lines: 131 Message-ID: <vi6fa4$3sorv$1@dont-email.me> References: <ywWdnVFGrNEA6tj6nZ2dnZfqnPSdnZ2d@earthlink.com> <vi4ipb$3f6em$2@dont-email.me> <kxOdnbHl3aR0Mtv6nZ2dnZfqnPudnZ2d@earthlink.com> Injection-Date: Wed, 27 Nov 2024 07:47:34 +0100 (CET) Injection-Info: dont-email.me; posting-host="d88ef50c19d7644f1fb81fb65f6f024b"; logging-data="4088703"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/t8ZhzSSBFwvPqe0WFT4Yt" User-Agent: tin/2.6.1-20211226 ("Convalmore") (Linux/5.15.139 (x86_64)) Cancel-Lock: sha1:GlYJkIxfddxDCyUuEGjJoEhnxtk= Bytes: 6815 186282@ud0s4.net <186283@ud0s4.net> wrote: > On 11/26/24 8:34 AM, Rich wrote: >> 186282@ud0s4.net <186283@ud0s4.net> wrote: >>> Critical Redundancy - One LED fails, another takes over ? >>> >>> Consider traffic lights, warning lights, similar. >>> >>> It's not as simple as dividing the drive current in half because LED >>> brightness is not strictly linear to the current. >> >> LED's are, at a low level, 'current' responsive lights. Driving them >> with a current source is the best way to drive them. > > Agreed ... but it's extremely COMMON to voltage or PWM them. And because all the other Lemmings are walking off the cliff, that means you should too? You asked for 'robust' (albeit in combination with other factors). Constant current drive will provide the most robust (from an LED failure standpoint, but adding constant current drive brings in 'robustness' for the driver). >> The simplest (if you can assume the upstream power supply will be >> functional [1]) is to drive each in parallel with their own current source >> (fixed current driver). I.e.: >> >> PSU >> | >> +-------+-------+ >> | | >> driver driver >> | | >> LED LED >> | | >> +-------+-------+ >> | >> Gnd >> >> >> Then if one led (or its driver) fails, the other continues to operate, >> because it does not depend upon the first one. > > Yep - except for a couple of things. First off, brightness > goes down by 50% when an LED dies. In outdoor apps you may > not even be able to see it clearly. Second, you're burning > both LEDs - meaning LED-2 may also be near fail-time. No different than if you resistor limited or pwm'ed both. If both are lit at the same time, and one fails (and its failure does not take out the other) you get 50% reduction in brightness. Now, if you meant #2 was an idle spare waiting for #1 to fail before turning on, well, then in that case, assuming the 'detection and failover' circuit operated properly, no drop in brightness, and no operating age on #2. Which you want is dependent on /what/ you really want, and your initial post is ambigious enough that either of "run both, but keep one going if the other fails" or "hold an idle spare off, turn it on if main goes out" can fit the description. >> Most LED's that fail do so because they are being driven hard [2] >> (right at the limits that they are rated for, if not well beyond >> sometimes). If you derate your drive by a fair amount you'll find >> they do, in fact, appear to last nearly forever. But then you will >> need more LED's for an equivalent amount of lumens of light output. > > > Derating is most wise. Even the recommended power levels are often > 'optimistic'. Yes, even the value in the datasheet (assuming a part for which you can get a datasheet, and that includes 'recommended operating values' is often optimistic. Esp. for white LED's used for general illumination. > Of course if you derate then you have to use bigger/more LEDs. It is very hard to have your cake and eat it too. You can have few parts (i.e. Shenzen like cheapo designs) but you very likely won't be terribly obust against failure. Or you can add more parts for more robustness and longer lifespan, but then you won't have fewer parts. > Also, LEDs can Just Die for no immediately obvious reason - bad > manufacturing or maybe a nearby lightning hit. MTBF is a "mean" > after all. True, and if the device takes a lightning hit (or nearby one) it is likely going to fail. But you'll find if you derate a fair amount (and provide proper adequate cooling) that once you shake out the infant mortality portion of the bathtub curve, that the ones that make it past infantcy will run a very long time afterward. >> [1] redundant PSU's are a different matter >> >> [2] And they are being driven hard because the Shenzen engineer >> optimized for lowest BOM cost posible without regard to lifespan of >> the device. > > The simplest thing I can think of starts off with just > the current-limiting resistor and the LED. If the LED > is working properly the voltage at its + terminal will > be rather low, More correctly, it will be whatever the LED's forward voltage drop value is, which is different depending what "color" LED is being used. But "low" is relative, and depends upon supply voltage. Some LED's have forward voltage drops of 2.5v or 3v. On a 3.3v supply, 2.5v and 3v are not at all "low". > the LED is sucking-up most of the power. If you bias an FET and > attach it to said + terminal then so long as the voltage there is > low the FET won't turn on. If the LED dies then the high voltage > will turn on the FET - which is attached to LED-2. COULD latch the > FET so it fer-sure goes to 100% Yeah, you could setup a suitably biased FET to turn on if the voltage across the LED goes too high -- indicating an open in the LED. That won't catch an LED that fails short however. So you'd only catch half the possible failure modes. Provided you know your LED's always fail open, it would work. But do you know they always fail open? > HAVE seen an LED or two fail mostly as a dead short ... but almost > never. Diodes failing short do occur (think bridge rectifier diodes that do sometimes fail short). Granted, they are different "chip dopings" than LED's, but an LED is just a 'special diode'. There's no guarantee a given LED will always fail open. It may be only 1% that fail short, but if you are talking sufficient numbers of units even 1% becomes a rather large physical count.