Flashlight Firmware Repository

OK thanks for confirming and the info.

I have a question . A friend wants me to Mod his Lumintop Copper Tool. Is there a diy driver like the one in this flashlight (3rd gen Reylight Ti LANs are up on Kickstarter) available? One that can work with 1,5V up to 4,2.
If not is there a option to flash ToyKeepers ramping for clickys Firmware on the MTN-10DD? If i uderstand it right the firmware is very similar to Narsil. And i really like the ui.
And do anybody know if it is possible to use the E-Switch from the Lumintop Tool Ti with any Mod driver like the MTN-10DD?

There’s a lack of NiMH drivers and dual-voltage drivers, particularly in such a small size. I haven’t even tried to mod a 1xAAA light though.

My ramping-for-clickies firmware is Crescendo. It’s similar to Narsil in the sense that both have ramping and some blinkies, but otherwise it’s pretty different. Their interfaces don’t have much in common.

Thanks!
What MCU do i need for Crescendo? The MTN-10DD runs on a 13a MMU.
A dual-Voltage driver would be prefered but i give up on that. I searched for hours and found nothing small enough. But i am also not 100% happy with the MTN-10DD. I would like to get the MTN-10DD with two 7135 chips instead of the FET. With this mod i am not trying to get the most power out of the light. 700mA for ~300lumen out of a XP-G3 S5 would be perfect and would give my friend a decent runtime in low levels with the Efest 10440. Even on High he should get ~30min of runtime. And i think/hope that the light will not get to hot at 700mA.

Anyone with knowledge about the Tool Ti E-Switch? Compatibility with other drivers. . .?

Crescendo can work on tiny13 or tiny25, but on tiny13 it won’t be able to fit config mode or as many features.

I’m also not sure it would be a good idea on a twisty light. The UI is designed to take advantage of quick repeated interruptions in power, like a double tap, which is hard to do on a twisty. But it should be fine on a reverse clicky.

