am trying to understand how does these LED drivers work with the 0-10v dimmers ., since i don't see any current requirements for the dimmer inputs on the the LED driver nor in the specs of most of 0-10v dimmers I saw.
for example below is the LED driver i want to use , if i connect a analog or digital dimming source what should be its current rating?
The 0-10V requirement is an old one first devised to control dimmeable fluorescent ballasts. Its widespread use allowed it to become a lighting industry "standard".
It is a control voltage only, and therefore the current requirements are quite low.
And yes, it is an analog voltage.
Since this scheme has been around for so long, newer LED luminaire manufacturers support it, to make it simpler to retrofit an older fluorescent setup with a LED setup.
1) Generate a PWM waveform of about 20 to 50 Khz.
2) Filter it with a 10k resistor and a 0.1u capacitor. Those values are not super critical, you can increase them 2 or 3 times.
3) The filtered signal goes to a LM358 opamp, with a gain of two (non-inverting). This opamp MUST be fed from 12 volts.
4) As you change your PWM settings, the DC voltage from the opamp will vary linearly.
5) Feed this to the ballast.
1) Generate a PWM waveform of about 20 to 50 Khz.
2) Filter it with a 10k resistor and a 0.1u capacitor. Those values are not super critical, you can increase them 2 or 3 times.
3) The filtered signal goes to a LM358 opamp, with a gain of two (non-inverting). This opamp MUST be fed from 12 volts.
4) As you change your PWM settings, the DC voltage from the opamp will vary linearly.
5) Feed this to the ballast.
1) I can generate a 50% duty cycle 5 volts peak to peak wave using arduino tone function, would that work ?
2) how would I make this RC filter .. resistor first n then cap in parallel ?