VanIsleDSM
Enlightened
Hello!
It's been a long time, I know. I apologize for leaving abruptly a few years ago, life threw me a couple serious curve balls at once. I'm back on track now though, and I've been working on a new design for quite some time as I've been able to.
If anyone has any grievances regarding my abrupt departure surround my past products, I can try to make that right for you now.
Now, onto the fun stuff, the new single cell Quad P60 I've been developing, currently getting ready for the first production test run of 10 units. Here's some information on it.
-Fully regulated up to 12 Amp output (FETtie tailswitch will be required for this current) delivering ~4000 lumen with CREE XP-L Hi Intensity LEDs, just as my old quads, each LED is individually regulated to reach it's maximum potential, rather than joining all LEDs in parallel, treating them as one large LED, which ends up being less efficient due voltage differences in each LED.
-physical DIP switch on bottom of drop-in to change between 6A or 12A maximum output, allows use of regular LiCo battery on 6A setting, 12A setting for hi-drain battery cells only.
-High accuracy Led level temperature sensing allows thermal throttling, lowering the LED current as the flashlight heats up, so it does not reach a temperature unsafe for the battery, and keeps your hand from burning.
-Secondary board level temperature sensing feature is a safety backup, to ensure it is nearly impossible for this high power device to overheat, even if the temperature sensing code fort thermal throttling is inadvertently corrupted during code modification
-Battery voltage sensing, with low voltage warning
-Mil-Spec teflon insulated oxygen free silver plated copper conductors
-C101 99.99% pure, oxygen free, solid copper heatsink, silver plated for extra thermal conductivity and corrosion resistance
-Silver plated beryllium copper spring, with gold plated contact
-Minimum thermal junctions, LEDs are soldered directly to the solid, one piece copper heatsink, no insulation, no MCPCB.
-Potted driver for durability, shock resistance.
-3D printed custom colour or glow in the dark bezel
The best part about this drop-in though, is that it's completely programmable by the end user. The drop-in plugs into a docking port that connects to your computer via USB. The code will be open source, allowing anybody to adjust parameters just as they like. The microcontroller used is a PICAXE, programmable in basic code. Changing parameters will be quite simple, while modifying the core of the code will likely be interesting for more advanced users, who will hopefully make their own tweaks available for others to try with their drop-ins.
So what can you change? Basically anything. Thermal throttling the LEDs so they get no hotter than 58C results in a flashlight that's very comfortable for me to hold, but you may prefer 55C, no problem. You want to change from a 3 mode to a 5? Easy. Want medium mode 45% output instead of 35%? You can do that too. Mode memory can be turned on and off, and you can even change the user interface entirely.
Rather than one click to cycle through modes, many more options are available. Currently I have developed code that works like this:
one click: light level gradually gets darker, click once again when at desired brightness.
two clicks: light level gradually gets brighter, click once again when at desired brightness.
three clicks: highest output
click and hold for a beat, then release: lowest output
I much prefer this user interface to the standard click once to cycle modes. The customization is endless really, with different button press sequences possible for SOS and Strobe, adjust strobe frequency, brightness of SOS, or whatever else you might want. I'm definitely not the best when it comes to writing code, so I'm very interested to see what more capable coders in the community may be able to come up with.
This is not a sale thread and these are not yet for sale. Just wanted to let you guys know that I'm back and building again, and tell you a bit about what I'm up to. More information and photos to follow soon! Hoping to see some familiar faces still kicking around here
Edit: I'm a bit rusty on CPF and excited to post again, been a while, realizing now this would have likely been better in the mod or LED flashlight forum, sorry!
It's been a long time, I know. I apologize for leaving abruptly a few years ago, life threw me a couple serious curve balls at once. I'm back on track now though, and I've been working on a new design for quite some time as I've been able to.
If anyone has any grievances regarding my abrupt departure surround my past products, I can try to make that right for you now.
Now, onto the fun stuff, the new single cell Quad P60 I've been developing, currently getting ready for the first production test run of 10 units. Here's some information on it.
-Fully regulated up to 12 Amp output (FETtie tailswitch will be required for this current) delivering ~4000 lumen with CREE XP-L Hi Intensity LEDs, just as my old quads, each LED is individually regulated to reach it's maximum potential, rather than joining all LEDs in parallel, treating them as one large LED, which ends up being less efficient due voltage differences in each LED.
-physical DIP switch on bottom of drop-in to change between 6A or 12A maximum output, allows use of regular LiCo battery on 6A setting, 12A setting for hi-drain battery cells only.
-High accuracy Led level temperature sensing allows thermal throttling, lowering the LED current as the flashlight heats up, so it does not reach a temperature unsafe for the battery, and keeps your hand from burning.
-Secondary board level temperature sensing feature is a safety backup, to ensure it is nearly impossible for this high power device to overheat, even if the temperature sensing code fort thermal throttling is inadvertently corrupted during code modification
-Battery voltage sensing, with low voltage warning
-Mil-Spec teflon insulated oxygen free silver plated copper conductors
-C101 99.99% pure, oxygen free, solid copper heatsink, silver plated for extra thermal conductivity and corrosion resistance
-Silver plated beryllium copper spring, with gold plated contact
-Minimum thermal junctions, LEDs are soldered directly to the solid, one piece copper heatsink, no insulation, no MCPCB.
-Potted driver for durability, shock resistance.
-3D printed custom colour or glow in the dark bezel
The best part about this drop-in though, is that it's completely programmable by the end user. The drop-in plugs into a docking port that connects to your computer via USB. The code will be open source, allowing anybody to adjust parameters just as they like. The microcontroller used is a PICAXE, programmable in basic code. Changing parameters will be quite simple, while modifying the core of the code will likely be interesting for more advanced users, who will hopefully make their own tweaks available for others to try with their drop-ins.
So what can you change? Basically anything. Thermal throttling the LEDs so they get no hotter than 58C results in a flashlight that's very comfortable for me to hold, but you may prefer 55C, no problem. You want to change from a 3 mode to a 5? Easy. Want medium mode 45% output instead of 35%? You can do that too. Mode memory can be turned on and off, and you can even change the user interface entirely.
Rather than one click to cycle through modes, many more options are available. Currently I have developed code that works like this:
one click: light level gradually gets darker, click once again when at desired brightness.
two clicks: light level gradually gets brighter, click once again when at desired brightness.
three clicks: highest output
click and hold for a beat, then release: lowest output
I much prefer this user interface to the standard click once to cycle modes. The customization is endless really, with different button press sequences possible for SOS and Strobe, adjust strobe frequency, brightness of SOS, or whatever else you might want. I'm definitely not the best when it comes to writing code, so I'm very interested to see what more capable coders in the community may be able to come up with.
This is not a sale thread and these are not yet for sale. Just wanted to let you guys know that I'm back and building again, and tell you a bit about what I'm up to. More information and photos to follow soon! Hoping to see some familiar faces still kicking around here
Edit: I'm a bit rusty on CPF and excited to post again, been a while, realizing now this would have likely been better in the mod or LED flashlight forum, sorry!
Last edited: