Hi all
Firstly, Dave what an awesome Blog!!! Thanks!
So I've decided to make my 1st post a somewhat complex one (well so I think)
I'm wanting to building a LED lighting unit for my marine fish tank due to the costs of running Metals Halides.
My project objectives:
4x 50W Blue LED chips
2x 100W White LED chips
PWM Dimming
Thermal Protection
Arduino Controlled
The main problem is getting this project started is driving the LED chips due to their high forward voltages and currents.
50W Blue = Forward Voltage of 32-36V and Forward Current of 1750mA
100W White = Forward Voltage of 32-36V and Forward Current of 3000 - 3300mA
I did some searching on the net and found this handy IC by TI, the LM3464, a 4-channel high voltage current regulator with Dynamic Headroom Control (DHC), PWM and Thermal control (1 sensor input). This is very handy as it can control up to 4 strings (chips), and with its DHC it will assist in increasing the units efficiency. But the problem is that I don't know how to interface the DHC of the IC with a power supply! I was simply hoping I would be able to interface it with a 200W 36V SMPS (for the 2x 100w chips), but it doesn't appear to be the case?
What would be the best way to drive these chips, bearing in mind I need to be able to control them via PWM independently, or at least the Blues and Whites separately.
Can a SMPS be modified to work with the LM3464? If not, can they be modified to work as a CC driver, and accept a PWM signal?
I'm not totally concerned about the thermal monitoring being done by the LM3464, as I could just use the Arduino to monitor each LED chips temperature (which would be better) and let it adjust the Duty cycle for that channel.
I would prefer to go with a SMPS as to help keep the efficiency up.
Thanks in advance!
Regards
Justin