Rebel Triple Play with Driver Assembly Guide


Let there be light... (Of many fabulous colors!)

Ho there, pardners!

This is a quick little assembly guide to show you roughly how we intended for a Rebel Triple Play LED board to go together with a Triple Play Driver Board and a heat sink. In the end, I'll give you some pointers on operation and a code example that will work with an Arduino. So let's dig in!

Also, this guide can be used with the single driver board. The assembly will be the same, it's just that you will only be controlling a single LED instead of 3 discrete LEDs.

What you'll need

There's a couple different ways you could put this pile of stuff together. For example, you could 1) use the single driver together with the white Rebel Triple Play board to have a single, really bright light with a single PWM control, or 2) you could use the triple driver board with the RGB Rebel Triple Play board to get PWM control on your three channels of red, blue and green. These are the most likely choices as the other choices offer only silliness. I'm opting for option 2, but I'll point out the differences in the options as we go.

Here's the list of parts I'm using:

Ready? Here we go!

OK, what you don't see in any of the pictures here is the mess on my desk that normally accompanies all my work. While I'm at least accustomed to working in such conditions, you may not be. Tidy up as necessary, or your parts may find ways to elude you. We have the luxury of taking photos away from our cluttered desks to give the illusion of organization.

First, grab your heat sink and some fine-ish sandpaper. Why? These heat sinks are extrusions and cut to length by the manufacturer. And they're not always the smoothest surface, which is what we want to conduct heat better through the thermal adhesive tape we're going to use. I had some 600 grit lying around, so I used it. That worked well enough to knock down the big ridges, but still left the surface smooth enough to allow good heat transfer. Wet sanding can provide a ridiculously smooth and even surface as well.

When you feel good about your surface, you can mount it to the Triple Play LED board. Try to clean your heat sink pretty well before this, otherwise you won't get good adhesion and thermal transfer. The tape is double-sided, so peel off the protective covering on one side and press it down roughly centered on your freshly cleaned heat sink surface. Go around each fin and press the thermal tape down good with your thumb or the butt end of a screwdriver. Put some weight behind it. The better the contact, the better it'll do its job. After this, trace around the outside with an x-acto knife or something similar (razor blade?) like so:
 

 

After all that, assuming you still have all your fingers you will be left with something that looks like this:

Now you can mount the heat sink to the LED board. Position the board such that all of the pertinent holes (for wiring, for mounting the lens, for standoffs) fall between the fins of the heat sink. When you're satisfied with the position, peel off the outer layer and expose the adhesive and press the board down good. Again, the better job you do, the better the heat sink will do it's job. The hole in the center of the board will be covered in this example. The hole is in the board to give the user an option to bolt on a different heat sink.

 

 

Now you can mount the lens, which will plug into the board in the three holes that alternate between the LEDs. To hold the lens in place, turn the assembled parts upside down and just melt the posts that are sticking out the other side of the LED board with your iron.


 

When you've got that done, you can install the standoffs with the screws to the tabs on the outside of the board:

Add the second set of standoffs to move the driver board above the heatsink. These simply screw onto the ends of the standoffs. The purpose of this is to give room between the driver board and the heatsink to prevent shorting and to add some ventilation in case things get too hot. This is optional. You could end up using nylon spacers or insulation material to achieve the same goal.

At this point it might be wise to solder some headers or wires into the driver board. Once you attach it to the assembly, it will be much harder to add them.

Now we need to add some power! Cut some lengths of wire so that they are roughly the same height as the standoffs. Strip the ends so that the insulation is exactly the same length as the standoffs:

The last step is to add the driver board. Double check your wiring and solder the wires in, and then screw the driver board onto the final assembly.

Using the example code

The driver board allows you to control each LED individually, fading, turning off, or setting them to max (650mA). This is done with three adjust pins. They are labeled ADJ1, ADJ2, and ADJ3 to control LED1, LED2, and LED3 respectively. With the pin left open, the driver will supply 650mA of current to its respective LED. When grounded, the driver will turn off that LED. However, these pins can also be used to adjust the amount of current within that range using a microcontroller.

