Just off the CNC - Update: It's Alve!

Looking brilliant :)

Some of us might be interested (at least I am) to just buy the circuit board and stuff without the parts installed. You should take this also in consideration. The buyer will install the parts at his own risk. Less work for you, more satisfaction for the others.

Very nice project indeed.

Maybe a smaller light (bike light) for the future ? :)

Great build along, thanks for taking the time to share it with us.

This looks excellent.

If I can offer an idea for the future ... perhaps make the circuit board modular? 1 module for 3 XM-Ls? That way anyone can order 3, break 1 at their first try at soldering, and later use 2 for total of 6 XM-Ls. Or similar.

You get the picture.

Viktor

That's one thing I've enjoyed learning since I began this "flashlight thing" the need for a thermal pathway and the different ways to route heat away from the emitter/board or whatever. Nothing to absorb/move heat = very bad.

Again, I apologize if you've already answered this but am I right assuming the part of the TIR next to the emitter does not actually touch the emitter? Is it dished out a little or flat and mounted held away or . . . . does it touch?

I find myself wishing the TIRs were larger in diameter and maybe a little deeper . . . . so, I guess I have to ask; how big are the TIRs? Not a huge deal - just curious.

Foy

The need for a thermal pathway is so often either misunderstood, overlooked, or written off as too difficult. Without an excellent thermal pathway, you could have a heat-sink the size of an aircraft carrier and it will not matter - if you can't get the heat from your source to your sink, then your sink is irrelevant anyway.

The TIR's that I'm using are 35mm in diameter (for 3 emitters) and about 15mm high. bigger ones are available though! The Iris comes to mind ( http://www.ledil.com/node/2/p/2651 ) at 38mm in diameter and 28mm tall for a single XM-L.

The Khatod PL353CTL is also a big optic at 50mm in Diameter and 22mm in height for 3 XM-L's ( http://www.khatod.com/cms/pl353ctl_series___triple_lenses_for_cree_xlamp_xm_l_leds-2705099-2705099.html# )

TIR Optics are also different animals than reflectors. While bigger is still 'better' for the beam, it's less pronounced with optics than it is with reflectors. If the design is good, an optic shouldn't 'need' to be huge to produce a very nice beam profile.

The optics that I'm using (CUTE-3-XML) are hollowed out over the emitter - they don't 'touch' - but they're very close. I would be hard pressed to say that there's a full millimeter between the lens of the XM-L and the TIR optic itself. Even this small gap, however, helps to keep the heat from the emitter from dissipating into the lens rather than the circuit board.

PPtk

Have you seen any MPCBs suitable for the 50mm Khatod?

That optic looks like a killer piece for retrofitting triples.

FWIW, the 3-up CUTE optic is what I used on my last triple conversion. Very efficient and thermally stable.

man i'd love to install one of these on my scooter lol..seriously! would have doubts about supplying it with enough power though..

What an amazing thread!! It's really interesting to see the engineering thought process behind the design of the light. I wanted to go into mechanical engineering when I was I was in college, but my math just wasn't good enough. I ended up in IT doing business software instead. (once a nerd, always a nerd).

It will be interesting to see the beam pattern once you get it all together and running at full throttle. Although your design isn't conducive to a curved light to create a wide beam, having a set of emitters at each end of the light set outwards at 20 to 30 degrees might provide more peripheral light. Sort of like a built-in cornering lights. (Please understand that I am NOT arm-chair quarterbacking! Just thinking out loud.)

Can't wait to see the pictures of it in action on your Jeep. Aren't you concerned that the light beam will catch bushes or trees on fire as you drive past?

Thanks so much for taking the time to share this process with all of us!

Joanne

This thread makes me wish I went into electrical and/or mechanical engineering. For now I'm stuck flashing C programs onto assembled microcontroller boards using code developed by someone else, then wiring them into a heatsink developed by someone on the CNC and installing it into a Maglite. Makes my "modding" seem so very modest.

I can see a lot of off-road guys wanting a product like this, depending on the price. You should send one in to Xtreme 4X4 on the Power Block :)

I haven't seen any, but they're easy enough to make. MPCB's are somewhat of a sham anyway - they conduct heat less well than a thin circuit board with heavy copper and lots of via's.

Further, I've not even seen the 50mm Khatod optics for sale anywhere. You might be able to buy them right from Khatod, but I can't be sure about that. Some companies refuse to sell direct - only handling sales through distributors..

