Other Parts Discussed in Thread: ADS1115
Hello,
I use 2 ADS1114 in I2C with a supply voltage of +5V. Both works because values, on serial interface, change in function of analog inputs.
I use arduino with IDE interface to test this schematic. Below the code fot ADS1114 connected to the thermistor :
If I connect the input to ground, I've got wrong values :
In red, it's thermistance values in decimal and voltage with the function ADC1.toVoltage( ) from arduino librairy. With multimeter, I have 2.54V in A0 pin.
In blue, it's when i connect the ground to the input. I don't have 0 but 8657.....
I have this problem with all ADS1114.
Do you have an idea?
Thank you best regards