STO2S
AI

The **SOT-23** (Small Outline Transistor) is one of the most widely used surface-mount device (SMD) packages in modern electronics. It is a small, rectangular plastic package with three leads (terminals) extending from the sides.
---
### 1. Key Characteristics
The SOT-23 is designed for compact circuit boards where space is a premium. It is typically used for low-power components.
| Feature | Description |
| :--- | :--- |
| **Lead Count** | Usually 3 pins (though 5 and 6-pin variants exist) |
| **Mounting Type** | Surface Mount (SMD/SMT) |
| **Common Dimensions** | ~2.9 mm x 1.3 mm x 1 mm |
| **Thermal Capacity** | Low (typically around 200mW to 350mW) |
---
### 2. Common Components in SOT-23
While the package name refers to the outer shell, many different types of electronic components are housed inside it:
* **Bipolar Junction Transistors (BJTs):** General-purpose switching and amplification (e.g., BC847, MMBT3904).
* **MOSFETs:** Small-signal field-effect transistors (e.g., BSS138, 2N7002).
* **Diodes:** Single diodes or dual-diode configurations (e.g., BAV70, BAT54).
* **Voltage References:** Precision references like the TL431.
* **Voltage Regulators:** Low-dropout (LDO) regulators for small current loads.
---
### 3. Pinout Configuration
For a standard 3-pin SOT-23 Transistor, the pin numbering is generally standardized, but the **internal function** depends on the specific part number.
#### Typical BJT Layout:
```text
[ 3 ] <-- Collector
| |
----+ +----
[ 1 ] [ 2 ]
Base Emitter
```
1. **Pin 1:** Base (or Gate for MOSFETs)
2. **Pin 2:** Emitter (or Source for MOSFETs)
3. **Pin 3:** Collector (or Drain for MOSFETs)
---
### 4. Advantages and Limitations
| Advantages | Limitations |
| :--- | :--- |
| Extremely small footprint saves PCB space. | Difficult to solder by hand without tweezers. |
| Automated pick-and-place friendly. | Very limited heat dissipation (not for high power). |
| Low parasitic inductance and capacitance. | Fragile leads if handled roughly during prototyping. |
---
- ⤷
What are the differences between SOT-23 and SOT-223 packages?
- ⤷ How can I identify a specific component in an SOT-23 package using its marking code?
- ⤷ What is the maximum current typically handled by an SOT-23 MOSFET?