(no title)
rowinofwin | 3 years ago
Going with lower voltage is less efficient as the LED will output less light per voltage but not linearly, it will still use most of the power of full brightness at half.
Choosing PWM allows you to skip this problem by keeping the voltage identical but by using human persistence of vision to get the ideal number of photons to your eyes per your perception frame. The problem comes from making a slow PWM signal, say 60Hz, or having two similar but not identical PWM signals near each other, such as two different TV screens with a different backlight PWM frequency. That can make you see flashing because of the out of phase brightness peaks and troughs lining up.
throwaway821909|3 years ago
jbay808|3 years ago
Strobing can also be dangerous around rotating machinery, like a lathe, because at certain RPM the machine will appear to not be spinning.
I believe the solution is to use a buck converter with enough inductance to ensure that the current to the LED is not interrupted.
bodhi_mind|3 years ago
derkades|3 years ago
I don't think this is true? Aren't LEDs more efficient at lower voltages/currents?
tomn|3 years ago
The real reason for PWM dimming is simplicity, expanse and size.
Turning an LED on and off is a lot simpler than a real constant-current LED driver: indicator LEDs can be driven directly from a digital output on a microcontroller, or switched with just a mosfet. Constant current is always going to be more components.
In AC-powered applications, making an LED not flicker at 100/120Hz requires capacitance for energy storage, which are bulky and unreliable.
szundi|3 years ago
This is because leds have a fixed voltage drop and just a bit above that your light efficiency is almost zero.
andreareina|3 years ago
briHass|3 years ago
The flicker that bothers me, and maybe the GP, is likely due to cost cutting in the LED power supply. Not enough filtering or ability to handle the normal voltage dips in a home electrical system. As above, the solution is usually to spend more $ on bulbs, but not a guarantee.
xxs|3 years ago
terramex|3 years ago
xxs|3 years ago
Also the PWM can be in the high 30KHz w/o much of switching sacrifice loses, not even dogs would react on it.