The Lumintop Copper Tool has a clicky switch. The Lumintop Tool Ti is using a “Electronic-Switch circuit” (Available on BangGood now:ReyLight Custom-Lumintop‬ Tool Ti AAA, L-M-H - #219 by T18) (ATTN Lumintop Tool Ti users - #3 by sp5it). I found the info about the switch circuit a few minutes ago. Will have to read if they have found a solution to use it with a 10440. And i still hope to find or build something with two 7135 chips. Wight has the A10DD-L v009 driver with FET +1 and 13a SSU. Maybee i could fit a second 7135 instead of the FET on the board.

For a 1xAAA-sized light, I’d be happy with just a single 7135 chip. I don’t really need more than 150 lumens from something that small. It’s impressive that a FET+1 can fit though.

I think going with one 7135 will be it. At least he will get a much longer runtime out of the 10440. But only if i can get the f… glue out of the light. I hate it!!! Why do they have to glue everything together. In the last 2 month i have seen 3 lights (all 1xAAA) that are “for now” impossible to get appart. At least not without damaging the surface of the light or the driver/switch PCB.
But one question do i still have. Which firmware would you use on a single channel driver (i do not know if it will fit, but i could try to fit a tiny25 instead of the 13a if it would make a huge difference).

Single channel…

  • Crescendo: ramping with blinkies. Needs some tweaks to fit on attiny13
  • My simply named “ramping UI”: ramping with no blinkies. Has a few runtime config options. Fits on attiny13 with plenty of room to spare
  • Biscotti: non-ramping. I don’t think Biscotti needs an introduction :slight_smile:
  • Babka: non-ramping. Built from Biscotti with some added runtime config options.

Mostly depends on what you like… ramping or mode groups? Blinkies or no blinkies? Ontime, offtime, or 3-level offtime? Configurable via the button or only at compile time? Can a tiny25 fit? Is there room for an OTC?

Some of my favorite lights use pretty old firmware, like “S7” or “brass-edc” (same thing, really). It has a single mode group, a bunch of blinkies, offtime, no memory, and no options.

I don’t Know if this would be the correct place to ask this question but I assumed this would be the best place that might have the answer.
I looked through the datasheets for the attiny13a and I could have missed it but does anyone Know how much current output any pin (say PB1) can sink to a load? I thought the datasheet was saying it could output a total for all pins combined of 60ma, just not sure I read it correctly.
Reason I ask is if you could run that pin at say 50% pwm how much current would that be. I’m thinking that a very low moonlight mode might be possible without even using a amc7135 using dual channel FW and one FET. Maybe its just wishful thanking but I gotta ask. :person_facepalming:

Moon is easy to do without a 7135 or FET. All it needs is a pin to a resistor to an emitter. The attiny’s internal pullup resistor can then be used to set the emitter into three states — high, low, and off. Or you could use PWM on it, but that requires keeping the attiny awake so it’s a lot less efficient.

Several lights, like the BLF Q8, use this method to light up a button while the light is otherwise asleep. At only 0.1 mA it can be bright enough to work as a moon mode of sorts, and at 0.03 mA it works well as a locator light.

You could do the same thing on the main emitter(s), possibly using less resistance, to produce an incredibly efficient moon mode.

From what I understand looks like it might push 40ma from one pin. Above that and the magic smoke comes out. So if that’s the case if you added a 400 ohm resistor to the PB1 and used a pwm value of 100% that would be about 10ma (low mode) I think. 10% = 1ma (moonlight mode). Or maybe just a 4k resistor for moonlight at 100% pwm.

Thank you Toykeeper. :smiley:
I kept having this crazy idea in my head. So we really don’t even need a amc7135 to achieve moonlight mode, just one resistor, FET and dual channel FW. But its more efficient to use the pull up resistor.
I believe a 8.4k resistor gives .5ma and uses .0021 watts. I would need to test to see just how low that is.

Moon plus FET still isn’t very good at the low/med modes. I’d recommend doing FET+1 (or FET+N) on pins 5 and 6, and using pin 2 or 3 for a dedicated moon channel.

Resistance also depends on the type of the LEDs. E. g. 3k is a good value for a decent moonlight with Nichia 219C. You shouldn’t do PWM, just power the i/o-pin and let the MCU sleep. And you can’t use the internal pull up resistor with main LEDs, since in our usual FET and 7135 drivers the anodes are connected to batt+ and the cathodes have to be pulled down. With several resistors at different pins you can even have different levels of low moon.

Ah, interesting. I’ve only tried the internal resistor on aux LEDs, not the main ones. So I guess that’s not an option after all.

gchart
I think it will be your simply named “ramping UI”. Thats all i need. But i will have to find someone that can mod the PCB layout. I got one light open and now i can see that i have to go singel side. But without the FET this should work. If it is not possible i have to try a few things, but i am not sure that it will fit.
ToyKeeper
I checked djozz tests. And with one 7135 i can get ~180 lumen 350mA and ~200 380mA from a XP-G3 S5. That is nearly 2x standart output. Thats really enough. And i do not have to use copper DTP Boards because heat should not be a problem.

But i am searching for a really small reverse clicky switch. I hope there is something small that i can find. The max draw is 380mA. If someone know something please let me know!

I have this with my recent P-Fet driver for Black Flats, I used a single inverter with very low idle current, so you can use this for a MCU driven Moonlight while it is in sleep mode

On another occasion I asked for 2 other things for my new driver developments

1. tk calibration file making a 2.2-4.4 1S and 5.6-8.8V 2S LVP for new Boost drivers, this should also have some sort of safe code that reads out the voltage before the boost output starts but give some time for the input caps to charge

2. MCUs like Attiny 841 to support more switches
Like ramp up/ ramp down on separate switch
Or auxillary switches that can store the actual level that is currently output (taggle or momentary)

Sorry if this has been answered before or if it is a dumb question, but I wanted to know how to set thermal configuration on my light with Crescendo FW (MTN DD15m driver).

I know that I have to do +15 taps, then wait for the 2 blinks. But when I turn ON the light again, it only starts to ramp up and down. Is it supposed to act like this or was it supposed to stop on highest “level” and then I would turn OFF to memorize the thermal “value” I want?

Thanks in advance :+1: