PRCP-R020
AI

The **PRCP-R020** is a specific model of **Resettable PTC (Positive Temperature Coefficient) Fuse**, commonly used for overcurrent protection in electronic circuits. It is part of the Polymer PTC family, often referred to by the brand name "Polyfuse" or "Multifuse."
### 1. Technical Specifications
The following table highlights the core electrical characteristics of the PRCP-R020:
| Parameter | Specification | Description |
|:---|:---|:---|
| **Hold Current ($I_{hold}$)** | 0.20 A (200mA) | The maximum current the device can carry without tripping. |
| **Trip Current ($I_{trip}$)** | 0.40 A (400mA) | The minimum current at which the device will switch to high resistance. |
| **Max Voltage ($V_{max}$)** | 60V | The maximum voltage the device can withstand without damage. |
| **Max Current ($I_{max}$)** | 40A | The maximum fault current the device can safely interrupt. |
| **Power Dissipation** | 0.41 W | The typical power dissipated when in the tripped state. |
| **Resistance ($R_{min}$ / $R_{max}$)** | 1.50 $\Omega$ / 2.84 $\Omega$ | The resistance range of the device in its initial state. |
---
### 2. How it Works
Unlike a standard one-time fuse that "blows" and breaks the circuit permanently, the PRCP-R020 acts as a **thermistor**:
1. **Normal Operation:** At 200mA or less, the polymer material stays cool and conductive, allowing current to flow with minimal resistance.
2. **Fault Condition:** If the current exceeds 400mA (or a short circuit occurs), internal $I^2R$ heating causes the polymer to expand.
3. **Tripped State:** The expansion breaks the conductive chain within the polymer, increasing resistance dramatically and limiting the current to a safe leakage level.
4. **Resetting:** Once the fault is removed and the power is cycled (or the device cools down), the polymer contracts, and the device returns to a low-resistance state.
---
### 3. Physical Attributes and Applications
The "PRCP" prefix usually denotes a specific form factor or manufacturer series (often associated with Bourns or similar high-quality manufacturers).
* **Package Type:** Usually a **Radial Leaded** (through-hole) or **Surface Mount (SMD)** component depending on the specific suffix.
* **Common Applications:**
* USB port protection.
* Battery pack charging circuits.
* Low-voltage power supplies.
* Motor protection for small DC motors.
---
### 4. Implementation Example
To use this in a circuit, place it in series with the load you wish to protect.
```c
// Schematic Representation
[Power Supply (+)] ---- [PRCP-R020] ---- [Load/Circuit] ---- [GND]
```
---
- ⤷
What is the typical 'Time to Trip' for the PRCP-R020 at 1.0A?
- ⤷ How does ambient temperature affect the hold current of this PTC fuse?
- ⤷ What are the primary differences between the PRCP-R020 and a standard glass fuse?