ADR512ART-R2
AI

## Technical Overview of ADR512ART-R2
The **ADR512ART-R2** is a precision shunt voltage reference manufactured by Analog Devices. It is designed to provide a highly stable 1.200 V output, primarily used as a reference for data converters and analog circuitry in space-constrained applications.
---
### 1. Key Technical Specifications
| Parameter | Specification |
| :--- | :--- |
| **Output Voltage ($V_{out}$)** | 1.200 V |
| **Tolerance** | ±0.4% (Initial Accuracy) |
| **Temperature Coefficient** | 60 ppm/°C |
| **Operating Current Range** | 100 µA to 10 mA |
| **Package Type** | SOT-23-3 |
| **Operating Temperature** | -40°C to +85°C |
| **Output Noise** | 4 µV p-p (0.1 Hz to 10 Hz) |
---
### 2. Functional Description
The ADR512 acts similarly to a Zener diode but with much higher precision. It is a **shunt-mode** reference, meaning it regulates voltage by drawing varying amounts of current to maintain a constant potential across its terminals.
#### Core Features:
* **Low Power Consumption:** Operates effectively with as little as 100 µA, making it ideal for battery-powered devices.
* **No Output Capacitor Required:** Unlike many other references, the ADR512 is stable without an external output capacitor, though one can be added to reduce noise further.
* **Wide Operating Range:** It can handle up to 10 mA of shunt current, providing flexibility in power supply design.
---
### 3. Typical Application Circuit
To use the ADR512, an external resistor ($R_s$) is required to set the operating current based on the input voltage ($V_{in}$).
```text
Input Voltage (Vin)
|
[ Rs ] <-- Current Limiting Resistor
|
+-------o Output (1.2V)
|
[ADR512]
|
GND
```
The resistor value is calculated using:
$$R_s = \frac{V_{in} - V_{out}}{I_{shunt} + I_{load}}$$
---
### 4. Common Use Cases
1. **ADC/DAC Reference:** Provides the baseline voltage for 10-bit or 12-bit converters.
2. **Precision Monitors:** Used in battery voltage monitoring systems.
3. **Threshold Detectors:** Acts as a stable set-point for comparators.
4. **Handheld Instruments:** Due to the small SOT-23 footprint and low power draw.
- ⤷
How does the temperature coefficient affect the output voltage over its full operating range?
- ⤷ What are the primary differences between a shunt reference and a series reference?
- ⤷ Can you provide a calculation for Rs if the input voltage is 5V and the load current is 1mA?