Measuring gain

Measuring the gain and leakage of a transistor is explained in full detail in picking transistors. The transistor that is measured in this circuit is a PNP style transistor. The circuit for a NPN style transistor differs a bit, but the routine is the same. We will first discuss measuring a PNP transistor.

Measuring a PNP transistor

You can use the follow circuit to measure a PNP transistor.

On a breadboard, the circuit looks like:

Measurement is taken with a volt meter over resistor R1, on the breadboard: this is the rightmost resistor.

Measuring leakage

We will first measure the leakage for this resistor. Ideally, the transistor won’t allow any current to flow through the transistor if the base is not connected to ground. So the voltage drop across resistor R1 should be zero. From the measured voltage across R1, we can calculate the current leakage, by applying Ohm’s law (\(V_{leakage} = V_{probe}\)):

\[I_{leakage} = \dfrac{V_{leakage}}{2472Ω}\]

(You should measure the resistance of R1, as the value will probably not exactly be 2472Ω).

Measuring gain

Next, we press the button, this will let some current through the base resistor, enabling the transistor to open and let current flow through the transistor. We can calculate the current through the base the transistor by applying Ohm’s law and the forward voltage drop \(V_{drop} = 0.1V\) of the Germanium transistor:

\[I_{base} = \dfrac{V_{cc} - V_{drop}}{2.2MΩ} = \dfrac{9.0V - 0.1V}{2.2MΩ} = \dfrac{8.9V}{2.2MΩ} = 4.0µA\]

(You should measure the exact voltage of the 9V battery and the actual voltage drop between emitter and base to make sure this calculation is correct. When you measure a Silicon transistor, the voltage drop will probably around 0.7V)

The gain of the transistor is the quotient between \(I_{base}\) and \(I_{collector}\). But we have to take in account the leakage of the transistor, because any current that will leak through the transistor should not count as real “gain”: we should substract this from the measured values:

\[Gain = \dfrac{I_{collector}}{I_{base}} = \dfrac{V_{probe} - V_{leakage}}{2472Ω} * \dfrac{1}{4.0µA} = \dfrac{V_{probe} - V_{leakage}}{2472Ω * 4.0µA} ≈ 100*(V_{probe} - V_{leakage})\]

As you can see, using these values for R1 and R2 gives us a very easy formula to measure the gain, using only the measured voltages!

Measuring a NPN transistor

You can use the follow circuit to measure a NPN transistor. It’s a “flipped” version of the one we used for the PNP circuit. We need to flip the circuit, because for the NPN transistor to work, the voltage at the base should be higher than the voltage at the emitter. The load is still at the collector (when the base is drawn to the left for both NPN and PNP transistors, the collector and emitter switch position).

On a breadboard, the circuit looks like:

This breadboard uses a CBE style NPN transistor, like the BC337. Please note that other configurations also exist!

Measurement is taken with a volt meter over resistor R1, on the breadboard: this is the rightmost resistor. Keep in mind that in this case we probe against \(V_{cc}\) and not \(V_{gnd}\)!

The procedure to measure the leakage and gain is exactly the same as the procedure for the PNP transistor. But keep in mind to measure against \(V_{cc}\), leakage should be close to 0V, not 9V!

Measurements

Good Germanium transistors are rare. According to the electrosmash article, the perfect gain for a rangemaster was between 75 and 100. And as all Germanium transistors inhibit leakage, a reasonable amount of leakage is exceptable, but not to much. According to this article “100µA is common, 200µA happens pretty often. More than 300µA means the device is suspicious, and more than 500µA I would say is bad.”

This spreadsheet contains some of the measurements I made for the Germanium transistors I currently have available:

Transistor Leakage Gain Verdict
BC337 0.05µA 147 Silicon, for reference
AC187 787µA 73 To much leakage
OC140 278µA 46 Not that much gain, leakage barely ok
AC127 361µA 160 To much leakage
D352 278µA 59 Gain on the low end, leakage barely ok

The D352 was salvaged from an old Philips radio and should be Ok. What was noticeable with all transistors that they are very temperature sensitive! Higher temperatures als meant more leakage (as demonstrated in this youtube video), so it seems important to have them as cool as possible.

Pinout on germanium transistors

Most TO-1 Germanium transistors follow a pinout pattern in which the pins form a small triangle with the Base pin in the middle, the Emitter to the left and the Collector to the right (as you are looking at the bottom of the transistor). Some (like the OC140) have a red dot close to the Collector pin. This page has a nice overview.