Electronic Components Datasheet Search
  English  ▼
ALLDATASHEET.COM

X  

  • MN1381-R

  • AI
    ## Overview of the MN1381-R The **MN1381-R** is a CMOS-based voltage detection IC manufactured by Panasonic. Its primary function is to monitor a power supply voltage and provide a reset signal to a system (such as a microcontroller) when the voltage falls below a specific threshold. ### Key Specifications The "R" suffix in the part number denotes a specific detection voltage level. | Feature | Specification | | :--- | :--- | | **Detection Voltage ($V_{DET}$)** | 4.0V to 4.3V (Typical: 4.2V) | | **Operating Voltage ($V_{DD}$)** | 0.8V to 7.0V | | **Current Consumption** | Very Low (approx. 1μA to 2μA) | | **Output Configuration** | CMOS Output (Push-Pull) | | **Package Type** | TO-92 (3-pin) or Mini 3P | --- ### Internal Functional Parts The IC consists of three main electronic stages internally: 1. **Reference Voltage Source:** A stable internal voltage generator used as a benchmark for comparison. 2. **Voltage Comparator:** This compares the monitored $V_{DD}$ against the internal reference. It features **hysteresis** to prevent "chattering" (rapid switching) when the voltage is hovering near the threshold. 3. **Output Driver:** A CMOS push-pull circuit that drives the output pin high or low without requiring an external pull-up resistor (unlike Open-Drain versions). --- ### Pin Configuration For the standard TO-92 package, the pinout is typically: | Pin Number | Name | Function | | :--- | :--- | :--- | | 1 | **OUT** | Reset Output (High when $V_{DD} > V_{DET}$) | | 2 | **VDD** | Power Supply Input / Monitored Voltage | | 3 | **VSS** | Ground (0V) | --- ### Logic Operation The MN1381-R follows a "Active Low" reset logic during power-down: * **Power Up:** When $V_{DD}$ rises above $V_{DET} + V_{HYS}$, the OUT pin goes **High**. * **Power Down:** When $V_{DD}$ falls below $V_{DET}$, the OUT pin goes **Low**. * **Application:** Usually connected to the `RESET` pin of a microprocessor to ensure the chip does not run in an unstable brown-out state. --- ### Example Circuit Diagram ```text [Power Source VDD] | +--------+--------+ | | | | [VDD] | | MN1381-R [Microcontroller] | [OUT]---->[RESET Pin] | [VSS] | | | | +--------+--------+ | [GND] ```
    ✨ Follow-up Questions
    • What is the difference between the MN1381-R and the MN1381-S?
    • Does this IC require any external capacitors for stability?
    • Can I use the MN1381-R with a 3.3V logic system?