Friday 18 January 2019

voltage - Why is base resistor of a transistor important?


I know that this is a very basic question but I really do not know the answer.


I was making simple logic gates using transistors and I used PNP transistor as NOT gate.


I made the following circuit: (A) AND (B) AND (NOT C)


This circuit does not work without the resistors R1,R2 and R3. Why are these resistors important ?


schematic


simulate this circuit – Schematic created using CircuitLab


The Following NOT gate does not need a base resistor. I connect Vcc or ground directly to base and it works.



How can it work without resistors although it is very similar to the previous circuit ?


schematic


simulate this circuit



Answer



Without resistors, your circuit looks like


schematic


simulate this circuit – Schematic created using CircuitLab


The problem is that there is no voltage across the emitter-base of Q1, so it cannot turn on.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...