Yes - I have tried 1/255 and it seems very stable and usable (I like an ultra low low).
When using two different 14500 Li-ion cells I measure the following current at the tailcap, but please keep in mind, that my multimeter is a cheap one, so the PWM probably fools it:
DX Trustfire "Blue", sku 19626 @ 4.14V: 0.52A
DX Trustfire "Flame", sku 26124 @ 3.75V: 0.58A
I wanted to take a reading with a NiMH cell, but I just discovered, that the light does not come on at all, with any of my NiMH cells (even fully charged ones)...
I use the BLF-VLD with only 5 modes and no memory ( 255/255 -> 32/255 -> 1/255 -> Strobe -> "Soft Beacon").
Can you think of a possible explanation for the light not turning on with NiMH ?
Yes. Actually, that is exactly what I dreaded. When using Li-Ion, the driver is most likely in direct drive and not boosting. On NiMH it needs to boost, but the "on" periods are probably too short to allow the boosting circuitry to start up. Have you tried if it works with higher PWM levels?
Also, could you post a picture of the PCB's component side? Maybe there is no special driver chip and the ATtiny was used to switch the coil. In that case you're screwed when it comes to using NiMHs.
Nice - thank you - and "godaften til dig også" (sorry non-Danish forum members)...
The SKU S009742 from KaiDomain looks interesting - especially with the new XM-L arriving. I'd better place an order :-)
I could try make the BLF start in the lowest mode, and see if it will run with NiMH's again.
Btw: what is the PWM frequency when running the BLF-VLD firmware - I am very impressed with the flickerfree operation: I see no flicker whatsoever even in the lowest (1/255) mode
You should try the highest mode (255/255). This way there is a constant current draw from the LED and the boost circuitry should not be impaired by the output PWM.
If you used the fuse settings I posted yesterday, the chip is clocked at 4.8MHz. With phase corrected PWM this should result in ~9kHz PWM frequency. This gives me an idea, you could try setting the chip to 1.2MHz (9.6MHz and CKDIV8 fuse set), thereby reducing the PWM frequency. This would result in longer "on" phases, maybe long enough for the boost circuit to stabilize. But for this the driver needs to be recompiled and after flashing the chip might not be accessible any more with your programmer.
I am willing to try to lower the chip clock - could you give instructions on this ?
Should it fail, and my driver board becomes dead beyond repair - I will just put on a smile, wait for my AK-47/101 drivers to arrive and - most important - not blame you :-)
Hmm, the chip below the red wire is a candidate for a boost control circuit, but I can't really tell without knowing how it's connected to the other components.
One thing you could try is flashing the old program into the ATtiny to see if it will work again. This way we can be sure it's a problem with the software and not just a hardware defect. Of course we'll need a copy of the original driver software... sixty545, don't flash your BLF, we need to make a backup of its firmware first!
Well, it's getting late and need to get up early. We should continue with this tomorrow, maybe via IM or IRC.
I won't, I have found another victim, my WF502-B with an AK-47 set to 3-level. I can understand that the fixed mode BLF-VLD2 has 3 levels, but which 3 of the 9 defined levels is it? Oh- I see it now, is it no. 3, 6 and 8 (MODE_LVL008, MODE_LVL064 and MODE_LVL255)?
I will do that. A problem is that today is my wedding anniversary, but I guess I can sneak out to dump the firmware if I have precise instructions on how to do it.
Yes - these are the modes used in the original BLF VLD as far as I know. I had to use some time, to understand how Tido sets up modes - but it is actually quite clever…
I hope Tido can help here, as I am not expert on avrdude and its many options