Skip to main content

Current Limiter Example Circuits and explained

The post explains 2 simple universal current controller circuits which can be used for safely operating any desired high watt LED.

The universal high watt LED current limiter circuit explained here can be integrated with any crude DC supply source for getting an outstanding over current protection for the connected high watt LEDs. 

Why Current Limiting is Crucial for LEDs

We know that LEDs are highly efficient devices which are able to produce dazzling illuminations at relatively lower consumption, however these devices are highly vulnerable especially to heat and current which are complementary parameters and affect an LED performance.

Especially with high watt LEds which tend to generate considerable heat, the above parameters become crucial issues.

If an LED is driven with higher current it will tend to get hot beyond tolerance and get destroyed, while conversely if the heat dissipation is not controlled the LED will start drawing more current until it gets destroyed.

In this blog we have studied a few versatile work horse ICs such as LM317, LM338, LM196 etc which are attributed with many outstanding power regulating capabilities.

LM317 is designed for handling currents up to 1.5 amps, LM338 will allow a maximum of 5 amps while LM196 is assigned for generating as high as 10 amps.

Here we utilize these devices for current limiting application for LEds in the most simplest possible ways:

The first circuit given below is simplicity in itself, using just one calculated resistor the IC can be configured as an accurate current controller or limiter.

 


PICTORIAL REPRESENTATION OF THE ABOVE CIRCUIT

Calculating the Current Limiter Resistor

 The figure shows a variable resistor for setting the current control, however R1 can be replaced with a fixed resistor by calculating it using the following formula:

R1 (Limiting Resistor) = Vref/current

or R1 = 1.25/current.

Current may be different for different LEDs and can be calculated by dividing the optimal forward voltage with its wattage, for example for a 1watt LED, the current would be 1/3.3 = 0.3amps or 300 ma, current for other LEDs may be calculated in similar fashion.

The above figure would support a maximum of 1.5 amps, for larger current ranges, the IC may be simply replaced with an LM338 or LM196 as per the LED specs.

 

Application Circuits

Making a current controlled LED tubelight.

The above circuit can be very efficiently used for making precision current controlled LED tube light circuits.

A classic example is illustrated below, which can be easily modified as per the requirements and LED specs.

30 watt Constant Current LED Driver Circuit


The series resistor connected with the three LEDs is calculated by using the following formula:

R = (supply voltage – Total LED forward voltage) / LED current

R = (12 - 3.3+3.3+3.3)/3amps

R= (12 - 9.9)/3

R = 0.7 ohms

R watts = V x A = (12-9.9) x 3 = 2.1 x 3 = 6.3 watts

Restricting LED Current using Transistors


 

In case you do not have an access to the IC LM338 or if the device unavailable in your area, then you could simply configure a few transistors or BJTs and form an effective current limiter circuit for your LED.

The schematic for the current control circuit using transistors can be seen below:


 

PNP Version of the Above Circuit

 

 

How to Calculate the resistors

In order to determine R1 you may use the following formula:

R1 = (Us - 0.7)Hfe/Load Current,

where Us = supply voltage, Hfe = T1 forward current gain, Load current = LED current = 100W/35V = 2.5 amps

R1 = (35 - 0.7)30/2.5= 410 Ohms,

Wattage for the above resistor would be P = V2 / R = 35 x 35 / 410  = 2.98 or 3 watts

R2 may be calculated as shown below:

R2 = 0.7/LED current
R2 = 0.7/2.5 = 0.3 ohms,
wattage may be calculated as = 0.7 x 2.5 = 2 watts

 

Using MOSFET for Higher Current Applications

 MOSFETs are more efficient than BJTs in terms of handling higher current and wattage. therefore, for applications that require high current limiting, for high wattage loads, a MOSFET can be used in place of T1.

The current handling capacity of the MOSFET will depend on its VDS and IDS ratings, with respect to the case temperature. Meaning, the MOSFET will be able to tolerate the amount of current defined by the product of its VDS x IDS, provided the case temperature does not exceed 40 degrees Celsius.

This may appear practically impossible, therefore the actual limit will be defined by the amount of VDS and IDS that allows the device to work below the 40 degrees Celsius mark.

The above BJT based current limit circuits can be upgraded by replacing T1 with a MOSFET as shown below: 

The resistor value calculations will remain the same as discussed above for the BJT version


 

