What is minimum parts for a FET driver?

Hi,

I was wondering about the Subject. Are the only electronic parts that are needed to make the MCU and the FET, plus the 2 resistors (for the voltage divider)?

In other words, say I have just an ATTINY13A MCU and an AOD150 FET and the 2 resistors, and discounting the PCB, spring, and wires for the emitter, is that all that is needed?

My understanding is that the S4 diode is only there for reverse voltage protection, so it is not 100% necessary, and I’m assuming the cap that is on some of the NANJG battery side is for noise so that might be eliminated, so the above are all that is left, correct?

Thanks,
Jim

BTW, the reason this question came up (to me) was that I was thinking about the problem described here:

and I was thinking that “the FET driver has almost nothing on it, so it’s hard to believe that a problem like this would be so hard to find!”

Noise generated by the pwm control of the FET can induce voltage spikes that can shut down the mcu or cause unpredictable operation. The voltages divider allows the mcu to indicate low voltage condition but isn’t otherwise a necessity to the function of the light. Absolute minimum to have modes is mcu, cap, and FET. It would be possible to kill a cell with a driver set up this way if you didn’t notice it dimming and recharge the cell.

Hi,

Ok, thanks for that info!

Jim