This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ADS131A04: Unused Analog Input Wiring

Part Number: ADS131A04
Other Parts Discussed in Thread: OPA4192

Hello, I am designing a board around the ADS131A04 and noticed in the datasheet that there are some conflicting recommendations for unused analog input pins. In section 10.1.1 of the ADS131A04 datasheet, it is recommended to either leave unused analog input pins floating or to tie them to AVSS. However in section 10.3, "What To Do and What Not To Do", there is a bullet point recommending that I "Do tie unused analog input pins to GND."

I wonder based on these two conflicting recommendations what the best solution would be for an unused analog input as I really only need three of the channels at this time. For this application, we are attempting to precisely sense a small analog signal and low-noise is of utmost importance. Thank you for taking a look into this question regarding the ADS131A04 datasheet.

  • Hello, I wanted to follow up with one more quick question regarding voltage follower buffering for the analog inputs. Should I increase the output resistance and capacitance of the voltage follower buffers (OPA4192) if my analog signal has a maximum bandwidth of 50Hz?

  • Hi ThePhysX,

    The datasheet should be updated to make it clear. The recommendation in section 10.1.1 is more accurate. Since you are shorting AVSS and GND together, you can just connect unused analog input pins to the same ground plane on your PCB.

    The ADC expects a low source impedance, a high source impedance will lead to an additional error. You need an anti-aliasing filter between the buffer and the ADC input, see the details in the link below:

    [FAQ] Delta-sigma ADC anti-aliasing filter component selection

    BR,

    Dale

  • Hello Dale,

    Thank you for clarifying that and my apologies, I should have looked further to see that the AVSS pin was already tied to ground!

    I have attempted to follow the FAQ guide link and here are my results/approach thus far:

    • Fmod = 83.591kHz. Using a 16.384MHz XTAL and setting CLK_DIV and ICLK_DIV to the max values (divide the xtal frequency by 14 twice).
    • I'm setting the OSR to 4096, which creates a sample rate of 20.408Hz.
    • Fc-diff = 835.92 Hz (100 times less than Fmod). This is higher than the output sample rate, so it seems to be a good goal based on the guide.
    • Vov = 2.5V, Vesd = 5.3V, and Imax=10mA. With an added 10% tolerance to the voltage and 30% tolerance to the current. I think Rfilter must be greater than 440 ohms. 442 Ohms is the next standard size up I see on Mouser so Rfilter = 442 ohms.
    • Cdiff = 1/(2*pi*835.92Hz*(2*442ohms)) = 215 nanofarads.
    • Ccm = Cdiff / 10 = 21.5nF

    For my signal GREEN_BUF, it is the reference voltage for the three different differential measurements, which makes me wonder if I should augment the resistor and capacitor values for that one signal in particular? The first thing that comes to mind for that signal is possibly dividing it's Rfilter resistance by three and multiplying it's Ccm capacitance by 3? Here is the updated schematic to include the anti-aliasing filter recommended in the FAQ:

  • Hi Tanner,

    You updated design looks good to me. fC-DIFF is recommended 10x to 100x lower compared to  fMOD, you can select a slightly higher fC-DIFF frequency to have a small capacitor value. Large capacitive load can lead to an oscillation on your amplifiers.

    Is your TMP2 (GREEN_BUF's input) a DC or real temperature signal?

    BR,

    Dale

  • Hi Dale,

    Awesome! fC-DIFF was chosen through fMOD being 83.591kHz after diving the XTAL 16.384MHz by 14 twice. I wonder if I should modify my approach due to the increased differential input impedance with this somewhat slower modulator frequency when compared to the usual 4.096MHz specified in the datasheet?

    Yellow and TMP2 are both DC temperature measurements produced by off board LM20BIM7 sensors. Sometimes TMP2 may be left unconnected depending on the sensor the ADC is interfacing with, however the "Yellow" LM20BIM7 temperature signal will always be present. Should I add a jumper to ground the TMP2 signal when it is not present or would it be okay to just leave it floating when it is not present?

    Edit: I just realized that I had the TMP2 and green inputs swapped around. Here is the fixed schematic:

  • Hi Tanner,

    No, that should not be a concern for you, you do not need to match with 4.096MHz modulator frequency.

    My question was actually about GREEN_BUF because you used this signal for all negative input pins AIN1N/AIN2N/AIN3N. I did not quite understand about this design. For example, you are measuring the difference between YELLOW_BUF and GREEN_BUF on the first channel, is GREEN_BUF a DC reference signal?

    If TMP2 signal is not present or floating, the differential voltage between TEMP2_BUF and GREEN_BUF can vary a lot, but I guess you do not need to measure anything on channel 2 when TMP2 is floating, so it is not a problem.

    BR,

    Dale

  • Hello Dale,

    Thank you for explaining that.

    You are correct, GREEN_BUF is the buffered output from an offboard DC reference signal produced by an external sensor (GREEN). They recommend buffering the signals before the ADC in this attached diagram.

    • Rate signal (off board signal) = White signal (in my schematic)
    • Ref = GREEN
    • TMP1 = YELLOW
    • TMP2 = TMP2

  • Hi Tanner,

    Thanks for your information. Your input configuration is psuedo-differential input. Except the suggestions I have shared above, please make sure the input signals meet the specifications in the table 7.3 in the datasheet.

    Let me know if you have any other questions.

    BR,

    Dale

  • Hello Dale,

    That makes sense and will do. Thank you for the support and I look forward to testing this ADC!

    Thanks,
    Tanner