-40%
AD7606 DATA Acquisition Module 16Bits 200Ksps ADC 8CH Synchronization
€ 10.02
- Description
- Size Guide
Description
Keywords you may need:Sensors
Modules
Esp8266
Board
R3&ATMEGA2560
NodeMCU
Sheild
Screw sheild
Nano Sheild
Relay
Temperature Controller
Displays
OLED LED&RGB
LCR
Amplifier
Power supply
Step Up
Step down
Converter
Switch
GPS
Light
Wireless/Wifi
Dear customer:
Thank you for visit our store,we are proffessional "Business & Industrie" seller for 10 years,our main products included:Sensors,modules devolpment board, LED displays, other IC procuts an so on,any question about DIY robot,Arduino,or Raspberry Pi will be welcome to discuss with us,we will try our best to supply the most advanced product and price,(if we sale more,the cost of made one product will be reduce and we will change or price to make you save more.
Hope you enjoying yourself here!
We appreciate your business!
Shipping
Payment
Refund
Feedback
Shipping
We will arrange shipping for you
within 24 Hours
after payment cleared except the holidays.
We only ship to the confirmed address provided by PayPal. Before you pay, please make sure your address in PayPal matches the address you would like us to ship to. If not, please let us know before we sent you the package, or we will not be responsible for any loss. hope you could understand.
-We ship items to Worldwide. Thank you!
-we will ship out the order in
1-2 business days
after payment cleared .Since it is international shipping ,delivery time is about 15--28 business days to arrive to most countries.
Payment
We accept PayPal payment ONLY.
Refund
* We believe our items are so outstanding. We are convinced you will be happy with your Purchase.
* If you do not satisfy with our items. Please simply return to us within 30 Days in original condition. Just pay for the returned postage. Then we can issue full refund to you after the returned item arrived at our warehouse.
* Please include your eBay ID and item number with any email requests.
Feedback
* When you satisfied with our product and services please leave us positive feedback.
* If you have got the package, please confirm "
Delivery on time
" For us.
* If a problem occurs, contact us immediately with any email request.
* Just contact us using the " Ask the seller a question" link on eBay.
AD7606 DATA Acquisition Module 16Bits 200Ksps ADC 8CH Synchronization
Prodect description:
Tip : To facilitate your choice , PCB board analog input front -row pin (2x8/2.54mm pitch ) default not
weld .
We will be giving away 2x8 's double needle and eight jumpers from the customer's own choice is up
welding, soldering or down .
1, using high-precision 16-bit ADC chip AD7606
2,8 analog inputs. 1M ohm impedance.[No negative supply, there is no front-end analog amplifier can
be connected directly to the sensor output]
3, the input range of plus or minus 5V, plus or minus 10V. By IO control.
4, Resolution 16.
5, the maximum sampling frequency sampling rate of 200ksps.Supports eight sampling settings file (which
can effectively reduce the jitter)
6, built-in benchmark
7, a single 5V power supply
8, SPI Interface, or 16-bit bus interface. Interface IO level can be 5V or 3.3V.
We AD7606 module factory default is 8080 parallel interface.
If SPI interface mode, you need to modify R1 R2 resistor configuration.
Parallel Mode Jumper: R1 floating (not stickers), R2 10K resistor paste
SPI interface mode jumper: R1 stickers 10K resistor, R2 floating (not stickers)
AD7606 configuration is very simple, it has no internal registers.
Range and over-sampling parameters are controlled via an external IO.
Pulse frequency sampling rate provided by the microcontroller or DSP control.
AD7606 must use a single 5V supply.
Level communication interface between the AD7606 and SCM controlled by VIO pin.
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
Am 04.05.17 hat der Verkäufer die folgenden Angaben hinzugefügt: