AD5259BRMZ100-R7
AI

The **AD5259BRMZ100-R7** is a specific model of a non-volatile Digital Potentiometer (DigiPot) manufactured by Analog Devices. It is designed to replace mechanical potentiometers with a digitally controlled integrated circuit.
### Technical Specifications
| Feature | Specification |
| :--- | :--- |
| **Part Number** | AD5259BRMZ100-R7 |
| **Resistance** | 100 kΩ |
| **Resolution** | 256 Positions (8-bit) |
| **Interface** | I²C Compatible |
| **Memory Type** | Non-Volatile (EEPROM) |
| **Supply Voltage** | 2.7 V to 5.5 V |
| **Package** | 10-Lead MSOP |
| **Temperature Range** | -40°C to +125°C |
---
### Key Electronic Components & Features
#### 1. Non-Volatile EEPROM
Unlike standard volatile digital pots that reset to a default value when power is lost, the AD5259 features internal **EEPROM**. This allows the device to store the wiper position. Upon power-up, the device automatically restores the last saved resistance setting.
#### 2. I²C Serial Interface
The part communicates via a 2-wire I²C bus. This allows a microcontroller to:
* Read and write to the wiper register.
* Store values into the EEPROM.
* Control multiple devices on the same bus using address pins ($AD0$ and $AD1$).
#### 3. The Resistor Ladder
Internally, the device consists of a string of 256 precise resistors. CMOS switches (controlled by the digital logic) connect the "Wiper" terminal to any point along this string, effectively changing the resistance ratio between the terminals.
#### 4. Tolerance and Temperature Coefficient
* **Resistance Tolerance:** Typically ±20%.
* **Temperature Coefficient:** 35 ppm/°C, ensuring stability across different operating temperatures.
---
### Pin Configuration (10-Lead MSOP)
| Pin | Name | Function |
| :--- | :--- | :--- |
| 1 | **VDD** | Positive Power Supply |
| 2 | **AD1** | I²C Address Bit 1 |
| 3 | **AD0** | I²C Address Bit 0 |
| 4 | **SCL** | Serial Clock Input |
| 5 | **SDA** | Serial Data Input/Output |
| 6 | **W** | Wiper Terminal |
| 7 | **A** | Terminal A (High Side) |
| 8 | **GND** | Ground |
| 9 | **B** | Terminal B (Low Side) |
| 10 | **WP** | Write Protect (Hardware protection for EEPROM) |
---
### Common Applications
* **LCD Contrast Control:** Adjusting the bias voltage for displays.
* **Programmable Filters/Amplifiers:** Setting gain or cutoff frequencies in analog circuits.
* **Power Supply Calibration:** Fine-tuning output voltages in DC-DC converters.
* **Sensor Trimming:** Replacing manual "trim pots" in industrial equipment for automated calibration.
- ⤷
How does the Non-Volatile memory impact the power-up behavior compared to volatile DigiPots?
- ⤷ What is the maximum current allowed through the wiper (W) terminal?
- ⤷ How do I calculate the output voltage in a voltage divider configuration using this part?