Transistors - Repair Basics

From Repair Wiki
Revision as of 21:28, 2 November 2023 by ASRepairs (talk | contribs)

This article is a stub. You can help Repair Wiki grow by expanding it

Transistors - Repair Basics
Type Component
Device(s) Transistors
Difficulty ◉◌◌◌ Easy

This article aims to provide a comprehensive overview of transistors from a repair perspective, detailing their function, types, common issues, testing methods, and replacement considerations.

Transistor symbols commonly found in schematics (Figure 1)

What is a Transistor?

A transistor is a crucial semiconductor device in electronics that amplifies or switches electronic signals. Transistors come in various types, and each type serves a specific purpose in electronic circuits.

Transistors come in different types: Bipolar Junction Transistors (BJTs), Field-Effect Transistors (FETs), and Isolated Gate Bipolar Transistors (IGBTs)

Transistors are typically identified by the symbols shown in Figure 1 and are usually denoted with the letter Q followed by an identifier number. (E.g., Q27)

Function

Transistors serve various functions in electronic circuits, including:

Amplification

Transistors amplify weak electronic signals to higher levels. This is essential in audio amplifiers, signal processing, and more.

Switching

Transistors can be used as electronic switches to control the flow of current in a circuit. They are used in digital logic circuits, microcontrollers, and more.

Voltage Regulation

In power supplies, transistors are used for voltage regulation by rapidly switching on and off to either boost or step down the voltage depending on the circuit.

Motor Control

Transistors, especially power IGBTs, are used in motor control circuits to drive and control the speed of 3 phase electric motors in appliances, robotics, and industrial equipment.

Types

Bipolar Junction Transistors (BJTs)

BJTs come in two types:

NPN

An NPN transistor has three layers: the collector, base, and emitter. It allows current to flow from the collector to the emitter when a small current is applied to the base. NPN transistors are commonly used in amplification circuits.

PNP

A PNP transistor operates similarly to an NPN transistor, but the direction of current flow is reversed. Current flows from the emitter to the collector when a small current is pulled from the base. PNP transistors are also used for amplification and switching though much less commonly.

Field-Effect Transistors (FETs)

FETs are classified into JFETs (Junction Field-Effect Transistors) and MOSFETs (Metal-Oxide-Semiconductor Field-Effect Transistors) and they both have two types:

N-Channel
P-Channel

FETs can have two gates in some applications.

Insulated Gate Bipolar Transistors (IGBTs)

IGBTs combine the characteristics of BJTs and MOSFETs. They are used in high-voltage, high-current switching applications like inverter drives and power inverters.

Testing a Transistor

Testing a transistor can help determine if it is functioning correctly. You can use a digital multimeter to test transistors for both amplification and switching capabilities.

  1. Set your multimeter to diode mode.
  2. Identify the transistor's pins and determine its configuration (NPN or PNP for BJTs, or N-channel or P-channel for FETs). 3. Test the transistor's collector (C), base (B), and emitter (E) pins for BJTs or gate (G), source (S), and drain (D) pins for FETs.

BJTs

  1. Identify the transistor's pins and determine which is the base, emitter and collector.
  2. Firstly, make sure the FET is not shorted, measure the resistance between the collector (C) and the emitter (E). If you measure below 100 Ohms that means the BJT is shorted.
  3. if the BJT is not shorted, set your multimeter to diode mode.
  4. Connect the red probe to the base (B) and the black probe to the collector (C). If the transistor is NPN, the multimeter should read a diode drop (typically 0.6 - 0.7 V).
  5. Now move the negative probe to the emitter (E) you should measure the same or similar diode voltage drop, indicating the transistor is functioning properly.
  6. For PNP, repeat the same but reverse the meter probes (black on base), you should read the same diode values.
  7. If you measure a voltage drop that is substantially higher or lower or "OL" this means the transistor is faulty.

FETs

  1. Identify the transistor's pins and determine which is the gate, drain and source.
  2. Firstly, make sure the FET is not shorted, measure the resistance between the drain (D) and the source (S). If you measure below 100 Ohms that means the FET is shorted.
  3. If the FET is not shorted, set your multimeter to diode mode.
  4. For N-Channel FETs, connect the red probe to the gate (G) and the black probe to the source (S).
  5. Quickly switch the red probe to drain (D), you should measure a very very low voltage drop (close to 0) confirming the operation of the FET.
  6. For P-Channel FETs, repeat the same but reverse the meter probes (black on gate), you should read the same diode values.
  7. If you read a high voltage drop or "OL" that means the FET is faulty.

Alternatively, you can measure the capacitance of the gate (G) against the source (S) if you have access to and LCR meter. Value should be compared to the datasheet or a similar FET.

IGBTs

  1. Identify the transistor's pins and determine which is the gate, emitter and collector.
  2. Set your multimeter to diode mode.
  3. Usually, IGBTs come with a diode connected in reverse parallel "freewheeling diode" to allow current to pass in the other direction. This means that all you have to do to measure an IGBT is check if the diode is still functional.
  4. Place the red probe on the emitter (E) and black probe on collector (C), you should measure a diode voltage drop (typically 0.6 - 0.7 V).
  5. If you read a high or low voltage drop, or "OL" that means the IGBT is faulty.

If you have access to a LCR meter, measure the gate (G) capacitance against the emitter (E). Value should be compared to the datasheet or a similar IGBT.

Replacement Considerations

If you can't replace the transistor with the exact same one, it is possible to use a different one while considering the following factors:

BJTs

  1. BJT type: Ensure you select the correct type (NPN or PNP) based on the original transistor's function.
  2. Package Type: Choose a replacement transistor with a compatible package type and pinout.
  3. Voltage and Current Ratings: "VCE" and "IC". Match or exceed the voltage and current ratings of the replacement transistor to the original to avoid overloading the transistor.
  4. Gain: In amplification applications, closely match the gain (hFE) of the replacement transistor to the original for proper amplification.
  5. Power Dissipation: Ensure the replacement transistor can handle the same or higher power dissipation as the original.

FETs

  1. FET type: Ensure you select the correct type (N or P channel) based on the original transistor's function.
  2. Package Type: Choose a replacement transistor with a compatible package type and pinout.
  3. Voltage and Current Ratings: "VDS" and "ID". Match or exceed the voltage and current ratings of the replacement transistor to the original to avoid overloading the transistor.
  4. RDSon: Resistance when turned on, It is very important to pick a FET that has the same or lower on resistance.
  5. Gate Capacitance: Try to stick to a FET with a close gate charge to the faulty one.
  6. Switching Characteristics: Pay attention to "Turn On/Off Delay Time" and "Rise/Fall Time" especially for sensitive switching applications.
  7. Power Dissipation: Ensure the replacement transistor can handle the same or higher power dissipation as the original.

IGBT

  1. Package Type: Choose a replacement transistor with a compatible package type and pinout.
  2. Voltage and Current Ratings: "VDS" and "ID". Match or exceed the voltage and current ratings of the replacement transistor to the original to avoid overloading the transistor.
  3. RDSon: Resistance when turned on, It is very important to pick a FET that has the same or lower on resistance.
  4. Gate Capacitance: Try to stick to a FET with a close gate charge to the faulty one.
  5. Switching Characteristics: Pay attention to "Turn On/Off Delay Time" and "Rise/Fall Time" especially for sensitive switching applications.
  6. Power Dissipation: Ensure the replacement transistor can handle the same or higher power dissipation as the original.


Replacing a transistor with the wrong specifications can lead to circuit damage! It's essential to choose a replacement carefully.