Other Parts Discussed in Thread: ADS1018
Tool/software:
Hi team,
I am receiving the ADC value of the sensor via SPI communication.
In the case of ADC1018-Q1, conversion is possible at a speed of 3300SPS, but when I actually used it, it took 2~3ms per one channel.
In the future, I may change the component to pin-to-pin to receive all 4 channel results within 1ms, but my current goal is to receive all 4 channel results within 3ms.
Is it difficult to receive all 4 channel results within 3ms due to the limitations of the ADS1018-Q1 component, or is there something I missed?
I will provide basic design information. If you need any additional information, please reply as soon as possible.
static const uint16_t ads1018_cmd[4] = {
0xF1CA, // AIN3
0xE1CA, // AIN2
0xD1CA, // AIN1
0xC1CA // AIN0, PGA 6.144V, 3300SPS, Continuous-Conversion Mode
};
Current Baut rate : 31250 bps
No parity bit
Data length : 16 bit
Target data cycle : All 4 channels of data within 3ms
B.R.
Dong-uk