Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > General Electronics Chat


General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion?

Reply
 
Tools
Old 15th August 2009, 09:14 PM   #1
Default Newbie Question of Resistance

Greetings!

I put together the circuit from the attached schematic, and it works fine. The circuit uses a 9V source and the resistor called for is 4.7K.

What I can't figure out is how I would know what resistor value to use if I were to build this circuit on my own, or change the voltage or number of LEDs in use. Bear with me as I walk thru my understanding, and I hope you'll let me know where I'm going wrong. Sure it wont take long.

I built a circuit with just the 5 LEDs on 9V, and measured .006A between the last cathode and the negative terminal. I've read that LEDs (red) typically draw .02A, so first wondering if my measurement is incorrect.

From the a datasheet I read that the transistor is rated at .15A.

On the attached circuit, I measured .7V between the resistor and the base of the transistor which seems correct (as I've read a transistor requires .6V to switch on.) So, I figured the voltage drop from the resistor is 8.3V.

So, to determine the ohm rating required to get the .7 volts to the base, I figured (voltage souce - voltage drop) / amps would equal the ohm value of the resistor. (9-8.3)/.156 = 4.48.

4.48 makes no sense, especially considering the difference between 4.48 and the 4.7K in the schematic. But for kicks, I dropped the resistor value to 1K, then 470 and the circuit still worked. But down to 100ohms, and the transistor is no more.

I have a feeling I'm in way over my head on this, but hoped there might be a relatively simple idea I'm not grasping. I greatly appreciate your attempts to enlighten me! Thank you.
Attached Thumbnails
Newbie Question of Resistance-schematic.jpg  
JEBster is offline  
Old 15th August 2009, 10:45 PM   #2
Default

This is a terrible design because there is nothing to limit the LED current except the beta of the transistor.
bountyhunter is offline  
Old 15th August 2009, 10:46 PM   #3
Default

Quote:
Originally Posted by JEBster View Post
I've read that LEDs (red) typically draw .02A, so first wondering if my measurement is incorrect.
20mA is a typical max current rating for a standard LED, but that doesn't mean that's what you'll get through them. You should always have a series resistor when using LEDs to ensure that you don't blow them out.

As for the transistor, I'm new to electronics myself but my understanding is that the current through the transistor's base activates it, not the voltage. FETs are activated by voltage, while BJTs ("standard" transistors) are activated by current (someone feel free to correct me if I'm wrong).

So if the recommended resistor value is 4.7k and the voltage supply is 9V, the base current required to turn the transistor on should be 9/4700 ≈ 2mA. Decreasing the resistor value to 100Ω would cause a current of ~900mA to pass through the base, which is well above the rating of the transistor that you mentioned.

As for the LEDs, the only thing limiting the current through them is the resistance between the collector and emitter of the transistor; as bountyhunter said, it's not a good design.
__________________
Good riddance, ETO .

Last edited by giftiger_wunsch; 15th August 2009 at 10:47 PM.
giftiger_wunsch is offline  
Old 15th August 2009, 11:14 PM   #4
Default

Quote:
Originally Posted by JEBster View Post
I built a circuit with just the 5 LEDs on 9V, and measured .006A between the last cathode and the negative terminal. I've read that LEDs (red) typically draw .02A, so first wondering if my measurement is incorrect.
Hi
When you built the similar schem with the LEDs, you need remember about 2 (2,2 )volts LED forward voltage, too. For the 5 LEDs summary forward voltage is ~ 10 volts.
Janis1279 is offline  
Old 16th August 2009, 02:13 AM   #5
Default

Hi, i would not bother with a transistor at all because if your just using 5 LED`s in series then thats only a current draw of 0.02A, i would replace the transistor with a resistor to limit the current instead, and say you run it on 10V it will only draw 0.2W, the small resistors are usually 1/4W, - thats why i dont think you need the transistor.
Joepage2008x2 is offline  
Old 16th August 2009, 02:21 AM   #6
Default

I think the circuit diagram is designed to just be a very simple demonstration of how transistors function. Removing the transistor would defeat the purpose of the demonstration.
__________________
Good riddance, ETO .
giftiger_wunsch is offline  
Old 16th August 2009, 04:32 AM   #7
Thumbs up

>>So if the recommended resistor value is 4.7k and the voltage supply is 9V, the base current required to turn the transistor on should be 9/4700 ≈ 2mA. Decreasing the resistor value to 100Ω would cause a current of ~900mA to pass through the base, which is well above the rating of the transistor that you mentioned.

Yep. That makes sense. Thanks very much, giftiger_wunsch!
JEBster is offline  
Old 16th August 2009, 04:46 AM   #8
Default

I assume you are using red or green LED's which are about 2.1 vdc each.

White or blue LED's have a larger voltage drop, 2.8-3.8 vdc

Even with red/green you are summing up to over 10 vdc drop so you don't have enough voltage from a 9v battery. A brand new alkaline might get you higher current but it won't last long before dropping in voltage.

Assuming red or green LED's, get rid of one so you only have four in the stack.

Put a 27 ohm resistor in the emitter lead to ground (negative terminal of battery). This resistor will set the LED current.

Drop the base resistor value to about 1.8K to 2.2K ohms. In switch mode, where you want transistor to be fully on, you should assume base current needs 20% of collector current. This is called 'forced beta' and the 20% base current assumes the transistor at saturation (fully on, lowest collector voltage) has only a D.C. beta of 5. The beta drops because the collector to emitter voltage is very low.

You should have about 0.55 vdc across emitter resistor (depending on battery voltage), 1.1 vdc at base of transistor.
RCinFLA is offline  
Old 16th August 2009, 10:17 AM   #9
Default

If you want to keep the 5 LEDs, you could group them into 2 and 3 in series and put the groups in parallel, but leaving the transistors in series with all of them. That way you'd lose current, which should be in excess anyway, but have high enough voltage to drive both groups of LEDs.
__________________
Good riddance, ETO .
giftiger_wunsch is offline  
Old 16th August 2009, 11:26 AM   #10
Default

Quote:
Originally Posted by JEBster View Post

So, to determine the ohm rating required to get the .7 volts to the base, I figured (voltage souce - voltage drop) / amps would equal the ohm value of the resistor. (9-8.3)/.156 = 4.48.

4.48 makes no sense, especially considering the difference between 4.48 and the 4.7K in the schematic. But for kicks, I dropped the resistor value to 1K, then 470 and the circuit still worked. But down to 100ohms, and the transistor is no more.
The LEDs should have a resistor in series with them. That way you can calculate the collector current. Then you know what base current is needed
to drive the transistor into saturation. But the idea of a transistor switch is that it switches on and off. A transistor isn't needed if the LEDs are always
on.
colin mac is offline  
Old 16th August 2009, 11:48 AM   #11
Default

Quote:
Originally Posted by colin mac View Post
The LEDs should have a resistor in series with them.
Note that you're the fourth person to mention that now colin hopefully he's got the message now


Quote:
Originally Posted by colin mac View Post
But the idea of a transistor switch is that it switches on and off. A transistor isn't needed if the LEDs are always
on.
As I also mentioned before, I've seen similar example circuits for beginners, and the purpose of the circuit he is using is simply to demonstrate the effect of transistors. Though perhaps the functionality would be better illustrated if a switch was added in series with R1 and the transistor's base in his schematic.
__________________
Good riddance, ETO .

Last edited by giftiger_wunsch; 16th August 2009 at 11:50 AM.
giftiger_wunsch is offline  
Old 16th August 2009, 12:05 PM   #12
Default

Try this schematic. I quickly threw it together so I apologise if there's a mistake in it, I'm sure someone will point that out though
Attached Thumbnails
Newbie Question of Resistance-quickfix.jpg  
__________________
Good riddance, ETO .
giftiger_wunsch is offline  
Old 16th August 2009, 12:06 PM   #13
Default

Quote:
Originally Posted by giftiger_wunsch View Post
Note that you're the fourth person to mention that now colin hopefully he's got the message now




As I also mentioned before, I've seen similar example circuits for beginners, and the purpose of the circuit he is using is simply to demonstrate the effect of transistors. Though perhaps the functionality would be better illustrated if a switch was added in series with R1 and the transistor's base in his schematic.
The OP decides when he gets the message. So please keep your comments to yourself. Thanks.

Last edited by colin mac; 16th August 2009 at 12:06 PM.
colin mac is offline  
Old 16th August 2009, 12:07 PM   #14
Default

Quote:
Originally Posted by colin mac View Post
The OP decides when he gets the message. So please keep your comments to yourself. Thanks.
This is an open forum, I will deliver my comments to all those who may benefit from them. That sort of remark is uncalled for.
__________________
Good riddance, ETO .
giftiger_wunsch is offline  
Old 16th August 2009, 12:10 PM   #15
Default

Quote:
Originally Posted by giftiger_wunsch View Post
This is an open forum, I will deliver my comments to all those who may benefit from them. That sort of remark is uncalled for.
As will I. Which I did. And you're trying to dictate what and when I comment, and I'm asking you not to.

Btw, it isn't harmful when someone repeats a point that may already have been made.
It just supports the point.

Last edited by colin mac; 16th August 2009 at 12:20 PM.
colin mac is offline  
Reply

Tags
newbie, question, resistance

Thread Tools
Display Modes


Similar
Title Starter Forum Replies Latest
newbie question raphaelriv General Electronics Chat 2 13th March 2008 11:20 PM
resistance question robotgangsta General Electronics Chat 7 2nd March 2006 08:38 PM
newbie question... Steve P Micro Controllers 12 25th August 2005 05:59 PM
Resistance of NiMH battery quick question williB General Electronics Chat 6 16th July 2005 02:35 AM
Newbie - question about resistance of dc motor jalessi General Electronics Chat 4 10th March 2004 11:07 PM



All times are GMT. The time now is 10:59 PM.


Electronic Circuits  |  Learning Electronics
eXTReMe Tracker