CRO2AM
AI

The **CR02AM** is a specific type of electronic component known as a **Sensitive Gate Silicon Controlled Rectifier (SCR)** or **Thyristor**. It is primarily designed for low-power switching and phase control applications where a very small trigger current is required.
---
## 1. Technical Specifications
The CR02AM is commonly manufactured by companies like Renesas (formerly Mitsubishi) and comes in a compact TO-92 package.
| Parameter | Symbol | Typical Value |
| :--- | :--- | :--- |
| **Repetitive Peak Off-State Voltage** | $V_{DRM}$ | 400V - 600V |
| **RMS On-State Current** | $I_{T(RMS)}$ | 0.3A (300mA) |
| **Gate Trigger Current** | $I_{GT}$ | 100 $\mu$A (Very Sensitive) |
| **Gate Trigger Voltage** | $V_{GT}$ | 0.8V |
| **Operating Temperature** | $T_j$ | -40 to +125 °C |
| **Package Type** | - | TO-92 (similar to a transistor) |
---
## 2. Pin Configuration (TO-92)
When looking at the flat side of the component with the leads pointing down, the pinout is typically:
1. **Cathode (K):** Connected to the negative side of the circuit.
2. **Anode (A):** Connected to the load/positive supply.
3. **Gate (G):** The control terminal used to trigger the device.
---
## 3. Key Functional Features
* **Sensitive Gate:** Unlike standard SCRs that might require several milliamperes to trigger, the CR02AM can be activated by a minute current (as low as 100 microamps). This allows it to be driven directly by microcontrollers or low-power sensors.
* **Latching Behavior:** Once the Gate receives a pulse and the SCR starts conducting, it remains "ON" even if the gate signal is removed. It only turns "OFF" when the current flowing from Anode to Cathode drops below a specific "holding current" level (usually by interrupting the power or zero-crossing in AC).
* **Small Form Factor:** The TO-92 package makes it ideal for high-density circuit boards where space is limited.
---
## 4. Common Applications
Because of its low current rating (300mA), it is not used for heavy machinery but is perfect for:
* **Electronic Igniters:** Used in gas cookers or lighter circuits.
* **Leakage Protectors:** Part of ground-fault circuit interrupter (GFCI) logic.
* **Solid State Relays:** Driving the gate of a larger Triac or acting as a small switch.
* **Sensor Triggers:** Smoke detectors, security alarms, and touch-sensitive switches.
---
## 5. Typical Circuit Example
To use a CR02AM to turn on a small DC bulb:
1. Connect the **Anode** to the positive terminal of the power supply via the bulb.
2. Connect the **Cathode** to the Ground.
3. Apply a small positive voltage (approx. 0.8V) through a resistor to the **Gate**.
4. The bulb will stay lit even after you disconnect the Gate wire. To turn it off, you must briefly disconnect the main power supply.
- ⤷What is the difference between a CR02AM and a standard transistor?
- ⤷ How do I calculate the gate resistor for a CR02AM?
- ⤷ Can a CR02AM be used to control AC loads directly?