Other Parts Discussed in Thread: ADS1120
Hi,
I would like to use the following connection with ADS114S08 and use it with single-ended 0-3.3V input voltage. Is there a problem?
AVDD = 3.3 V
AVSS = 0V
REFP1 = 1.65 V
REFN1 = 0V
AIN1 = 0 to 3.3 V (MUXP)
AIN 0 = 1.65 V (MUXN)
In this case, is the following code?
AIN1 | AIN0 | VDiff | Dec | Hex |
0V | 1.65V | -1.65V | -32768 | 8000h |
1.65V | 1.65V | 0V | 0 | 0000h |
3.3V | 1.65V | 1.65V | 32767 | 7FFFh |
best regards.