Friday 21 October 2016

Why do some DC-powered LED circuits flicker?


Flickering LEDs are everywhere. I can think of a number of reasons why an LED might flicker:



  • Supplied from an AC outlet (traffic lights in ex-USSR)

  • Addressed one chunk at a time (most multi-position 7-segment displays, for example)

  • Fading (dimming)


But some occurrences have me stumped. In particular, the LED-based stop lights on some cars. I can see no reason for these to flicker: they are supplied with DC, and they are either entirely ON or entirely OFF, so no addressing issues and no dimming. And yet they flicker.


Is there some reason why someone would intentionally make LEDs flicker in such circumstances? Perhaps one can get more light per watt out of them this way or something like that?





No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...