PDA

View Full Version : Lighting/ LED MEanwell D or P?



RedfordReefer
05-08-2010, 06:38 PM
Heya Evil, I've been stalking you over on Nano tuners. :D


I've been searching for about two hours with no concrete answer.


I am going to be running an Arduino Mega (With the AtMega368 chip), and using the pwm outs to dim based on certain criteria.

Do I need a D or a P driver?

I honestly have NO idea what the difference is.

evilc66
06-21-2010, 02:18 PM
"P"s will most likely be the easiest for you. The difference is really simple. The "D" model uses a 0-10v analog input. The "P" model uses a pwm input. Converting pwm to analog isn't really easy (it's not impossible), so the "D" model isn't that helpful when building your own controller. Just keep in mind that you need to supply the driver 10v, not the 5v that the Arduino outputs. You will need to use something like a FET to do the switching duties between the Arduino and a 10v regulated source.