Electrical – How to control LED brightness with mosfet as switch and potentiometer

ledled-driverpotentiometer

I am designing a circuit to control a high current LED string. Most of the time the led string will be ON. Where should I place a potentiometer to control the brightness of the LED when it is on by limiting its current. I am thinking at the source to ground of the fet? LED has a forward voltage of 12V and If of 100mA at max brightness

Please excuse if I am misunderstanding anything as this is my first project.

enter image description here

Best Answer

You are on the right track headed in the right direction.
To do this correctly you will need more than a potentiometer.
In the following image I circled in red where the potentiometer (33KΩ) would go.
The MOSFET is highlighted in yellow.

enter image description here



The easy way is to replace your MOSFET with an On-Semi CAT4201.


enter image description here

I am driving the mosfet with a PWM ic

The PWM controller in the block diagram has a switching frequency of up to 1 Mhz.

enter image description here

The switching frequency is an operating parameter which affects nearly characteristic of the LED driver design including efficiency and cost. Inductor value is inversely proportional to switching frequency for equal peak-to-peak ripple current.
See Effects of High Switching Frequency on Buck Regulators



LED drivers should run in Continuous Conduction Mode. This is the purpose of the inductor. With slow PWM (under 10,000 khz) the inductor is of little use.

See also Section 2.1 Buck Steady-State Continuous Conduction Mode Analysis in this app note Understanding Buck Power Stages in Switchmode Power Supplies

Related Topic