Transistor Logic Gate : NOT Gate Explanation?

In summary, someone designed this circuit without knowing why the circuit works. They used a resistor to pull the transistor down so it wouldn't turn on through collector-base leakage. They also replaced D3 with a wire.
  • #1
cynthia0303
3
0
upload_2016-4-5_1-7-51.png

Hi everyone. I would like to ask about this light sensor using not gate circuit. I use LDR as an input and a LED as an output. I have tried this circuit in Proteus, and it works. When the LDR 'off', LED turns on, and vice versa.
But i don't really understand about the working principle of this circuit.
This is my assumption :
if LDR is off, Q5 will be 'open' cause there is no current flow. So , current will flow from R5 to R9 to Q6 , Q6 is 'short' because basis get the current flow from battery , hence LED is ON.
if LDR is on, Q5 is short, so the current from the battery will not flow through 1K because it will choose a resistance free way. Hence, the LED is OFF.
Is my assumption correct? Please tell me what you guys think? I will appreciate that so much :)
*sorry for my bad english , I'm still learning :)
 
Engineering news on Phys.org
  • #2
cynthia0303 said:
if LDR is on, Q5 is short, so the current from the battery will not flow through 1K because it will choose a resistance free way.
You still have the diode there with a voltage drop, but the other path has a diode as well (well, two including the LED).
 
  • Like
Likes cynthia0303
  • #3
It seems like an odd circuit to me.

But the way it works is easy to understand though the math is likely a bit harder.

Basically there's enough current to forward bias one transistor. (This from the selection of part values, not solely the topology.) So when Q5 is on, Q6 is off. When Q5 is off, Q6 is on.

This is an odd arrangement in a battery powered circuit because there is significant current flow even in the off state. This drains the battery.

I wonder what design considerations prompted the choice?
 
  • Like
Likes cynthia0303 and mfb
  • #4
cynthia0303 said:
Is my assumption correct? Please tell me what you guys think?

Yes. And you have the right explanation.

I also agree with Jeff that it is 'an odd circuit', probably designed just for experimenting and learning.
 
  • Like
Likes cynthia0303
  • #5
Thank you so much guys for your answers. I am using this NOT gate circuit which i found on web. I don't really understand about the design considerations though. Maybe this is only for experimenting :)
 

Attachments

  • not gate.PNG
    not gate.PNG
    8.1 KB · Views: 4,309
  • #6
Looking at your most recent you post, it looks even more like 'only experimenting.' The only purpose I can see for the diodes is to protect the transistors and LED when someone connects the battery backwards. (But it could have been done with just one diode.)
 
  • #7
One design flaw in this weird circuit is that Q5 can turn itself on through collector-base leakage. Needs a resistor from base to ground.
Other than that, it looks like it was designed by one of those genetic evolution circuit generator programs.
http://www.eecs.harvard.edu/~rad/courses/cs266/papers/koza-sciam03.pdf
Someone is either really smart, and is doing stuff I don't get, or just kept sticking parts together until it finally sort of worked.
 
Last edited by a moderator:
  • #8
Tom.G said:
Looking at your most recent you post, it looks even more like 'only experimenting.' The only purpose I can see for the diodes is to protect the transistors and LED when someone connects the battery backwards. (But it could have been done with just one diode.)
Which diode should be omitted? Is it D3 or D4? BTW, Thank you so much for your explanation , you are so helpful!

meBigGuy said:
One design flaw in this weird circuit is that Q5 can turn itself on through collector-base leakage. Needs a resistor from base to ground.
Other than that, it looks like it was designed by one of those genetic evolution circuit generator programs.
http://www.eecs.harvard.edu/~rad/courses/cs266/papers/koza-sciam03.pdf
Someone is either really smart, and is doing stuff I don't get, or just kept sticking parts together until it finally sort of worked.
Does the resistor act as a pull-down? My teacher told me once but i don't really understand why.. I never heard of genetic evolution circuit generator programs, it sounds cool but creepy :D
 
Last edited by a moderator:
  • #9
cynthia0303 said:
Which diode should be omitted? Is it D3 or D4? BTW,...

Move Q5 Emitter to D4 Anode. Replace D3 with a wire. You're welcome.
 
  • #10
Much easier: Use a 4069 / 74C04. It contains 6 "not" gates and draws almost no current. Even better: Use a 74C14 - it will perform better around the turn-on/turn-off points.
 

1. What is a NOT gate?

A NOT gate, also known as an inverter, is a fundamental logic gate in digital electronics. It takes in one input signal and outputs the opposite signal. For example, if the input is a 0 (low), the output will be a 1 (high) and vice versa.

2. How does a NOT gate work?

A NOT gate consists of a single transistor and a resistor. When the input signal is low, the transistor is turned off and the output is connected to the power supply, resulting in a high output. When the input is high, the transistor is turned on and the output is connected to ground, resulting in a low output.

3. What is the truth table for a NOT gate?

The truth table for a NOT gate is as follows:

Input (A) Output (Y)
0 1
1 0

4. What are the applications of a NOT gate?

A NOT gate is commonly used in combination with other logic gates to create more complex logic circuits. It is also used in memory circuits, counters, and other digital systems. It can also be used in voltage level shifting and signal inversion.

5. Can a NOT gate be made using other logic gates?

Yes, a NOT gate can be made using other logic gates such as NAND or NOR gates. For example, a NAND gate with both inputs connected together acts as a NOT gate, and a NOR gate with both inputs connected together and inverted acts as a NOT gate.

Similar threads

  • Electrical Engineering
Replies
10
Views
1K
  • Electrical Engineering
Replies
10
Views
496
Replies
18
Views
5K
Replies
25
Views
4K
Replies
3
Views
2K
  • Electrical Engineering
Replies
23
Views
4K
Replies
5
Views
2K
  • Electrical Engineering
Replies
12
Views
1K
  • Electrical Engineering
Replies
3
Views
1K
  • Electrical Engineering
Replies
12
Views
3K
Back
Top