Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

How can you create a solution for a LED constant current driver that can handle TRIAC dimming? Can you convert the waveform into a PWM and is there a simple solution?

share|improve this question

3 Answers

Triacs are typically used in mains powered devices because they rely on the zero-crossing of the mains current to switch off after each half cycle.

Driving the triac with a PWM signal doesn't work. The pulse will switch the triac on, but the zero current condition to switch off is never met, so it will stay on forever.

Controlling brightness of a constant current driven LED with PWM, for instance using a FET, is also a bad idea: current sources should never be unloaded, as they will build up a high output voltage in an attempt to keep the current flowing. Maybe not a problem for linear devices, as their maximum voltage is the input voltage, but a switcher's inductor can create voltages high enough to destroy the FET.

share|improve this answer

@stevenvh

I agree about what you said, that is the triacs relay on zero crossing and if it get the trigger at any point it will be on for next zero crossing, but it is not that we cannot use the PWM signal. At first I too thought like the same, but after doing some experiments and little circuit designing I came to know that we can use a simple pwm signal by changing the optocoupler section of the circuit, with this we can control the voltages of the ac loads instead of using the phase control firing which is the traditional one, though both are effective and simple

share|improve this answer
1  
Please try using punctuation so that we can understand you. – Dave Tweed Oct 6 '12 at 13:41

There are several LED driver ICs designed to be TRIAC dimmable from TI, Fairchild and others - the circuitry is quite complex. Google Triac DImmable LED driver for some datasheets and appnotes describing the details.

share|improve this answer
4  
Mike, we shouldn't Google it, you should, and present the result here. GIYF is an advice which you can use for every answer, and then SE might as well close. – stevenvh Jun 30 '12 at 9:34

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.