Meanwell LDD driver: for those who want to dim to 0 using Arduino

Can anyone comment on the smoothness of the analog 0-10v to PWM converter when using the Apex? The new controller from Coralux does 12-bit so 4096 levels of dimming compared to 256 with 8 bit. I'm still in the planning stages of this build but trying to avoid doing things twice.

I'm currently torn between buying an Apex VDM and using a converter, or buying an independent Arduino Controller.

If you had an hour fade, that would be about 4 levels per minute with the converter. I think you would have to pay very close attention to catch that, but looking for hands-on experience.

Don't want to take anything away from all the amazing knowledge on this thread, just looking for opinions, this thread is the best source of DIY LED info on the net.

If you're starting from scratch- go with the Coralux Storm X and take advantage of it's 12 bit dimming performance. The 10V Analog/ 5V PWM convertor was a stop gap measure, intended for use by people who had already purchased an APEX, but wanted to use it to control the new Meanwell LDD.
 
@OS2Surplus

The SCW's are $20+ on mouser. What about using an LM2574HVN-12 for use to power the 12v fans? Came across it looking for voltage regulators. Would it work out for use with both the LDD-h's and l's.
 
@OS2Surplus

The SCW's are $20+ on mouser. What about using an LM2574HVN-12 for use to power the 12v fans? Came across it looking for voltage regulators. Would it work out for use with both the LDD-h's and l's.

That chip looks like a winner to me. You could integrate that regulator and it's support components into an LDD-H PcB and maybe only add $5 cost to each LDD-H PcB.

I only added the SCW to my designs, to make them easier to build. I have no problem soldering little components myself, but others that use my PcB designs might find the added SMT soldering a bit difficult. The SCW provides the same "PlugNPlay" ease of use as the LDD-H or LDD-L.
 
I've found all the parts for through-hole. Although with the inductor I can't seem to find a part for it. Will have to go through every one of the inductors to find one with a 5mm spacing.
 
Ended up going with the Storm-X from Coralux. Ben was excellent to work with and even did some custom programming for me.

I am also in the market for some four-up boards if anyone has any.
 
what i really need is a 6up with a motor controller in place of one of the driver's. like in the link above or a better Design only needs 12v 2 amp ,
that would give me all i need for my build
4 ldd 700/1000 for display tank 1 ldd 300 for moon and 1 motor control reversible.
I've been looking at the stormX controller too, pretty cool

all i want to control is sunrise/set, moon phase, tidal sim ,temp controlled fan

tidal sim to just push water ramped up dwn not change lvl in tank,want to be clear about that.
 
Last edited:
I'm building a new array that required 25 of these LDD drivers. Anyone know if the Mega 2560 R3 have enough juice for 25 drivers? Thanks.
 
You should be able to run 6-7 LDD drivers from each PWM output. The Arduio outputs 40mA from each PWM pin and the LDD needs around 5mA each.
 
You should be able to run 6-7 LDD drivers from each PWM output. The Arduio outputs 40mA from each PWM pin and the LDD needs around 5mA each.

The LDD actually needs significantly less than 5mA - the actual current draw was in the microamps range. The current draw was detailed in a post many pages ago :rolleye1: but suffice to say, the Mega will have no problems driving 25 LDD's.

Although, letoan will need to use something in addition to a Mega to be able to find 25 PWM control signals.
 
actually it may be something wrong with the design.
25 drivers x 1A x 30V = 750W
That may be too much for a tank.
Input of drivers can be connected in parallel.
 
The LDD actually needs significantly less than 5mA - the actual current draw was in the microamps range. The current draw was detailed in a post many pages ago :rolleye1: but suffice to say, the Mega will have no problems driving 25 LDD's.

Although, letoan will need to use something in addition to a Mega to be able to find 25 PWM control signals.

Post #790, O2 measured it at on average 5mA maximum, the whole discussion starts several pages prior to that.

Letoan could use a couple of 16 channel servo control chips like the one used on the Storm X board. course those could be ran off of an Arduino Uno, unless you need the extra power of the Mega for the sketch and whatever else you'll be running with it.
 
Thanks guys.

I'm don't need to control all 25 drivers separately, I'm only use 6 different colors.

For example: Royal blue will be on 7 drivers. Can I connect all 7 driver's pwm to one single pin on the Mega?
 
Back
Top