AD623ARZ-R7
AI

## Overview of the AD623ARZ-R7
The **AD623ARZ-R7** is an integrated, single-supply instrumentation amplifier manufactured by **Analog Devices**. It is designed to deliver rail-to-rail output swing on a single supply ($3\text{V}$ to $12\text{V}$) or dual supplies ($\pm 2.5\text{V}$ to $\pm 6\text{V}$).
It is widely favored for its ease of use, as it requires only one external resistor to set the gain and offers excellent precision for its price point.
---
### Technical Specifications
| Parameter | Value / Range |
| :--- | :--- |
| **Gain Range** | 1 to 1000 |
| **Supply Voltage (Single)** | +3.0V to +12V |
| **Supply Voltage (Dual)** | ±2.5V to ±6V |
| **Input Voltage Range** | $V_{SS} - 0.15\text{V}$ to $V_{DD} - 1.5\text{V}$ |
| **Quiescent Current** | 350 $\mu$A (typical) |
| **Bandwidth (G=1)** | 800 kHz |
| **Package Type** | SOIC-8 (N-Suffix) |
| **Mounting Type** | Surface Mount (SMD) |
---
### Key Features and Electronic Characteristics
1. **Single Resistor Gain Setting**:
The gain ($G$) is calculated using the formula:
`G = 1 + (100 kΩ / Rg)`
Where $R_g$ is the external resistor connected between pins 1 and 8.
2. **Rail-to-Rail Output**:
Unlike traditional instrumentation amplifiers that lose several volts near the rails, the AD623 can swing within millivolts of the supply lines, making it ideal for low-voltage battery applications.
3. **Low Power Consumption**:
With a maximum quiescent current of 550 $\mu$A, it is highly efficient for portable medical or industrial devices.
4. **Integrated RFI Filter**:
The chip includes internal filters to reduce interference from Radio Frequency (RF), which is crucial when measuring small signals in noisy environments.
---
### Pin Configuration (SOIC-8)
```text
+---U---+
RG | 1 8 | RG
-IN | 2 7 | +VS
+IN | 3 6 | OUTPUT
-VS | 4 5 | REF
+-------+
```
* **RG (1, 8):** Terminals for the gain-setting resistor.
* **-IN / +IN (2, 3):** Inverting and non-inverting inputs.
* **-VS / +VS (4, 7):** Power supply pins.
* **REF (5):** Reference pin; determines the "zero" output level.
* **OUTPUT (6):** The amplified signal output.
---
### Common Applications
* **Medical Instrumentation**: ECG and blood pressure monitors.
* **Industrial Process Control**: Transducer interfaces for pressure and temperature.
* **Precision Data Acquisition**: Acting as a buffer/amplifier for Analog-to-Digital Converters (ADCs).
* **Low-Side Current Sensing**: Measuring current across a shunt resistor.
- ⤷
How do I calculate the exact resistor value for a gain of 100?
- ⤷ What is the difference between the AD623 and the AD620?
- ⤷ Can the AD623 be used with a single 5V supply for Arduino projects?