comfychair-inspired quick+cheap+lazy single-sided 17DD FET-driver (poor man's nanjg92)

So…

This is very interesting, but because of my extreme lack of electronic-parts knowledge - Is there anybody who can write this down for a dummy?
What to buy, what to solder, where to solder, which driver works (Original Nanjg-105C from Simon?)

And… is this useable with the Zener mod on MT-G2s?

The MT-G2s that most of us use are 6V devices (there are other versions). The “Zener mod” takes advantage of the 7135 spec’ed as being able to work up to 6V, but the MCU is not, so the “zener” part of the zener mod cuts down the > 6V input voltage to voltage that the MCU can withstand.

The MOSFETs that are being used here are spec’ed much higher than 6V, so they can continue to work even with the 6V that the MT-G2 needs, but I guess design of the “splitter” part of the zener mod would need to be adjusted (again, so that the voltage to the MCU gets reduced).

I think that’s conceptually what’s involved anyway :)….

Responding to your 1st paragraph:

See post #140,

As to which driver works, I think that, theoretically, almost any of the 7135 type drivers should work, which is why I was kind of thrown off when the two drivers I tried didn’t work. There was some discussion somewhere about different PWM frequency, but I’m not convinced that that was the only reason why the drivers I tried didn’t work, since I scoped the PWM out from the MCU and that was constant (now PWM wave). So maybe it’s what someone (RBD? Or FmC?) said that maybe the MCU on some of the drivers can’t drive the MOSFET Gate input?

That was just a wag on my part about the mcu and FET gate charge as I’ve no data to back it up. Glad you got it working and stuck it out. It can be frustrating at times. This one from CNQG has switchable mode groups. IOS used to have some but not any longer.

Do you (or anyone else) know for sure that that CNQ driver will work with a FET? What I’d really like to know is a driver that is known to work with a FET AND has mode changing via clicking.

The pic shows an atmel Attiny 13A. If that’s what you get then it’ll work. Haven’t ordered from them in awhile as they are a bit down the list of chosen suppliers for me simply because of the spotty checkout process(often doesn’t show a processed payment even when paypal does) but they’ve always come through for me in the end.

You do mean mode groups rather than modes! correct? The one linked has only two groups rather than the four usual with stars.

Yes, sorry, you’re correct. I meant mode GROUPS…

Yes, it works and you have some reading to do. It is written, all over the place, how this is done. Plain and simple version, buy a nanjg driver that uses an Attiny 13A mcu and has a UI that you like, desolder all of the 7135 chips and solder the gate pin of the FET of your choice (RMM has several to choose from) to the pwm trace, FET source to ground, and led- wire to the FET Drain tab. The Zener mod replaces D1 with a 200 ohm resistor and solders a ~4.5V Zener diode on top of C1. As was pointed out above, the nanjg ak47A is a better choice due to the number of vias for led current to pass through the board but there are numerous Oshpark board designs that surpass it or are made to fit a variety of hosts.

Edit- RMM will also sell you a board and kit of parts for both FET and Zener builds as well as an mcu with your choice of ui’s. Not as cheap as overseas but good quality parts, fast delivery, and more choices in one place. He also answers questions.

Hi,

I ended up ordering some of these from FT:

https://www.fasttech.com/p/1186301

and I’ll try them with the AOD510 and another FET when it gets in. If that doesn’t work, I know that the drivers from illumn.com work, at worst (but no mode GROUPS via click). I’ll post back here when they all arrive and I get a chance to try them.

Removing 7135 chips is fairly easy with an adapter like this one (cut from copper sheet):

Any tool that can help is very good idea. Nice tool.

About 7135 removing trick without any special tools...

Tin front single pin of 7135, put solder on iron and pin and while holding soldering iron in one hand give it gently (not savage press I really mean gently) push with toothpick from rear 3 pin side of 7135. In one moment it will pop off from driver and probably drop somewhere on the floor.

Of course driver have to be in some kind of bench vise for this method.

Now that I’m close to being ready to burn firmware, I was wondering if there is any other firmware that can be burned to the NANJG MCU that works with a NANJG-92 FET?

Check out ToyKeeper’s flashlight firmware repository.

So my question is if you convert one of these into a FET driver (done it 3 out of 4 times successfully) can you just leave one of the 7135’s (the one at the end of the Atiny13) on to have a FET+7135 driver, then flash it with new firmware to get regulated lows?

I don’t have the flashing stuff yet, so just a question…

See post #61 - Major apparently did that, but I think he also had to mod the firmware.

Not quite. The 7135 and the fet need to be connected to separate pins on the attiny.

I saw that a while back, prior to looking into the flashing. It seems that you have to cut the leg #5 on the Atiny13, then jumper it over to the FET gate. This means the FET gate is not attached to where the old 7135 was attached as a “normal” mod like this is done.

I am unsure how much programming would be needed for this, I am still up in the air about what Dual PWM is…

I do wish Major would have some more pics and a little better explanation, but that guy was working it earlier in the thread…

Thanks for the answers though!!!

I’m just guessing, but looking at the screenshot of the code he took in post #41, it looks like he has one MCU output going to the 7135 (the original output, I think) and then added code to have a 2nd output to the FET Gate input.

In the screenshot he has two arrays, amc7135modes and fetmodes, and I guess the numbers in the arrays correspond to the modes vs. PWM frequencies for each of those inputs?

So, 1st mode, has:

MODE 7135 FET
= =
off 0 0
1 5 0
2 255 0
3 255 56
4 0 255

So do you see the logic there?

In mode 1, 7135 PWM is 5, and FET PWM is 0, i.e., only current via the 7135 and at low PWM.

In mode 2, 7135 PWF is 255, and FET PWM is still 0, i.e., still only current via the 7135, probably at max, or 350mA.

etc.

Something like that anyway :)…

So, it seems like what he (Major) did was:

1) Remove all 7135s except one of them
2) Add the FET, wired to MCU pin 5
3) Mod the minidrv firmware

Kind of cool hack I think :)!!

Jim

Hi,

I have some of these drivers coming from FT, someday soon:

https://www.fasttech.com/p/1186300

From the reviews, it’s unclear exactly what exact version, but the ones in their pics on their website shows a small cap on the battery side/spring side of the driver. Assuming that’s the case, can someone tell me if I can move that cap on to the emitter side of the driver after I clean off all of the 7135s and have added a FET? And, if so, exactly where (since the pics from comfy’s original post/thread are gone now)?

Thanks,
Jim