![]() | ![]() | ![]() |
| | |||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| Hi everyone, I am a mechanical engineer who is in need of help! I am designing an underwater flashlight which will be using Luxeon high power leds. I have found a driver circuit which uses FET and NPN transistors and i was hoping someone can help me disect it a bit. I have done a bit of research so i have a basic understanding of how NPN and FET transistors work, but i was hoping someone can just clarify a few things. I have attached the circuit drawing. Basically at the end of the day, i want to limit the current going through the LEDs to 1A. My understanding of how this circuit is supposed to work is this: - The bottom right resistor is chosen so that when maximum wanted current is going through it, the voltage drop is equal to the "turning on" voltage of the NPN (ie. ~.5V) . So I need a I=V/R => 1 = 0.5/R = > R = 0.5 Ohm - When the circuit draws too much current, the NPN transistor opens up and the current goes mainly through the NPN transistor instead of the FET and it limits the current? THe reason i have trouble understanding this is because i read that FET transistors are voltage regulated, and in order to minimize the curretn going through the FET a -ve voltage is needed? - How do you calculate the voltage drop going through a transistor? Is there any voltage drop? - How do you select the resistance of the Top Left resistor? - When the NPN transitor opens up, wont all the current go though it instead of the FET and completely shut off current going through the Load? How would this work as a self-adjusting circuit? Hopefully someone can describe in detail what is going on with this type of circuit, i apologize for my lack of knowledge. I have been searching and reading the forums to piece together knowledge to find out how this is supposed to work. Thanks! | |
| |
| | (permalink) |
| hi, The FET and resistor R2 to 0V, together with the voltage on the gate of the FET form a Constant Current source. The value of the current flowing thru the FETand LED is determined by the value of the resistor R2 and the voltage on the gate of the FET, which is determined by the collector voltage on the transistor. So when the current flowing thru R2 causes a voltage drop across R2 equal to the +0.7v required to switch on the transistor, it conducts and the voltage on the gate of the FET falls, this reduces the current in the FET and the LED. So the current flowing in the FET/LED is limited. What type of FET are you using. The voltage on the FET gate is controlled by the value of R1 and the gate operating voltage of the FET. Refer to the FET's datasheet. Does this help.?
__________________ Eric "Good enough is Perfect" PIC tutorials: Gramo's: www.digital-diy.net/ Bill's: www.blueroomelectronics.com/ Last edited by ericgibbs; 7th July 2008 at 12:23 PM. | |
| |
| | (permalink) |
| But what is preventing all the current from being sucked through the NPN when it is turned on and as a result not providing enought voltage to the FET thereby shutting off the LEDs completely? When the NPN is turned on, can you not consider the collector-emmiter line to be like a straight wire with no resistance? Do you think you could possibly go though calculations for that circuit to determine what R1, R2 and FET/NPN transistors i need to draw 1A of current to the leds? That way i would be able to go through the design process and how you are supposed to calculate these. My problem is that i am not sure what depends on what. Like the FET will give a certain current based on base voltage regardless of the emmiter-collectro voltage drop? Im also confused on how if the e-c voltage drop is less than 2 (or close to the base voltage) then the current is controled by the voltage of the e-c, and if the e-c voltage is more than the gate voltage controls it? | |
| |
| | (permalink) |
| So far for the calculations i have this: R2 needed: V=IR -> 0.5 = 1A*R2 -> R2=.5 ohm Vdrop FET (using 6V power supply, 1 LED which draws 3.7V @ 1A) : Vfet = 6 - 3.7 - .5 (NPN activation) = 1.8V Now i am kinda stuck on how to get the base voltage of FET or the R1 i need... | |
| |
| | (permalink) | |
| Quote:
The FET is a gate voltage controlled device, within the limits of the FET design, for the FET shown in your drawing, the higher the gate voltage the more current it passes. Until the R2 voltage drop switches on the NPN and the gate voltage is pulled down by the NPN thus reducing the FET current. If you want to check out a circuit without blowing an LED, then in place of the LED connect a current meter able to indicate say 3 amps and the adjust the value of R2 until 1Amp flows in the meter. The value of R1 would be around 10K Is this clear.?
__________________ Eric "Good enough is Perfect" PIC tutorials: Gramo's: www.digital-diy.net/ Bill's: www.blueroomelectronics.com/ | ||
| |
| | (permalink) | |||
| Quote:
Quote:
Quote:
I really appreciate your help, i hope you dont mind my constant questions... Unfortunately i have a hard time of letting things go which i do not understand fully... | ||||
| |
| | (permalink) | ||
| Quote:
Quote:
Remember that bipolar transistors are basically current controlled and FETS are voltage controlled. Both devices act rather like current sources, that is their collector/drain currents are relatively independent of the collector/drain voltage. It only depends upon the base current or gate voltage respectively. | |||
| |
| | (permalink) |
| Ok, i have some updates: I went back to the site which had the circuit on how to construct this current limiter and they were using a Fairchild FQP50N06L FET transistor. I looked up the specs of it and it is a MOSFET N-channel Enhanchement mode. I looked up what this means, and this particular type of FET is ALWAYS OFF unless a small POSITIVE voltage to the base is applied. Now this is starting to make sense how the NPN will actually limit. Ok so i think i have a decent understanding of how the negative feedback works usiing these transistors. The only thing i still want to know is what is the purpose of R1? My guess would be that it is there to limit the current that will be going into the FET so to not "blow" it up? How would you go about calculating the value of resistor you need? | |
| |
| | (permalink) | |
| Quote:
Pleased that you follow the voltage control of the FET gate. The purpose of R1 is to control the voltage on the FET gate. Consider that the NPN is NOT conducting, then the full supply voltage would be applied to the FET gate via the R1 resistor. This would make the FET conduct as its a positive voltage, as the FET conducts the voltage drop across R2 will rise to about +0.7V which will turn ON the NPN transistor, so current will flow in R1 and the voltage at the NPN collector/FET gate will fall. This fall will reduce the current in the FET. At some point a balance will be reached between the voltage drop in R2 and the conduction of the NPN. [ in other words the gate voltage on the FET]. At balance, due to negative feedback the current in the FET will be constant. R1 is not there to limit the current into the FET gate, the FET gate draws almost zero current. Its a Field Effect Transistor, the gate voltage creates an electric field inside the FET, which controls the amount of current flowing from Source to Drain in the FET. The value of R1 is chosen to suit the gain required by the NPN, I have chosen 10K as a starting point. Whats the battery voltage going to be.?? Does this help.
__________________ Eric "Good enough is Perfect" PIC tutorials: Gramo's: www.digital-diy.net/ Bill's: www.blueroomelectronics.com/ | ||
| |
| | (permalink) |
| hi, Redrawn the circuit, added some values. Is this clearer.?
__________________ Eric "Good enough is Perfect" PIC tutorials: Gramo's: www.digital-diy.net/ Bill's: www.blueroomelectronics.com/ Last edited by ericgibbs; 7th July 2008 at 12:23 PM. | |
| |
| | (permalink) | |||
| Ok, this is starting to make more sense but has also raised a few more questions (bear with me...). Quote:
Quote:
Quote:
| ||||
| |
| | (permalink) | |
| Quote:
Does this answer you questions.? The voltage drops across the resistors are determined by using Ohms law.
__________________ Eric "Good enough is Perfect" PIC tutorials: Gramo's: www.digital-diy.net/ Bill's: www.blueroomelectronics.com/ | ||
| |
| | (permalink) |
| I don't mean to confuse the issue but if you're interested in maximum battery life than a switching regulator configured to generate a constant current can be used. This has higher efficiency than a series regulator, particularly if the battery voltage is significantly higher than the sum of the LED voltages. If you're interested in such an approach an example of this is discussed at http://www.edn.com/index.asp?layout=...leid=CA6325592. | |
| |
| | (permalink) | ||
| Quote:
Quote:
- How do you know that 1ma will be going to the base? All we know is that the voltage drop from base-emmiter will be 0.7V and 1A goes through R2. - If we know that 50ma is going through R1, we can calculate what the voltage drop would be and consequently what the new BASE FET voltage is correct? and we know what voltage we need to give a certain current from the FET collector-emmiter, and this way we can find R1 right? Also, one other thing that just popped in my head. I looked at the specs for the MOSFET, and if a 6+ volt is applied , the emmiter-collector current is 100 A?! If i had 3 leds and i need about 12V to supply them, and i need 1A (needs a 2V gate), where would the leftover 10V go?? | |||
| |
| | (permalink) | |
| Quote:
| ||
| |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Title | Starter | Forum | Replies | Latest |
| Expert Stabilised Power Supply with Current Limiting | mechie | Electronic Projects | 36 | 11th March 2008 08:16 PM |
| Voltage | ElectroMaster | Electronic Theory | 44 | 8th August 2007 06:35 PM |
| Current and Conductivity | ElectroMaster | Electronic Theory | 1 | 2nd February 2007 01:50 PM |
| Problems with Dual Brightness (Current) LED Tail Lights? Eagle Schematics! | Ocelaris | Electronic Projects Design/Ideas/Reviews | 12 | 31st December 2006 07:18 PM |
| Transistor Operation | ElectroMaster | Electronic Theory | 1 | 23rd June 2006 05:26 PM |