There could be one emitter that’s CW, one that’s NW, and one that’s WW.
Completely not worth doing, but it’ll be the perfect tint!
I mentioned this elsewhere recently, but it all goes well with the BLF Lantern, I could see a future flashlight mixing emitters on a board with separate channels for emitters for tint-ramping purposes. Form factor could be a D4 style light where each emitter has its own optic, or I’d be curious if a closely clustered quad like Clemence does with E21A’s could share the same floody optic for different color temperature emitters.
I’ve done that before. It can give quite good results if you use the right emitters.
Mixing and matching emitters is fun.
I have one of my Emisar D4 lights outputting 4500K color tint. Using two 4000K XPL HI and two 5000K XPL HI
Beam shot?
Looks the same as a normal D4, but 4500K tint. The output from the different emitter overlaps completely and you just see one beam with the new mixed tint. You can’t really even see mixed emitters were used unless you turn it on moonlight and look at the emitters or shine it a wall or piece of paper a few inches away on very low power.
I’m interested in one. with 5000ish tint.(4500/5500)
Preferably SST 20.
Not interested in throw or spread.
it’s just a beautiful LOOKING light and I’ll have one just to have it in my hand.
I’ve got a zillion throwers and spreaders now.
Just looking for the extra nice ones nowadays.
Which this one definitely is. I hate the square ones. (D1/D4 etc)
At some point once the multi-button UIs and drivers are done I’m sure varied emitter tint lights with tint ramping will be a thing. Its already a reality with the Zanflare T1 (despite the obvious differences there), I dont see any reason it couldn’t be done in a regular flashlight other than some possible weird beam profile.
At some point once the multi-button UIs and drivers are done I’m sure varied emitter tint lights with tint ramping will be a thing. Its already a reality with the Zanflare T1 (despite the obvious differences there), I dont see any reason it couldn’t be done in a regular flashlight other than some possible weird beam profile.
At some point once the multi-button UIs and drivers are done I’m sure varied emitter tint lights with tint ramping will be a thing. Its already a reality with the Zanflare T1 (despite the obvious differences there), I dont see any reason it couldn’t be done in a regular flashlight other than some possible weird beam profile.
At some point once the multi-button UIs and drivers are done I’m sure varied emitter tint lights with tint ramping will be a thing.
Tint ramping already works in the BLF Lantern project. The code was written three months ago, and it’s pretty much just waiting on hardware details to get finalized.
This should also work for flashlight-style lights with multiple emitters, but it’ll either be limited to one power channel per tint like the lantern (so the lowest levels will be very coarse) or it’ll need a bigger MCU with more PWM pins.
So it’s working, but to make it practical for something like a D4 it’ll take more work. That would need a FET+1+FET+1, and the attiny85 doesn’t have enough pins. Also, the tint ramping math gets a little weird when it has multiple power channels per tint. The lantern design is much simpler.
An extra button could help, but it’s really not required. It’s pretty difficult to fit more than one button on most compact flashlight designs, so I prefer to fit the feature in on one button instead of two or three.
Tint ramping was a pretty small change in Anduril. All I had to do was create an extra “state” which resides underneath everything else, catching un-handled button events which fell through upper layers. Then tell it to handle a button sequence nothing else uses, or which almost nothing else uses… and like magic, every mode supports tint ramping.
In this case, it used “3 clicks but hold the last click” to change tint, regardless of what mode the light is in. It works in every mode which doesn’t already consume that type of event. So the interface, in general, is:
Click: On/off.
Hold: Change brightness or speed (upward, also reverses).
Click, hold: Change brightness or speed (downward).
Click, click, hold: Change tint (reverses).
It may be a little more complicated with one button than it could be with two buttons, but it’s pretty universal across the entire interface so hopefully it won’t be too hard to remember.
This isn’t used for the FW3A though. So far, it’s only for the BLF Lantern. Each FW3A is a single tint, so it has no need for tint ramping.
Is it too late to make the FW3A into a wifi hotspot as well? That’d give us the need for even another button and would be so cool in a flashlight. I’ll bet nobody has ever thought of that. That would rule.
—
Keep your nose in the wind and your eyes along the skyline.
Del Gue
Is it too late to make the FW3A into a wifi hotspot as well? That’d give us the need for even another button and would be so cool in a flashlight. I’ll bet nobody has ever thought of that. That would rule.
There’s no market for it since you can already do that with your phone.
An extra button could help, but it’s really not required. It’s pretty difficult to fit more than one button on most compact flashlight designs, so I prefer to fit the feature in on one button instead of two or three.
Tint ramping was a pretty small change in Anduril. All I had to do was create an extra “state” which resides underneath everything else, catching un-handled button events which fell through upper layers. Then tell it to handle a button sequence nothing else uses, or which almost nothing else uses… and like magic, every mode supports tint ramping.
In this case, it used “3 clicks but hold the last click” to change tint, regardless of what mode the light is in. It works in every mode which doesn’t already consume that type of event. So the interface, in general, is:
Click: On/off.
Hold: Change brightness or speed (upward, also reverses).
Click, hold: Change brightness or speed (downward).
Click, click, hold: Change tint (reverses).
It may be a little more complicated with one button than it could be with two buttons, but it’s pretty universal across the entire interface so hopefully it won’t be too hard to remember.
This isn’t used for the FW3A though. So far, it’s only for the BLF Lantern. Each FW3A is a single tint, so it has no need for tint ramping.
I recall Imalent released a variable color temperature light a few years ago that sounded pretty cool. It had 2 emitters: one at something like 2700K and the other at 6800K. Supposedly you could smoothly change the color temperature of the light with a touchscreen slider. The light varied the tint by dynamically changing the output of each emitter, with the result that the light could output any color temp between the two emitters.
I wonder if someone could do something like that with a BLF light. Might be pretty cool.
Not everyone is aware that there used to be some flashlights controlled by Bluetooth a few years back. You could remotely turn the light on and off, adjust the brightness, change the settings such as strobe rate, the number of brightness levels, have “dico” mode, etc… It seems pretty cool, but the one light that I’m thinking of didn’t actually sell very well because the flashlight itself was not very good. Then you have the problem of the company needing to keep the app updated. Eventually you’ll lose the ability to control the light through the Bluetooth and then you’re stuck with a really expensive regular flashlight. Even in 2019, I’m not sure there is a market for Bluetooth controlled flashlights.
I recall Imalent released a variable color temperature light a few years ago that sounded pretty cool. It had 2 emitters: one at something like 2700K and the other at 6800K. Supposedly you could smoothly change the color temperature of the light with a touchscreen slider. The light varied the tint by dynamically changing the output of each emitter, with the result that the light could output any color temp between the two emitters.
I wonder if someone could do something like that with a BLF light. Might be pretty cool.
Imagine if a BLF light could do all that, but it didn’t require a phone, and it would be available soon.
I recall Imalent released a variable color temperature light a few years ago that sounded pretty cool. It had 2 emitters: one at something like 2700K and the other at 6800K. Supposedly you could smoothly change the color temperature of the light with a touchscreen slider. The light varied the tint by dynamically changing the output of each emitter, with the result that the light could output any color temp between the two emitters.
Imagine if a BLF light could do all that, but it didn’t require a phone, and it would be available soon.
IIRC, the touch screen was built into the flashlight. No phone necessary.
Im currently on the list for one light, i guess the xpl hi is choosen by default?
So i want one of each.
Please also add me to the list for one LH351D. Thank you.
I posted before, but don’t see my name on the list. I’m in for one of each. Thank you, and I’m sorry if you just haven’t got around to updating the list yet.
I posted before, but don’t see my name on the list. I’m in for one of each. Thank you, and I’m sorry if you just haven’t got around to updating the list yet.
The list hasn’t been updated yet !
When it is, your name will be on the list
Mixing and matching emitters is fun.
I have one of my Emisar D4 lights outputting 4500K color tint. Using two 4000K XPL HI and two 5000K XPL HI
Beam shot?
I mentioned this elsewhere recently, but it all goes well with the BLF Lantern, I could see a future flashlight mixing emitters on a board with separate channels for emitters for tint-ramping purposes. Form factor could be a D4 style light where each emitter has its own optic, or I’d be curious if a closely clustered quad like Clemence does with E21A’s could share the same floody optic for different color temperature emitters.
But the idea is not topical to the FW3A.
Thank you. I wounder if it would work on 3 emitters.
I’m interested in one. with 5000ish tint.(4500/5500)
Preferably SST 20.
Not interested in throw or spread.
it’s just a beautiful LOOKING light and I’ll have one just to have it in my hand.
I’ve got a zillion throwers and spreaders now.
Just looking for the extra nice ones nowadays.
Which this one definitely is. I hate the square ones. (D1/D4 etc)
At some point once the multi-button UIs and drivers are done I’m sure varied emitter tint lights with tint ramping will be a thing. Its already a reality with the Zanflare T1 (despite the obvious differences there), I dont see any reason it couldn’t be done in a regular flashlight other than some possible weird beam profile.
I was in the middle of preparing another unhelpful rant, but stopped. My sympathies to you, my dear. Stay strong.
does such drivers even exist now or?
...where Frugal meets with Flashlight!
Niwalker comes to mind.
KSGER STM32 2.1S Soldering Station Videos - Review Soon
Convoy L6 thread with XHP70.2, TA FET driver, Narsil v1.2 ramping firmware (old), lighted side switch, SMO reflector.
Supfire L5-S thread with XHP70.2, TA FET driver, NarsilM v1.0 ramping UI, 2 x 26350 cells, lighted side switch. My mini L6!
Thorfire S70S with MTN FET driver, RampingIOS (D4) and custom lighted side switch.
10 NarsilM user videos for BLF Q8, GT, GT70, GT Mini, Astrolux S43 and ROT66
Texas_Ace BLF Calibrated Lumen tube and Maukka Calibration Lights for DIY Lumen Measuring Devices
Headlight List with prices, specs and features - Jaxmnve M1 Stainless 10180 Keychain light Review - Lumintop ODF30 Review - Sofirn C8F 21700 Teardown and Review, Sofirn SP33 v2 XHP50.2 Review - My Sofirn Q8 Results - Astrolux S43S 219C Test Results - Lumintop GT Mini Test Results
Tint ramping already works in the BLF Lantern project. The code was written three months ago, and it’s pretty much just waiting on hardware details to get finalized.
This should also work for flashlight-style lights with multiple emitters, but it’ll either be limited to one power channel per tint like the lantern (so the lowest levels will be very coarse) or it’ll need a bigger MCU with more PWM pins.
So it’s working, but to make it practical for something like a D4 it’ll take more work. That would need a FET+1+FET+1, and the attiny85 doesn’t have enough pins. Also, the tint ramping math gets a little weird when it has multiple power channels per tint. The lantern design is much simpler.
Haikelite MT07 Buffalo has two buttons too. But only one emitter.
An extra button could help, but it’s really not required. It’s pretty difficult to fit more than one button on most compact flashlight designs, so I prefer to fit the feature in on one button instead of two or three.
Tint ramping was a pretty small change in Anduril. All I had to do was create an extra “state” which resides underneath everything else, catching un-handled button events which fell through upper layers. Then tell it to handle a button sequence nothing else uses, or which almost nothing else uses… and like magic, every mode supports tint ramping.
In this case, it used “3 clicks but hold the last click” to change tint, regardless of what mode the light is in. It works in every mode which doesn’t already consume that type of event. So the interface, in general, is:
It may be a little more complicated with one button than it could be with two buttons, but it’s pretty universal across the entire interface so hopefully it won’t be too hard to remember.
This isn’t used for the FW3A though. So far, it’s only for the BLF Lantern. Each FW3A is a single tint, so it has no need for tint ramping.
Is it too late to make the FW3A into a wifi hotspot as well? That’d give us the need for even another button and would be so cool in a flashlight. I’ll bet nobody has ever thought of that. That would rule.
Keep your nose in the wind and your eyes along the skyline.
Del Gue
^^^^ …
….. 
You never know how a horse will pull until you hook him up to a heavy load./"Bear" Bryant
.................................. "Slow is Smooth, Smooth is Fast" ...................................
Texas Lumens Flashlights / M4D M4X Deals : sign up - save $$$$
Rudeness Level _ mΩ _ {width:70%} _ LightWiki _ LED Tint Chart
Xlamp size chart _ BatteryU _ Flashaholic? Need Professional Help??? TheOriginal _ TAB _ LightSearch _ BatterySearch _ 14500's _ DiCal
There’s no market for it since you can already do that with your phone.
KSGER STM32 2.1S Soldering Station Videos - Review Soon
Convoy L6 thread with XHP70.2, TA FET driver, Narsil v1.2 ramping firmware (old), lighted side switch, SMO reflector.
Supfire L5-S thread with XHP70.2, TA FET driver, NarsilM v1.0 ramping UI, 2 x 26350 cells, lighted side switch. My mini L6!
Thorfire S70S with MTN FET driver, RampingIOS (D4) and custom lighted side switch.
10 NarsilM user videos for BLF Q8, GT, GT70, GT Mini, Astrolux S43 and ROT66
Texas_Ace BLF Calibrated Lumen tube and Maukka Calibration Lights for DIY Lumen Measuring Devices
Headlight List with prices, specs and features - Jaxmnve M1 Stainless 10180 Keychain light Review - Lumintop ODF30 Review - Sofirn C8F 21700 Teardown and Review, Sofirn SP33 v2 XHP50.2 Review - My Sofirn Q8 Results - Astrolux S43S 219C Test Results - Lumintop GT Mini Test Results
I wonder if someone could do something like that with a BLF light. Might be pretty cool.
Well……fine then. There must be some kind of …………..
No, there isn’t………….there’s nothing you can’t do with your phone, is there? I stand corrected.
Keep your nose in the wind and your eyes along the skyline.
Del Gue
Not everyone is aware that there used to be some flashlights controlled by Bluetooth a few years back. You could remotely turn the light on and off, adjust the brightness, change the settings such as strobe rate, the number of brightness levels, have “dico” mode, etc… It seems pretty cool, but the one light that I’m thinking of didn’t actually sell very well because the flashlight itself was not very good. Then you have the problem of the company needing to keep the app updated. Eventually you’ll lose the ability to control the light through the Bluetooth and then you’re stuck with a really expensive regular flashlight. Even in 2019, I’m not sure there is a market for Bluetooth controlled flashlights.
Sorry for off topic.
KSGER STM32 2.1S Soldering Station Videos - Review Soon
Convoy L6 thread with XHP70.2, TA FET driver, Narsil v1.2 ramping firmware (old), lighted side switch, SMO reflector.
Supfire L5-S thread with XHP70.2, TA FET driver, NarsilM v1.0 ramping UI, 2 x 26350 cells, lighted side switch. My mini L6!
Thorfire S70S with MTN FET driver, RampingIOS (D4) and custom lighted side switch.
10 NarsilM user videos for BLF Q8, GT, GT70, GT Mini, Astrolux S43 and ROT66
Texas_Ace BLF Calibrated Lumen tube and Maukka Calibration Lights for DIY Lumen Measuring Devices
Headlight List with prices, specs and features - Jaxmnve M1 Stainless 10180 Keychain light Review - Lumintop ODF30 Review - Sofirn C8F 21700 Teardown and Review, Sofirn SP33 v2 XHP50.2 Review - My Sofirn Q8 Results - Astrolux S43S 219C Test Results - Lumintop GT Mini Test Results
Sign me up!
I’d be interested in 1 LH351D.
Imagine if a BLF light could do all that, but it didn’t require a phone, and it would be available soon.
http://budgetlightforum.com/node/44923
Not sure how much longer until it goes to production, but I think the goal is to do it before CNY.
IIRC, the touch screen was built into the flashlight. No phone necessary.
Here we go, the Imalent SA04.
Reviewed by JohnnyMac 2014.
KSGER STM32 2.1S Soldering Station Videos - Review Soon
Convoy L6 thread with XHP70.2, TA FET driver, Narsil v1.2 ramping firmware (old), lighted side switch, SMO reflector.
Supfire L5-S thread with XHP70.2, TA FET driver, NarsilM v1.0 ramping UI, 2 x 26350 cells, lighted side switch. My mini L6!
Thorfire S70S with MTN FET driver, RampingIOS (D4) and custom lighted side switch.
10 NarsilM user videos for BLF Q8, GT, GT70, GT Mini, Astrolux S43 and ROT66
Texas_Ace BLF Calibrated Lumen tube and Maukka Calibration Lights for DIY Lumen Measuring Devices
Headlight List with prices, specs and features - Jaxmnve M1 Stainless 10180 Keychain light Review - Lumintop ODF30 Review - Sofirn C8F 21700 Teardown and Review, Sofirn SP33 v2 XHP50.2 Review - My Sofirn Q8 Results - Astrolux S43S 219C Test Results - Lumintop GT Mini Test Results
Sign me up. Thx!
I’m interested too. Thank you!
Im currently on the list for one light, i guess the xpl hi is choosen by default?
So i want one of each.
Please also add me to the list for one LH351D. Thank you.
In for one, Samsung LH351D 4000K 90CRI.
Thanks!
I commit to two (2) each of the two (2) emitter options, 4 lights total.
I posted before, but don’t see my name on the list. I’m in for one of each. Thank you, and I’m sorry if you just haven’t got around to updating the list yet.
The list hasn’t been updated yet !
When it is, your name will be on the list
REVIEWS: AMUTORCH: S3 / S3 vs 219c / AM30 / AX1 / VG10 /// SOFIRN: SF14 & SP10A / SP32A / SP10B /// NITEFOX: UT20 / ES10K / K3 /// ODEPRO: KL52 / B018 /// ACEBEAM: H20 /// BLITZWOLF: BlitzWolf BW-ET1 /// DQG: AA Slim Ti /// HC-LIGHTS: SS AAA /// XTAR: PB2 Charger /// OLIGHT: M2R Warrior /// WUBEN: TO10R / E05 / T70 /// ON THE ROAD: M1 / i3 / M3 Pro /// ROVYVON: A2 & A5R / E300S / A8 ///
Tricks: 1 / 2 / 3 / 4 / 5 / 6 / 7 TIR Lenses: 1 / 2 Others: Biscotti 3 & 1*7135 Triple TIR & XP-G2
MY GIVEAWAY (FW3A)
Pages