Hi experts!
I am developing a K-type thermocouple project using the ADS1120.
The register is set properly and it is working well.
When the thermoelectric voltage value was compensated with the internal temperature sensor, the exact value also came out.
But...
there is one problem that is too difficult for me....
1. At room temperature, the SPI data(2bytes) value is [0] 0xFF, [1] 0x**]
2. When I hold the thermocouple by hand, the temperature rises and the SPI data value rises. [0] 0x00, [1] 0x**
3. The problem is that the SPI action dies at the moment it changes from a negative value to a positiva value.
What should I check? :(