81N12L-R-AB3-I-R
AI

The **81N12L-R-AB3-I-R** is a specific part number for a **Voltage Detector IC** manufactured by **UTC (Unisonic Technologies)**. These components are primarily used to monitor power supply rails and provide a reset signal when the voltage drops below a specific threshold.
### 1. Part Number Breakdown
The alphanumeric string defines the specific characteristics of the chip:
| Segment | Meaning | Details |
| :--- | :--- | :--- |
| **81N12** | Series & Voltage | **81N** series; **12** indicates a 1.2V detection threshold. |
| **L** | Lead Plating | Halogen-free and Lead-free (RoHS compliant). |
| **R** | Output Type | **N-Channel Open Drain** output. |
| **AB3** | Package Type | **SOT-89** package. |
| **I** | Temperature Grade | Industrial grade (-40°C to +85°C). |
| **R** | Packing | Tape & Reel. |
---
### 2. Key Technical Specifications
This device is designed for low power consumption and high accuracy monitoring.
* **Detection Voltage:** 1.2V (Fixed).
* **Operating Voltage Range:** 0.7V to 10V (typical for the 81N series).
* **Output Configuration:** Open Drain (requires an external pull-up resistor to function).
* **Quiescent Current:** Very low (typically around 1.0µA), making it ideal for battery-powered devices.
* **Hysteresis:** Typically 5% of the detection voltage to prevent "chattering" or rapid switching near the threshold.
---
### 3. Functional Pinout (SOT-89)
In a standard SOT-89 package for this device, the pins are generally assigned as follows:
| Pin Number | Name | Function |
| :--- | :--- | :--- |
| 1 | **OUT** | Reset Output (Active Low, Open Drain). |
| 2 | **VDD** | Power Supply / Sense Input. |
| 3 | **VSS** | Ground. |
---
### 4. Typical Applications
The 81N12L is found in circuits where it is critical to ensure the processor or system does not run during unstable low-voltage conditions:
* **Microprocessor Reset:** Holding a CPU in reset until the power supply stabilizes.
* **Battery Level Monitoring:** Detecting "low battery" conditions in portable electronics.
* **System Failure Detection:** Providing a warning signal if a voltage rail drops.
---
### 5. Application Circuit Example
Since this is an **Open Drain** output, you must connect a resistor between the `OUT` pin and the supply voltage (`VCC`).
```text
VCC (Power Rail)
|
[Resistor]
|
+------- Output Signal (Reset)
|
[Pin 1: OUT]
[81N12L-R]
[Pin 3: VSS] --- GND
```
---
- ⤷What is the difference between Open Drain and CMOS output in voltage detectors?
- ⤷ Can this IC be used to monitor a 3.3V rail if it has a 1.2V threshold?
- ⤷ What happens to the output when the input voltage exceeds 1.2V?