Diode
Diode
Diode
Week 9
Topics:
Diodes/LEDs
Transistors
Presenters: Jonathan Li
Introduction to semiconductor devices
• Diodes - p-n junctions that regulate the flow of charge such that current can only move in a
designated direction
• Light emitting diodes (LEDs) - diodes that happen to also emit light
anode (+)
+
_ Stripe indicates
cathode (-)
cathode (-)
“Biasing” of p-n junctions
• Forward biased - when a positive voltage is applied to the p side (anode) relative to the n side
(cathode) of the junction.
• Reverse biased - when a positive voltage is applied to the n side (cathode) relative to the p side
(anode) of the junction
• Zero biased - when no voltage is applied to the p-n junction
Shockley diode equation
4
Diode current ID (Amps)
0
-0.1 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8
-1
Diode voltage VD (Volts)
Exact analysis of diode circuit
+
_
Graphical solution
V-I relationship for diode
0.06
0.05 Resistor
Diode current ID (Amps)
0.04
0.03 (0.64 V, 0.044 A)
0.02
0.01 Diode
0
0.4 0.5 0.6 0.7 0.8
Diode voltage VD (Volts)
4 0.8
Diode current ID (Amps)
2 0.4
1 0.2
0 0
-0.1 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.4 0.5 0.6 0.7 0.8
-1 -0.2
Diode voltage VD (Volts) Diode voltage VD (Volts)
Simple circuit model of diode
V-I relationship for diode
1
0.8
0.4
0.2 Diode
Diode OFF Diode ON Diode OFF
ON
0
0.4 0.5 0.6 0.7 0.8
-0.2
Diode voltage VD (Volts)
ID (mA)
VD (V)
Simple circuit model of LED
Our assumption is correct! The correct current and voltage values are thus:
Multiple Diodes/LEDs
• If there were multiple (N) diodes or LEDs in the circuit, to figure out exactly how the circuit operates,
you would at worst need to analyse 2N circuits with each circuit having unique combinations for
each diode being on or off.
• In reality, you should be able to estimate the voltages at either side of the diodes/LEDs and check if
they are large enough to exceed the diode/LED turn on voltages, to help you to make good guesses
of their states.
• This will come quickly with some practice and hands-on experience!
Transistors
The arrow is always located on the “Emitter” terminal
For NPN transistor, the arrow is “Not Pointing iN“ to the transistor
Significance
• An efficient way to control current movement using electrical signals
• We refer to this as “electronic switching”
• Base-collector is also on
Notes:
• Any current can move through
• vBE and vCE are “locked in” (like diodes):
• Base-collector is off:
• These do not satisfy the cutoff conditions, try again with different assumption…
Assumption: Saturation
A B O A B O A O
0 0 0 0 0 0 0 1
0 1 0 0 1 1 1 0
1 0 0 1 0 1
1 1 1 1 1 1
Digital circuits
This circuit adds up two numbers A and B,
giving the result encoded in binary outputs C and S,
summarised in table below
Number
A B C S
Represented
0 0 0 0 0
0 1 0 1 1
1 0 0 1 1
1 1 1 0 2
This is called an “adder circuit” – a building block of a calculator circuit that can add numbers together
Transistor logic gate examples