PPtk

At full blast, assuming your scooter has a 12V electrical system, you'd need to supply this with about 21 Amps of current. I kind of doubt the average scooter has an alternator that could keep up with that - but I'm not at all sure.

There is, however, no reason you couldn't run something like this at less-than-full-blast to fit its output to the available power. Even at 50% brightness, which would only require about 11 Amps, you're talking about 12,000 Lumens at the emitter, and over 10,000 out the front (after Optics Loss and Protective Lens Loss). A 55 watt halogen head-light need 4.5 Amps, so 11 Amps is not a crazy number, I would assume.

PPtk

Hehe - Yeah, there's been more engineering thought put into this little hobby project than there is in a lot of commercial products on store shelves. I may have gone a little overkill :) I hear you on the nerd thing - I dabble in Database Administration here and there..

I had actually considered having the outside groups of LED's pointed 30 degrees out to do just what you suggest. There are two difficulties with this plan though..

1) The front protective lens is currently very easy to make. It's flat. Having to wrap that lens around a corner means either bending plastic, injecting plastic, or using three pieces

2) Circuit boards don't bend. Well, they do, they just don't work very well afterward. Again, this means either FLEX (Expensive), Rigid FLEX (Even more Expensive), or three circuit boards (Pain in the Ass)

Neither can I! I'm quite excited to get it fired up, tested, and installed. With as much time, energy, and money as I've put into this, I'm more concerned that the light beam will not catch bushes and trees on fire :)

My pleasure. I've always enjoyed sharing the things that I'm involved in. Thanks for all your kind words!

PPtk

We all have wishes about what we should have gone into - trust me :) The C programs you speak of are really not that complex - you should take some time and learn what they do. Programming a microcontroller isn't horribly complicated - especially with the fairly simple nature of what we're doing here. It's kind of fun, in fact. There are BASIC compilers for both Atmel and Microchip uControllers as well - BASIC has a much easier learning curve for a non-programmer because it's "Natural Language"

Basic Code looks like:

IF PINB.B5 = 1 (If the PIN at PORT B5 is HIGH)
BRIGHT = 127 (Set Variable BRIGHT to 127 - if we're using 8 bit variables, then this is about half)
PORTB.B3 = 0 (Set the pin at PORT B3 LOW)
END IF

We'll see - For now this is a hobby project... I haven't put a lot of thought into making this a 'product'.. I'm not ruling it out, I'm just not ruling it in...

PPtk

oh yeah way too much lol..the 11 amps would probably be possible, but would be quite taxing..it runs 2 35-watts and is able to do 55's..there are even some guys with hid setups and they work quite well..10 000 lumens would be amazing..let me know what you're charging for this setup ;)

Enclosure and other miscellaneous metal bits will be back in my hands after anodizing tomorrow. This is the color scheme I decided on for the first light. I have a second one that will be a little less obnoxious - but I wanted something stand-out-ish for the first show piece :)

PPtk

I kinda figured the optic couldn't touch the emitter. Obviously, I'm forgetting we're not talking about reflected light but rather, focused light? I'm still having a hard time understanding how it projects so far.

And . . . didn't know there were two being built.

Foy

Well, it is still reflected light for all intents and purposes.. It's just that it's reflected inside the optic rather than off the edges of a reflector. Both types of optic have their merit. Light inside a TIR optic is reflected not necessarily just once - think of it like a diamond. It's shaped so that light continually bounces around until it comes straight out the front. The multiple reflections is what allows the optic to be smaller.

As for the two being built - I always build at least two of everything I do. This way, I have one to put in my collection of 'cool stuff I've made' and another to actually use. It's also a bit safer since if I happen to blow one up, the whole project doesn't die. (not that I've ever blown something up [Big Smirk])

PPtk

Well, there's always risk when pushing the envelope and the diamond analogy helps because I do understand that. A TIR specifically magnifies the light.

coolFoy

Hello everyone,

Enclosures and metal bits are back from the Anodizer. They did a great job, as usual.

Pics of the enclosure:

The double layer acrylic protection lens is also done:

As are the mounting brackets, cable grip and bezel surround

Back-Side shot:

Since this is going to be used on a vehicle, I designed the enclosure to IP67 Standards (impervious to dust, safe to submerge up to 1M). This is the custom 100% silicone (good to over 500 degrees F) seal for the front bezel.

One last shot.. The markings on top are just dust - the anodizing is quite flawless..

PPtk