2712
AI

The term **2712** in the electronics industry most commonly refers to the **2SC2712**, a widely used NPN epitaxial silicon transistor. It is a general-purpose component designed for low-frequency amplification and switching applications.
---
### 1. Key Technical Specifications
The 2SC2712 is favored for its compact size and reliable performance in low-power circuits.
| Parameter | Symbol | Maximum Rating |
| :--- | :--- | :--- |
| 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$ | 150 mA |
| Collector Power Dissipation | $P_C$ | 150 mW |
| Junction Temperature | $T_j$ | 150 °C |
---
### 2. Package and Identification
This part typically comes in the **SOT-23** (Small Outline Transistor) package, which is a surface-mount device (SMD).
* **Marking Codes:** Because the device is small, it uses codes rather than the full part number. Common markings include:
* **LY**: $h_{FE}$ range 70–140 (O rank)
* **LY**: $h_{FE}$ range 120–240 (Y rank)
* **LG**: $h_{FE}$ range 200–400 (GR rank)
* **LL**: $h_{FE}$ range 350–700 (BL rank)
### 3. Pinout Configuration
Looking at the top of the SOT-23 package (with two pins at the bottom and one at the top):
1. **Pin 1 (Bottom Left):** Base
2. **Pin 2 (Bottom Right):** Emitter
3. **Pin 3 (Top Center):** Collector
---
### 4. Common Applications
* **Small Signal Amplification:** Used in audio pre-amplifiers or signal processing.
* **Switching:** Acting as a digital switch to control small loads (LEDs, relays) under 150mA.
* **Complementary Pair:** It is often paired with the **2SA1162**, which is its PNP counterpart.
### 5. Implementation Example
Here is a simple example of how the 2SC2712 might be defined in a netlist or simulation script:
```spice
* Simple NPN Switch circuit
Q1 Collector Base Emitter 2SC2712
R_base In Base 10k
R_load VCC Collector 1k
```
---
- ⤷
What is the difference between the 2SC2712 and its PNP complement 2SA1162?
- ⤷ What are the common SMD marking codes for the different gain ranks of this transistor?
- ⤷ Can the 2SC2712 be used for high-frequency RF applications?