The AD7606 is 16 bit ADC with 8 Bipolar channels (Each channel has its own ground, and can measure both positive and negative signals). It has Sample and Hold components for each channel, and individual filter for each channel. It also has a shared digital filter.
The AD7606 can be configured to work in 3 different modes. 16 bit parallel, 8 bit parallel, and Serial. By default, it is comes configured for 16 bit parallel mode. The measuring range and oversampling parameters are controlled by external IO. The sampling rate is controlled by the pulse frequency provided by the MCU (Arduino, esp32, FPGA, RPI, Teensy). AD7606 must use a single 5V power supply. The communication interface level between AD7606 and MCU is controlled by the VIO pin.
Features:
- ADC Bit rate: 16 Bit
- Channels: 8 Channels
- Sampling frequency: 200Ksps
- Built-in benchmark
- Voltage Supply: 5V
- Interface: SPI or 16-bit bus interface
Detailed instructables on how to use AD7606 in 16 bit parallel mode with Arduino Mega