I am going to use arduino to control some led lights. I know this project has been done before but my drivers use a 0-10v PWM signal for dimming and not analog. So I am trying to figure out how to achieve that. They sell 0-5v pwm to 0-10v analog converters. I cannot find the same for what I am needing. Thanks!
If you need to create a 0-10V PWM signal, your Arduino can create 0-5V, you can then use a transistor to convert this up to 0-10.
A MOS FET or a BJT could be used, there are also other drivers.
No they are not meanwell. Is a viparspectra 165w fixture. I had the model number at one time of the drivers I can’t find it now I would have to open the fixture again. I did look it up online though and it said it was 0-10v pwm for dimming
If the fixture can be dimmed with a pot (analogue), then you most likely don't need 10volt PWM.
Just try with an opto, as explained in the other thread.
Leo..
I suppose the pots are not used for resistive dimming but for controlling the PWM output? If then you might need some signal amplifier for that. You might need LF356N for that. There are other ways to do it too.