I swapped a triple from a Wurkkos TS10 into a Convoy T3.
In a previous post I converted a TS10 into a single (I’ll have an update on that soon). So with the extra triple board, I wanted to first try reflowing new LEDs and then throw it in a different host. I couldn’t find a source for those tiny Nichia LEDs but I found “Samsung LH181B 3000K 90CRI SMD” on Digikey. This was my first time reflowing these and they were a little tricky. Good thing they are cheap and I bought extra because I ended up breaking one.
To make this work with a T3 I needed a spacer. I ended up making one out of three 16mm MCPCBs. I sanded off the PCB sides of all three, reduced the diameter on two of them, and soldered them together.
I also had to slightly reduce the diameter of the TS10 MCPCB. Notice one aux LED is missing. That one jumped off the board while I was reflowing and it will never be seen again - which doesn’t matter since they aren’t hooked to anything.
I also used the TS10’s bezel, which is shorter than the T3’s. It’s fortunate that the anodizing matches perfectly. The bezel happens to be an exact fit on the body but if it wasn’t I could have adjusted the thickness of the spacer.
I don’t have measuring equipment, but the duv on these seems a little high for my liking. I added a minus green filter but may try some new LEDs eventually. I also bought the 2700k version of these but those may be destined for a straight swap with another TS10 I have. I don’t yet know if these Samsung LEDs will be able to handle the current. They seem fine on the T3 (1,20,100% mode) on an Eneloop but I haven’t tried a 14500 yet, and who knows how they’ll do in a TS10.
Edit: having now used the light at nighttime, I no longer find the tint objectionable (especially with some minus green). Maybe my daylight-adjusted eyes were playing tricks on me earlier. Assuming these LEDs are as robust as the stock ones, I think they’d be a good option.
Thanks. I’ve thought about the fwaa setup for other mods but it’s kinda pricey. I’m looking at aliexpress and if you buy two sets of MCPCBs/optics it comes out to $12.50 per light. At that price the cheapskate in me would probably just buy another TS10, convert it to a single, and use that MCPCB/optic for some other light.
When I was browsing digikey for those LEDs
I discovered a whole world of LEDs I’ve never heard of. I’ll report back after I give the 2700k version a try.
Yeah, Lumintop charges way too much if you only want one or two. There was a groupbuy on Reddit and I was able to pick up the mcpcb and optic for $8 + shipping. I ended up not even using them for the project I had in mind, I might as well get a T3 to make a triple.
I spend way too much time browsing Digikey, and way too much money also. Only thing that’d make Digikey better is if they carried Nichia.
Fixing tint shift on Cree’s.
Although gen3 doesn’t have yellow goo around dies unlike gen2, yellow corona is still visible.
So one day by accident while slicing XHP70.3HD i removed a bit of that white silicone around die and to my surprise it was yellow goo under.
Wow, no wonder even gen3 has slight corona around hotspot.
Fast fwd, after months of “i’ll do it next time” i finally got D1K and intentionally ordered 6500k although i’m a CRI baby, so i can finally do the test.
And voila, poor man’s tint shift killer, liquid electric tape around die (very messy but it’s just for a test) and now the beam is perfect!
No more tint shift and that ugly Cree corona.
I don’t know… having a black rubbery goo on top of a high power LED might make it just a little tad harder to dissipate heat. But I wonder if it is negligible.
Thanks for doing that experiment. It definitely looks like it had an effect. I wonder if instead of applying goo, a special centering gasket could be made that has the same effect. Not sure how that would be done though.
@ToyKeeper you’ll probably be able to improve on it in some way, but here’s it so far: Comparing d28b94e60717c528466955720ecc478cc78d8421..b2c714b09a4cca558ee0c43ba978f4d8d5f667ed · SiteRelEnby/anduril2 · GitHub . It’s using set_level_legacy() because I wasn’t sure about writing a hardware-specific set_level but hopefully got some of the changes needed. Also has the previous channel function if you were considering integrating that somewhere, and I also added a new voltage config item to configure where the voltage aux switches from high to low (e.g. I keep it always high on my lights since they use high aux when off anyway).
Also working on handling voltage aux differently in off vs lockout state but that’s still buggy at the moment.