Problem with Transistor

Thread Starter

Cardosofelinto

Joined Dec 9, 2019
1
Hello, i'm a beginner in eletrônics and i'm having a few problems with a basic schematics, i'm trying to connect a transistor, i'm trying to connect it to my arduino but the led won't power up in the simulator, but if i connect it on the protoboard it goes just fine ... I don't know what is wrong. the sourcers in the schematics are of 5 and 10 VWhatsApp Image 2019-12-09 at 09.50.54.jpeg
 

ericgibbs

Joined Jan 29, 2010
18,865
hi C,
Welcome to AAC.
Try connecting the LED and the 1K in the transistor collector, connect the emitter to 0V.
Let us know how it goes.
E
 

Audioguru again

Joined Oct 21, 2019
6,704
You did not say the specified forward voltage or color of the LED. A red one is about 2V and a white, blue or modern bright green one is about 3.2V. Since your transistor is an emitter-follower, not as a common-emitter switch then the 4.7k base resistor is not needed.

With 5V into the 4.7k resistor then the base voltage will be a little less than 5V, maybe 4.8V. Then if a 3.2V LED is used, it and the 1k resistor get 4.8V - 0.7v= 4.1V and the current in the LED will be only (4.1V - 3.2V)/1k= 0.9mA which will be fairly dim.
 

danadak

Joined Mar 10, 2018
4,057
You can drive an LED in the emitetr, although that is not the best way to do so,
as Eric points out.

Here is a sim driving in emitter. 3 1N4148s were used to sim a 2V LED. As you can see
LED current is not very good.

1575906705362.png

Regards, Dana.
 

dl324

Joined Mar 30, 2015
16,941
but the led won't power up in the simulator, but if i connect it on the protoboard it goes just fine ... I don't know what is wrong.
Are you certain you're breadboarding the circuit as shown in the schematic? What is the voltage being applied to the base resistor.

For the way you've drawn the circuit, you're trying to switch the LED high side. For that, you'd use a PNP or P channel MOSFET. We use NPN transistors to drive loads low side.
 
Top