2SA812
AI

## Technical Overview of the 2SA812 Transistor
The **2SA812** is a popular PNP epitaxial silicon transistor designed primarily for high-frequency amplification and general-purpose switching applications. It is frequently found in compact consumer electronics due to its small footprint and reliable gain characteristics.
---
### 1. Key Specifications
The following table summarizes the absolute maximum ratings and electrical characteristics of the 2SA812:
| Parameter | Symbol | Typical Value | Unit |
| :--- | :--- | :--- | :--- |
| **Type** | Polar | PNP | - |
| **Package** | Case | SOT-23 | - |
| **Collector-Base Voltage** | $V_{CBO}$ | -60 | V |
| **Collector-Emitter Voltage** | $V_{CEO}$ | -50 | V |
| **Emitter-Base Voltage** | $V_{EBO}$ | -5 | V |
| **Collector Current** | $I_C$ | -100 | mA |
| **Power Dissipation** | $P_D$ | 150 - 200 | mW |
| **Transition Frequency** | $f_T$ | 180 | MHz |
---
### 2. Pin Configuration (SOT-23)
The 2SA812 usually comes in a surface-mount SOT-23 package. Looking at the top of the component with the single pin at the top:
1. **Base (B):** Left pin (bottom row).
2. **Emitter (E):** Right pin (bottom row).
3. **Collector (C):** Top pin.
---
### 3. Classification by hFE (Current Gain)
The 2SA812 is often categorized into different "ranks" based on its DC current gain ($h_{FE}$), indicated by a marking on the package:
* **M4:** 90 to 180
* **M5:** 135 to 270
* **M6:** 200 to 400
* **M7:** 300 to 600
---
### 4. Applications and Complementary Pairs
* **Applications:** Small signal amplification, AF (Audio Frequency) amplifiers, and high-speed switching in mobile devices.
* **Complementary NPN:** The NPN counterpart to the 2SA812 is the **2SC1623**. Using these together allows for the design of push-pull amplifier stages.
---
### 5. Sample Circuit: Simple PNP Switch
Below is a basic representation of how to use the 2SA812 as a switch to control a small load (like an LED).
```markdown
VCC (-5V) ---[Load/LED]---+--- (Collector)
|
(Input) ---[Resistor]--- (Base) [2SA812]
|
GND ----------------------+--- (Emitter)
```
*Note: Since it is PNP, the load is typically switched when the base is pulled low relative to the emitter.*
- ⤷
What are the common SMD markings for the different hFE ranks of the 2SA812?
- ⤷ Can I substitute a 2SA1015 for a 2SA812 in a surface-mount design?
- ⤷ How does the transition frequency (fT) affect its performance in RF circuits?