2SD965L-R-T92-R
AI

The **2SD965L-R-T92-R** is a specific variant of the 2SD965 NPN epitaxial silicon transistor. It is widely recognized for its high current capacity despite its small physical size, making it a staple in portable electronic devices.
---
### 1. Part Number Breakdown
Understanding the suffix codes is crucial for sourcing the exact component:
| Component Segment | Meaning |
| :--- | :--- |
| **2SD965** | Base part number (NPN Silicon Transistor) |
| **L** | Lead-free / RoHS Compliant |
| **R** | hFE (Current Gain) Classification (Typically 230 – 600) |
| **T92** | Package Type (TO-92) |
| **-R** | Packing Style (Usually indicates "Tape & Reel" or "Ammo Pack") |
---
### 2. Key Technical Specifications
This transistor is designed for low-voltage, high-current applications.
| Parameter | Value |
| :--- | :--- |
| **Transistor Type** | NPN |
| **Collector-Emitter Voltage ($V_{CEO}$)** | 20V |
| **Collector-Base Voltage ($V_{CBO}$)** | 40V |
| **Emitter-Base Voltage ($V_{EBO}$)** | 7V |
| **Collector Current ($I_C$)** | 5.0A (Continuous) |
| **DC Current Gain ($h_{FE}$)** | 230 to 600 (R-Rank) |
| **Power Dissipation ($P_D$)** | 750mW |
| **Transition Frequency ($f_T$)** | 150 MHz (Typical) |
---
### 3. Pin Configuration (TO-92 Package)
When looking at the flat side of the transistor with the leads pointing down:
1. **Emitter (E)**: Left lead.
2. **Collector (C)**: Middle lead.
3. **Base (B)**: Right lead.
---
### 4. Typical Applications
Due to its high collector current ($5A$), the 2SD965 is commonly found in:
* **Camera Strobes/Flashes**: Handling high-intensity pulses.
* **DC-DC Converters**: Acting as a high-speed switch.
* **Motor Drivers**: Controlling small DC motors in toys or portable devices.
* **Audio Power Amplifiers**: Used in the output stages of low-voltage audio gear.
---
### 5. Implementation Example
Here is a simple example of how the 2SD965 might be represented in a switching circuit logic:
```cpp
// Logic for driving a high-current load (e.g., Motor) via 2SD965
// Microcontroller Output -> Resistor -> 2SD965 Base
Base_Resistor = (V_out - V_be) / (I_collector / hFE_min);
// Note: Ensure a flyback diode is used if driving inductive loads.
```
- ⤷
What are the main differences between the R
- ⤷ S
- ⤷ and T gain classifications for this transistor?
- ⤷ Can the 2SD965 be used as a direct replacement for a SS8050?
- ⤷ What is the recommended base resistor value when switching a 2A load at 5V?