Sujet : Re: Anybody Seen a Simple LED "Fail-Over" Circuit ?
De : bowman (at) *nospam* montana.com (rbowman)
Groupes : comp.os.linux.miscDate : 26. Nov 2024, 09:40:25
Autres entêtes
Message-ID : <lqlfrpFu455U1@mid.individual.net>
References : 1
User-Agent : Pan/0.149 (Bellevue; 4c157ba)
On Tue, 26 Nov 2024 02:24:12 -0500,
186282@ud0s4.net wrote:
Critical Redundancy - One LED fails, another takes over ?
Complicated question. For a complete catastrophic failure where the LED is
either open or shorted a couple of transistors might do it. Even that
would be difficult if a PWM dimmer is used.
Even worse the degradation may be light output and/or color rather than a
simple go / no go.
Then you get into the human part of the equation:
https://learn.sparkfun.com/tutorials/light/visible-lightI'd actually been playing with PWM output in a Pico with C. The Uno piles
a lot of sugar on it with analogWrite rather than the Pico SDK
hardware_pwn
https://cec-code-lab.aps.edu/robotics/resources/pico-c-api/group__hardware__pwm.html
I've got to play with it a little more but simply incrementing the duty
cycle isn't too smooth perceptually.