I'm using an ADS1252 with a strain gage and am interfacing with an arduino. The ADS is not working as expected and I want to ensure that I've got it wired correctly. I'm following as best as I can the application report SLAA242, "Interfacing the ADS1251/52 to the MSP430F449". Here's my current configuration:
ADS1252 Pinout:
Pin1: +Vin (from strain gage)
Pin2: -Vin (from strain gage)
Pin3: +5V from Arduino
Pin4: not connected
Pin5: Dout to Arduino Pin 50 (MISO)
Pin6: SCLK to Arduino Pin 52 (SCK)
Pin7: GND
Pin8: Vref 3.3v from Arduino
The problem:
No matter the +/- differential input values from the strain gage, the Dout value is always +5v. I've tried grounding the -Vin and I've tried different Vref values, but Dout=+5v remains. Does anyone have any insight as to what I'm doing wrong?
Thank you