Variable Current Limiter Circuit

We can easily convert the above fixed current limiter into a versatile variable current limiter circuit.


Using a Darlington Transistor

This current controller circuit features a Darlington pair T2/T3 coupled with T1 to implement a negative feedback loop.

 


 

The working can be understood as follows. Let's say the input supply the source current I starts rising due to high consumption by the load for some reason. This will result in an increase in the potential across R3, causing the T1 base/emitter potential to rise and a conduction across its collector emitter. This would in turn cause the base bias of the Darlington pair to start getting more grounded. Due to this the current increase would get countered and restricted through the load.

The inclusion of R2 pull up resistor makes sure that T1 always conducts with a constant current value (I) as set by the following formula. Thus the supply voltage fluctuations have no effect on the current limiting action of the circuit

R3 = 0.6 / I

Here, I is the current limit in amps as required by the application.

Another Simple Current Limiter Circuit

This concept uses a simple BJT common collector circuit. which gets its base bias from a 5 k variable resistor.

This pot helps the user to adjust or set the maximum cut off current for the output load.

With the values shown, the output cut off current or current limit can be set from 5 mA to 500 mA.

 


Although, from the graph we can realize that the current cut-off process is not very sharp, yet its is actually quite enough to ensure proper safety for the output load from an over current situation.

That said, the limiting range and accuracy can be affected depending on the temperature of the transistor.


Original post : 

https://www.homemade-circuits.com/universal-high-watt-led-current-limiter/

Comments

Popular posts from this blog

What is the ESP32 VSPI / HSPI

 The ESP32 integrates four SPI peripherals. SPI0 and SPI1 are used to access the ESP32’s attached flash memory and thus are currently not open to users to be used . They share one signal bus via an arbiter. SPI2 and SPI3 are general purpose SPI controllers, sometimes referred to as HSPI and VSPI, respectively. They are open for use. SPI2 and SPI3 have independent signal buses with the same respective names. Each bus has three CS lines to drive up to three SPI slaves.  

Most common baud rates table

  The following table shows the most used baud rates. The left side part of the table shows speed and bit duration. The right part shows real transmission speed assuming there is no parity, 8 data bits and one stop bit.   Bauds Bits/s Bit duration Speed Actual speed Actual byte duration 50 bauds 50 bits/s 20.000 ms 6.25 bytes/s 5 bytes/s 200.000 ms 75 bauds 75 bits/s 13.333 ms 9.375 bytes/s 7.5 bytes/s 133.333 ms 110 bauds 110 bits/s 9.091 ms 13.75 bytes/s 11 bytes/s 90.909 ms 134 bauds 134 bits/s 7.463 ms 16.75 bytes/s 13.4 bytes/s 74.627 ms 150 bauds 150 bits/s 6.667 ms 18.75 bytes/s 15 bytes/s 66.667 ms 200 bauds 200 bits/s 5.000 ms 25 bytes/s 20 bytes/s 50.000 ms 300 bauds 300 bits/s 3.333 ms 37.5 bytes/s 30 bytes/s 33.333 ms 600 bauds 600 bits/s 1.667 ms 75 bytes/s 60 bytes/s 16.667 ms 1200 bauds 1200 bits/s 833.333 µs 150 bytes/s 120 bytes/s 8.333 ms 1800 bauds 1800 bits/s 555.556 µs 225 bytes/s

How to program 8051 based MCU using Ptroteous Schematic capture and Source code editor to use timers using AT892051 + project files

 This tutorial is dedicated to use a 8051 based Microcontroller core and program it using keil's C51 tools on the Proteus Source code editor.  1- Brief History of 8051 one of the first microprocessors 4004 was invented by Intel Corporation as well as  8085 and 8086 microprocessors back in 1981,shortly after Intel introduced an 8-bit microcontroller called the 8051 . It was referred to as system on a chip because it had 128 bytes of RAM, 4K byte of on-chip ROM, two timers, one serial port, and 4 ports (8-bit wide), all on a single chip. When it became so widespread, Intel allowed other manufacturers to make and market different flavors of 8051 with its code compatible with 8051. It means that if you write your program for one flavor of 8051, it will run on other flavors too, regardless of the manufacturer. This has led to several versions with different speeds and amounts of on-chip RAM. 2- Features of AT892051 Microcontroller Compatible with MCS®-51Products 2K Bytes of R