Augied
Member
I used that circuit with a conventional timer, so yes, that arrangement will work. I connected the timer to the mains-input on the 24-volt power supply. The supply had rise- and fall-times that were short enough to be ignored.
Dimming can be done two ways, both using the same DIM wire on the Buck Block drivers:
1. Analog, ranging from 0 volts (off) to 10 volts (full power). You can connect a potentiometer to a resistor divider from the 24v to get this 0-to-10v range.
2. PWM. I used a 555 chip to generate that, which also worked well. A potentiometer let me set the duty-cycle.
My problems were that analog dimming would dim only by about 2.5 stops reliably, and I needed more. And when PWM was added, the Buck Blocks had some thermal drift, making light-level inaccurate.
I settled on using an Arduino microcontroller to generate PWM, and I replaced the Buck Blocks with Mean Well LDD-700 LED-drivers. Much better!
I don't know whether Buck Blocks are still available, but if not (or if they're costly), and you want to use them, I'll ship mine to you for free.
I love the results. LEDs run cool, I can set any contrast I want by changing green/blue ratio, and the diffuser hides small scratches and dust on negatives.
Mark Overton
Could you clarify a few things for me?
Are you saying that the BuckBlocks are aways inaccurate when controlled by PWM, or that the particular PWM implementation you were using had issues? I'm planning to use a Raspberry Pi Pico.
I can't seem to find a clear answer to whether the LDD-700 can by controlled with a 3.3v PWM signal (the Pico doesn't have 5v.) Do you know the answer?
Would 5 XP-E2s for each color running at 700mA be bright enough, or do I need to use the newer ones?
Thanks to everyone on this thread. This is an incredible resource.