Powering led peripherals

lazaah

Well-Known Member
A question best asked here.

I am looking to add an arduino, some fans (probably 2x noctua s12-pwm), and make use of the pwm function of my driver (hlg-60h-700b) which powers my 9x vero-10 fixture. The arduino is primarily for smart lamp control and cooling. I'm having trouble understanding how to power the peripherals.

My led driver isn't up to the complete task as it only just runs the lights. To my understanding, I need a supply that provides the following; 12v @1a for the arduino, 12v @ 0.12a for each fan, and 10v for the hlg's pwm.

While I understand how to power LEDs, I've got no idea where to start with the rest. I'm basically trying to avoid having a bunch of unreliable wall-warts around. I'm not after a direct answer, but if my fellow diy'ers could guide me along I'd be most appreciative.
 

guod

Well-Known Member
Ready...

Typhon LED controller allows you to control 4 LED channels independently. Perfect for ANY LED drivers that accepts either 5V or 10V PWM input controls, such as Meanwell LED Driver (10V input PWM)
Note: Max of 2 LED drivers can be wired to each channel.

  • Four independently controlled channels with either 10V PWM or 5V PWM output.
  • Ability to set timing (on/off), maximum intensity, and fade time for each channel.
  • Real Time Clock.
  • LCD screen displaying real time and level of intensity for each channel.
  • Upgradeable Software using FTDI USB Cord.
http://www.boostled.com/product_p/typhon.htm

or DiYe with Arduino...

http://www.nano-reef.com/topic/321511-typhon-based-led-controller-on-the-cheap-seriously/
 

lazaah

Well-Known Member
Cheers guod.

I read through both of those threads many moons ago when building my first controller, but unfortunately I couldn't find any information eluding how to supply power to more than just the arduino from one power source, without providing too much voltage or current by accident. I've spent a considerable amount of time going through controller threads, most people just seem to piggy back their fans on their drivers, and power the arduino with a wall-wart.

I guess I could go with a modified micro-atx supply, but I would still prefer a specific psu selected for the task with known reliability and specifications. I've layed down quite a bit of money, so would like to keep the standard up.
 

lazaah

Well-Known Member

lazaah

Well-Known Member
Cheers.

The pwm logic is inverted (0=full, 255=0), I'm assuming this is because I've used two transistors. Is there any advantage to using two, or will just the non suffice? There is many conflicting diagrams out there...

One issue, the driver dims until the LEDs are off, but when ramping back up they don't come back on until about 40%. Is there a work around for this, is this a malfunction or is there a specific reason for this? Or a work around maybe?
 

lazaah

Well-Known Member
Update on the return from low dimming issue. Seems that when using a 100k Pot I still have the issue. I can't find anything in the datasheets about it either.
 
Top