Other Parts Discussed in Thread: ADS1118
We bought your ADS1018EVM to test the temperature for K-Type Thermocouple, but the error is very big, we don't know why?
For this testing, we connect the K-Type Thermocouple to AIN0 (AINP) and AIN1 (AINN), set the FSR as ±0.256 V. The testing steps are:
1) set TS_MODE=1, read the code (code_CJ), then T_CJ=0.125*code_CJ (C), and convert to V_CJ (mV) using K-type thermocouple lookup table
2) set TS_MODE=0, read the code (code_TC), then the voltage V_TC=code_TC*0.256*1000/2048 (mV)
3) Then the actual voltage V_actual=V_CJ + V_TC (mV), convert to temperature (T_actual) using K-type thermocouple lookup table
Do you think if our testing steps are correct? If correct, why the error is so big?