Other Parts Discussed in Thread: INA125, ADS1115, ADS131E06, INA2331
Please forgive what's probably a forehead-slapping-ly obvious question. I got thrown into this analog project and am woefully underqualified.
I'm trying to build a device to measure 6x load cell modules (with 4x load cells per module in a full Wheatstone bridge configuration) at a sampling rate of ~50 Hz. My host MCU is running the polar opposite of a real-time operating system (Android Things) and as I cannot tolerate much skew between channel samples, I want to use one of TI's simultaneous-sampling parts -- limiting my options quite a bit. Furthermore, the host cannot tolerate samples at much more than 50-100 Hz before samples dropped, further limiting my options to parts I can configure for such a low sample rate. 24 bit resolution is a bonus -- an earlier try at the intended design seemed to run into a precision-based limitation using a 16-bit part. I would have liked 50/60Hz rejection, but expect I'll just place an analog filter with a cutoff well below 50 Hz on the input side.
As it happens, the only part meeting these high-level criteria (that I could find) was the ADS131A04 (using two daisy-chained). As an aside, I'm a little worried about the datasheet being so focused on power measurement applications, but I can't see any obvious blockers for a load cell measurement application.
My core question: is it reasonable to directly connect the differential outputs of the Wheatstone bridge to the differential inputs of the ADS132A04? I plan to use a resistor divider (with high-precision resistors) to establish Vref at Vexcitation/2. I worry that the input impedance of the ADS131A04 (stated as 130k) would be low enough to affect the bridge. Is a better design to use an instrumentation amplifier with differential output? My predecessor seemed to use a single-ended instrumentation amplifier between bridge and ADC (in that case an INA125 and ADS1115), tying AINx of ADS1115 to ground. Seems like a waste of half the ADC's range to do so -- but again, I'm barely literate on the analog side. :)
Any insights appreciated!