数据搜索系统,热门电子元器件搜索
  Chinese  ▼
ALLDATASHEETCN.COM

X  

  • BD882-R

  • AI
    The **BD882-R** is a specific variant of the BD882 NPN Medium Power Transistor. It is widely used in audio amplification, voltage regulation, and general-purpose switching applications due to its high current handling and moderate voltage ratings. --- ### 1. Key Technical Specifications The "R" suffix typically refers to the **DC Current Gain ($h_{FE}$)** classification, ensuring the transistor operates within a specific gain range. | Parameter | Symbol | Value | | :--- | :--- | :--- | | **Transistor Polarity** | Type | NPN | | **Collector-Emitter Voltage** | $V_{CEO}$ | 30V | | **Collector-Base Voltage** | $V_{CBO}$ | 40V | | **Emitter-Base Voltage** | $V_{EBO}$ | 5V | | **Continuous Collector Current** | $I_C$ | 3A | | **Peak Collector Current** | $I_{CP}$ | 7A | | **Total Power Dissipation** | $P_D$ | 1.25W to 10W (with heat sink) | | **Gain Classification (R)** | $h_{FE}$ | 60 – 120 | --- ### 2. Physical Characteristics & Pinout The BD882 is commonly housed in a **TO-126** (or SOT-32) package. This package is plastic-molded with a hole for mounting to a heat sink, which is critical for high-current applications. #### Pin Configuration: 1. **Emitter (E):** Current exits here. 2. **Collector (C):** Connected to the load; also tied to the metal tab. 3. **Base (B):** Controls the flow between Collector and Emitter. --- ### 3. Core Features * **High Current Capacity:** Can handle up to 3A continuously, which is high for its small footprint. * **Low Saturation Voltage:** Typically $V_{CE(sat)} \leq 0.5V$ at $I_C = 2A$, minimizing power loss during switching. * **Complementary Pair:** Often paired with the **BD883** (PNP) for push-pull amplifier circuits. * **Gain Ranking:** The "R" rank provides consistency for designers who need predictable amplification factors. --- ### 4. Common Applications * **Audio Power Amplifiers:** Used in the output stage of small to medium radios or DIY audio gear. * **DC-DC Converters:** Act as a switching element to step voltage up or down. * **Motor Drivers:** Controlling small DC motors in robotics or toys. * **Relay Drivers:** Using a small logic signal to switch higher current mechanical relays. --- ### 5. Implementation Example (Switching) To use the BD882-R as a switch, you would apply a small current to the base through a resistor. ```cpp // Logic Example: Using a microcontroller to trigger BD882 // [MCU Pin] ---- [Resistor 1kOhm] ---- [Base of BD882] // [Collector] -> Connected to Load (Motor/LED) -> Positive Supply // [Emitter] -> Ground (GND) ```
    ✨ Follow-up Questions
    • What is the difference between the R
    • Q
    • and P gain classifications for this transistor?
    • Can the BD882-R be replaced by a BD139 in most circuits?
    • How do I calculate the required heat sink size for a 3A load?