Thanks . That was useful. I have ordered Meanwell, 320w, 48v powersupply.
I have seen some threads where people mention that its best to be close to the max voltage of the strings, instead of going for a higher voltage power supply. They were saying the efficiency of the LDDs are max when the voltage matches the sum of led's fw in each string. Will that be something that I have to be concerned about? One of my LDDs will be driving just 4 LEds as they are the red colored ones which I do not want to max out... So the LDD requires just 4x3+3 = 15v, whereas the power supply is supplying 48v.
Going to the arduino output, do I need resistors to connect to the LDD? Is that for a precaution in case the pwm signal fails and the full voltage goes to the PWM input, driving the ldd at its max ? I do not have any overrrated ldd for any of the led strings and so even if the LDD PWM input was at max, my leds would still be safe.
How do I test the arduino outputs? If it were analog signals I could have measured the voltage using a multimeter. But with PWM outputs, how do I make sure the values are correct? I figured out I can write 255 and 0 to the pins to measure for 5 and 0 volts. But anything in between is still 5v..... I just need to verify stuff before connecting the drivers to arduino....
My plan is to control the lights using a webpage which should display each channel and allow increasing the intensity manually whenever required, overriding the time based auto setting stored in the arduino. Is the ethernet shield whatI require for this? I am yet to go through the arduino stuff, but wanted to buy all the stuff before I start working on it. I have ordered a Arduino UnO R3. Let me know the shields which I should be buying to make my web server running on a local network so that I can just open the page on my mobile phone and control the intensity. Does the web server come along with the ethernet shield or is it some kind of library that I need to flash into the firmware of the arduino to host a web server?