ADR540BRT-R2
AI

The **ADR540BRT-R2** is a high-precision shunt mode voltage reference manufactured by Analog Devices. It is designed for applications requiring high stability, low power consumption, and a small form factor.
---
### 1. Key Technical Specifications
| Parameter | Specification |
| :--- | :--- |
| **Output Voltage ($V_{out}$)** | 4.096 V |
| **Initial Accuracy** | ±4.0 mV (0.1%) |
| **Temperature Coefficient** | 25 ppm/°C |
| **Operating Current Range** | 50 µA to 15 mA |
| **Package Type** | SOT-23-3 |
| **Operating Temperature** | -40°C to +85°C |
| **Output Noise** | 30 µV p-p (0.1 Hz to 10 Hz) |
---
### 2. Functional Characteristics
#### Shunt Configuration
Unlike a series reference, the ADR540 operates like a **Zener diode**. It maintains a constant voltage across its terminals by adjusting the current it shunts to ground. This makes it ideal for:
* Wide input voltage ranges (as long as a current-limiting resistor is used).
* Negative voltage references.
#### Precision and Stability
The 4.096 V output is specifically chosen to simplify calculations in digital systems. In a 12-bit Analog-to-Digital Converter (ADC), 4.096 V equates to exactly **1 mV per Least Significant Bit (LSB)** ($4096 / 2^{12} = 1$).
#### Low Power Consumption
With a minimum operating current of only **50 µA**, it is highly suitable for battery-powered handheld devices.
---
### 3. Application Circuit Example
To use the ADR540, a series resistor ($R_{bias}$) must be calculated to ensure the device stays within its current limits ($I_{min}$ to $I_{max}$).
```cpp
// Formula for calculating Bias Resistor (R_bias):
// R_bias = (V_in(min) - V_out) / (I_load(max) + I_shunt(min))
Input Voltage (Vin) ----[ R_bias ]----+---- V_out (4.096V)
|
[ADR540]
|
GND
```
---
### 4. Common Applications
* **Precision Data Acquisition:** Providing the reference voltage for ADCs and DACs.
* **Industrial Process Control:** Current loops (4-20mA) and sensor instrumentation.
* **Battery Management:** Voltage monitoring in portable electronics.
* **Automotive Systems:** Stable references for onboard sensors.
---
- ⤷How do I calculate the optimal value for the series resistor (R_bias)?
- ⤷ What are the main differences between the ADR540 shunt reference and a series reference like the ADR444?
- ⤷ Are there pin-compatible alternatives with better temperature drift specifications?