We have included some sample code to get you started. Unfortunately, the driver board does not play well with Arduino's PWM function, so we have to do things a bit differently.  In the sample code, it simply fades in and out the colors using delays in place of the PWM function. Do not pull the adjust pins high unless you want to drive the LEDs at greater than 650mA. The adjust pin on a ZXLD1360 driver chip causes the current to be off when it's held low, and on when it's open (or hi Z). Driving the pin at a DC level will cause the current regulation to be something other than the 650mA that the open adjust pin will regulate to, possibly much higher. Tread lightly if you don't know what you're doing.

You can modify the code to fade in and out the individual LED's to create color blending, a strobe effect, or whatever else you might need. 

Good luck with your new Luxeon assembly! Just be sure to keep it away from your eyes, these things are bright! Enjoy.

Comments 14 comments

  • Joerice01 / about 12 years ago / 1

    What power supply would best fit this?

  • Member #155033 / about 13 years ago / 1

    Hi,<br />
    I still have an important question.<br />
    <br />
    How big can the maximum distance between the LED board and the driver board?<br />
    <br />
    (Sorry for my bad English :-) )

    • TimTheKid / about 12 years ago / 1

      The resistance of the wire isn't much at all, I think you can mount it as far as you need

  • luminousflux / about 14 years ago / 1

    eskalar,
    I don't have any guidance on how to use the adj pin to pump more power through the LED, but you should know what those LED datasheet numbers mean. 700mA is the highest you can drive to expect less than 70% light loss over 50,000 hrs of life (10 years of use). So yes, you can drive these LEDs harder than the datasheet max without them popping instantly. YMMV
    In my experience the single thing that will instantly kill an LED (other than static) is an excess junction temperature. It's hard to get a measurement of Tj though, but if you can keep it cool enough you can run huge currents through the LED. Since we can't provide infinite cooling we need to pick a current that will settle out to an appropriate temperature.
    As for a nice RGB white, well, it's a difficult thing to do even with professional fixtures. I'd say just give it your best trial and error - I usually end up with the most red, less green, and the least blue.

  • SpikedCola / about 14 years ago / 1

    A simple fix for the ADJ pin problem (and also the Arduino PWM problem I suppose) is to use a small NPN to drive the ADJ pin, as so:
    http://skoba.no-ip.org/adj_fix.png
    (image taken from a similar drivers' datasheet)
    I sent this off to Pete a few days ago but figured Id post it here too, just in case!

  • rappa / about 14 years ago / 1

    So would I need about a 2A power supply (650mA per channel)? Since the chip says up to 30V, could I use a notebook power supply ~19V?

  • rappa / about 14 years ago / 1

    Great tutorial. How are we powering this guy? Didn't see anything mentioning the power supply. Thanks

    • For this particular tutorial, I used a 9v wall wart. It worked just fine. The wall wart was plugged into an Arduino, but also fed voltage directly to the driver board.

  • esklar81 / about 14 years ago / 1

    Pete-O,
    Thanks for the tutorial!
    Is it just me, or did your driver board magically grow header pins?
    Also, as 650 mA is nowhere near the limit for two of the three LEDs, it would be helpful if you provided constructive guidance, rather than just warning, about using the adjustment pin.
    TIA,
    Eric

    • above 700mA is where the life of the LEDs starts to be diminished. And 650mA is for each, not total. Beyond 700mA you can damage them.

      • esklar81 / about 14 years ago / 1

        RobertC,
        I'm confused! (Not that that's uncommon. ;o} )
        Table 5 of the LED datasheet:
        http://www.sparkfun.com/datasheets/Components/LED/SMD/COM-09636-DS65.pdf
        says that the forward current limit is 1000 mA for green and blue and 700 mA for red.
        Are you saying that the green and blue will be damaged running them at, say 950 mA (same 50 mA offset from specified maximum current as the 650 mA is for the red)?
        Relatedly, do you know what the current of each LED must be to get a decent "white"?
        Lastly, am I correct in inferring that you're using an Rs of 0.15 ohms for each driver?
        TIA,
        Eric

        • I'm not necessarily saying there would be damage, but the overall life of the LED changes depending on how hard it's driven. Beyond 700mA, you diminish the life. We chose 650mA as a good balance between brightness and life expectancy (as well as ability to heat sink, etc).
          As for a 'decent' white, that's entirely up to you. If you are looking for a specific spectrum you would probably need tools to measure wavelength.

        • luminousflux / about 14 years ago / 1

          I wrote out a reply to you, but it ended up as a top level comment by accident - I hope it has some useful info for you.