Hi ,I am using MCU and ADC to build a datalogger for a seismometer.I choose Arduino Mega2560 for MCU and Pmod AD5 for ADC.I have found examples made by Annem (github.com/.../AD7193) and I can read voltage data.
The problem now is that the seismometer sensor has three-axis data output (X-axis, Y-axis and Z-axis are all differential).This ADC Module needs to be issued instructions to convert, and I need three ADCs to capture (latch) data at the same time and the MCU only has a SPI set.
So I would like to ask if there is a situation like mine for the circuit connection of multiple ADCs and suggestions for programming. Thanks.
(https://github.com/annem/AD7193) and
[edited by: AlanLee at 3:51 PM (GMT -4) on 23 Jun 2021]