Difference between revisions of "Driver"

Jump to navigation Jump to search
(→‎Power Regulation: add FET driver)
(→‎FET Driver: a little more explanation about multichannel)
Line 15: Line 15:
===FET Driver===
===FET Driver===


This driver uses a field effect transistor (FET or MOSFET) in combination with a microprocessor to control current to the LED. The FET has very low resistance (lower than running the full current through the microprocessor) and can be controlled via PWM by the microprocessor. Some FET drivers add a linear regulator to reduce the need for PWM for lower modes. Without PWM, it is basically like running the light on direct drive.
This driver uses a field effect transistor (FET or MOSFET) in combination with a microprocessor to control current to the LED. The FET has very low resistance (lower than running the full current through the microprocessor) and can be controlled via PWM by the microprocessor.  Without PWM, it is basically like running the light on direct drive so there is no protection of the LED. Some FET drivers add a linear regulator 7135 so the need for PWM on lower modes is reduced. This multichannel approach lets the driver limit the current to 350mA (instead of unlimited through the FET) and use PWM as needed to work from there. Also the 350mA channel gives more uniform low levels whereas the levels from the FET vary with battery strength.


===Boost Circuit===
===Boost Circuit===