8137-AF5-D-R
AI

The **8137-AF5-D-R** is a specific electronic component, typically identified as a **Voltage Detector** or **Microprocessor Reset Circuit** manufactured by **UTC (Unisonic Technologies)**.
Below is a detailed breakdown of its specifications, pinout, and functional characteristics.
---
### 1. General Overview
This part is designed to monitor power supply voltages in digital systems. When the voltage drops below a specific threshold, the device sends a reset signal to the processor to prevent data corruption or malfunction.
| Feature | Specification |
| :--- | :--- |
| **Component Type** | Voltage Detector / Reset IC |
| **Part Number Logic** | 8137 (Series) - AF5 (Package) - D (Output Type) |
| **Detection Voltage** | 3.7V (standard for the '37' suffix) |
| **Output Type** | Open Drain (typically indicated by 'D') |
| **Package Type** | SOT-25 / SOT-23-5 (indicated by 'AF5') |
---
### 2. Technical Specifications
According to the UTC datasheet standards for the 81XX series:
* **Threshold Voltage ($V_{DET}$):** 3.7V (Typical).
* **Operating Voltage ($V_{DD}$):** 1.0V to 15.0V.
* **Low Quiescent Current:** Approximately $1\mu A$ to $3\mu A$, making it ideal for battery-powered devices.
* **Output Configuration:** **Open Drain N-Channel**. This means an external pull-up resistor is required to interface with logic levels.
* **Hysteresis Range:** Typically 5% of the detection voltage (prevents "chattering" or rapid switching near the threshold).
---
### 3. Pin Configuration (SOT-25)
The **AF5** package code refers to the SOT-25 (5-pin) layout.
| Pin Number | Symbol | Description |
| :--- | :--- | :--- |
| 1 | **OUT** | Reset Output (Active Low) |
| 2 | **VDD** | Supply Voltage / Detection Pin |
| 3 | **VSS** | Ground |
| 4 | **NC** | No Connection |
| 5 | **NC** | No Connection |
---
### 4. Typical Application Circuit
Because the output is **Open Drain**, the circuit must be implemented as follows:
```text
[VCC] ---- [Pull-up Resistor] ----+---- [MCU Reset Pin]
|
[Pin 1: OUT]
|
[8137-AF5-D-R] |
[Pin 2: VDD] <-----------------+
[Pin 3: VSS] <---------------- GND
```
### 5. Key Advantages
* **High Accuracy:** Threshold detection is usually within ±2%.
* **Ultra-Low Power:** Negligible impact on battery life.
* **Stability:** High immunity to power supply noise.
---
- ⤷
What is the difference between the Open Drain and Push-Pull versions of this IC?
- ⤷ Can this IC be used for 5V logic systems?
- ⤷ What are the recommended values for the pull-up resistor?