Hello,
I am an Electrical Engineering undergraduate working on a class project, so safe to say I am pretty novice.
The general idea is that my group is prototyping a Temperature measurement system. We are exploring 2 ideas for the sensors; strain gauges & thermistors.
My role is to create a electronic interface that can extract data from both of these sensors. Not at the same time, but either 5 strain gauges, or 8 thermistors.
As such, I am working on a PCB that can handle both sensor types & came across this ADC device.
Sifting through the documentation, I have a general idea of how this would come together and am pretty confident this will work, but I'm not too comfortable with the implementation.
I am using a 4-wire RTD sample as a representation for the strain gauge(SG) system and implementing a series of voltage dividers for the thermistors, yielding a single ended input to the adc.
I will be using 3 ADC:
ADC1 - SG1 & SG2
ADC2 - SG3 & SG4
ADC3 - SG5 & 8 10k ohm thermistors
Precise resistor values are yet to be calculated, but my question is with ADC3 & how I can implement the strain gauge reading with single ended thermistor readings (if possible).
Below is a copy of my schematic so far, please be as critical and detailed as necessary, as I have a great deal to learn.
CURR1+/- are the Strain gauge/ RTD source currents, and RTD1+/- would be the measured voltage.
And RT1-8 are the single ended voltage inputs that come from a voltage divider.
I'm not to clear on how the reference would work. Hopefully this all makes sense, thank you in advance.