8CH 16Bits ADC AD7606 DATA Acquisition Module 200Ksps

:COM07016
€23.90
Tax included

high-precision 16-bit ADC chip AD7606

Quantity
Last items in stock

If you have any questions on this product please feel free to contact us.

*Disclaimer: The images are merely illustrative.

  • 8 analog inputs. 1M ohm impedance.[No negative supply, there is no front-end analog amplifier can be 2,
    connected directly to the sensor output]
  • the input range of plus or minus 5V, plus or minus 10V. By IO control.
  • Resolution 16.
  • the maximum sampling frequency sampling rate of 200ksps.
    Supports eight sampling settings file (which can effectively reduce the jitter)built-in benchmark
  • a single 5V power supply
  • SPI Interface, or 16-bit bus interface. Interface IO level can be 5V or 3.3V.
 
  1. We AD7606 module factory default is 8080 parallel interface.
  2. If SPI interface mode, you need to modify R1 R2 resistor configuration.
  3. Parallel Mode Jumper: R1 floating (not stickers), R2 10K resistor paste
  4. SPI interface mode jumper: R1 stickers 10K resistor, R2 floating (not stickers)
  5. AD7606 configuration is very simple, it has no internal registers.
  6. Range and over-sampling parameters are controlled via an external IO.
  7. Pulse frequency sampling rate provided by the microcontroller or DSP control.
  8. AD7606 must use a single 5V supply.
  9. Level communication interface between the AD7606 and SCM controlled by VIO pin.
  10. That VIO power supply must be connected to the microcontroller can be 3.3V can also be 5V.

[Module Pin Description]
 
  • OS2 OS1 OS2: a combination of state selection oversampling mode.
  • 000 means no oversampling, the maximum sampling rate of 200ksps.
  • 001 represents two times oversampling, which is the hardware inside collected two samples averaging
  • 010 represents four times oversampling, which is the hardware inside collect four samples averaged
  • 011 represents eight times oversampling, which is the hardware inside collected eight samples averaged
  • 100 represents 16 times oversampling, which is the hardware inside collected 16 samples averaged
  • 101 represents 32 times oversampling, which is an internal hardware averaging collected 32 samples
  • 110 represents 64 times oversampling, which is the hardware inside collected 64 samples averaged

Oversampling ratio is higher, the longer the ADC conversion time, the lower the maximum sampling
 frequency can be obtained.
CVA, CVB: AD conversion start control signal channel 1-4 decision CVA, CVB decided 5-8 channels.

Two signals can stagger a short time, in general, can be CVA, CVB parallel together.

RAGE: Select the range of 0 means plus or minus 5V, 1 indicates negative 10V.
RD: Read signal
RST: Reset signal
Busy: Busy Signal
CS: chip-select signal
FRST: first a channel samples indicating signal
VIO: communication interface level
DB0 - DB15: Data Bus
[16 parallel mode wiring diagram --- AD7606 also supports 8-bit bus mode, see the AD7606 data sheet
MCU side AD7606 module
GND <----- ground
+5 V <----- 5V power supply

RAGE <----- can also be connected to the GPIO connected fixed level
OS2 <----- can also be connected to the GPIO connected fixed level
OS1 <----- can also be connected to the GPIO connected fixed level
OS0 <----- can also be connected to the GPIO connected fixed level
CVA <----- access the GPIO (output) is used to start AD conversion [Recommended pick pin with PWM output 
capability]
CVB <--- |
RD <----- 8080 bus read signal NOE
RST <----- GPIO output hardware reset AD606
Busy -----> GPIO input AD606 being converted instructions. [Recommended connection with external 
pin interrupt capability]
CS <----- 8080 bus chip select NCS
VIO <----- microcontroller power supply
DB0-DB15 -----> 8080 data bus (16)
FRST may take
[SPI interface mode wiring diagram
MCU side AD7606 module
GND <----- ground
+5 V <----- 5V power supply

 
RAGE <----- any output GPIO, can be accessed by a fixed level
OS2 <----- any output GPIO, can be accessed by a fixed level
OS1 <----- any output GPIO, can be accessed by a fixed level
OS0 <----- any output GPIO, can be accessed by a fixed level
CVA <----- access the GPIO (output) is used to start AD conversion [Recommended pick pin with PWM 
output capability]
CVB <--- |
RD / SCLK <----- SPI bus clock SCK
RST <----- any output GPIO, for hardware reset AD606
Busy -----> GPIO input, AD606 being converted instructions. [Recommended connection with external
 pin interrupt capability]
CS <----- SPI bus chip select SCS
VIO <----- microcontroller power supply
DB7 (DOUTA) -----> SPI bus data lines MISO
DB14 - DB15 may pick
FRST may take

Software implementations [1] --- timing acquisition of SPI example we offer document using this program,
 see bsp_spi_ad7606.c

In the timer interrupt service routine implementation:
Timer interrupt ISR:
{
Interrupt entry;
8 reads the sampling results are stored in the RAM channel; ----> read is the last record collection for continuous
 acquisition, it is not related to the
Start next ADC acquisition; (flip CVA and CVB)
Interrupt return;
}
Timer frequency is the ADC sampling frequency. This mode can not connect busy port cable.
Software implementations [2] --- timed 8080 acquisition of the interface we provide an example of using 
this program, see bsp_ad7606.c file
Configure CVA CVB pin PWM output mode, the sampling period is set to the desired frequency; ---> After 
the MCU will produce a very stable AD conversion cycle signal
The busy port line is set to interrupt falling edge trigger mode;
External interrupt ISR
{
Interrupt entry;
8 reads the sampling results of the channel stored in the RAM;
Interrupt return;
}
[1 and 2, the differences in implementations of software-timed acquisition]
(1) Option 1 may be less busy lines, but the other main interrupt service routine or temporary closure of 
the global interrupt when ADC conversion cycle may cause a slight jitter.
(2) Option 2 can ensure the stability of the acquisition of the clock, because it is generated by the MCU 
hardware, but need more then a BUSY mouth lines.

Package Included:

1 x AD7606 DATA Acquisition Module 16Bits ADC 8CH Synchronization 200Ksps
COM07016

You might also like