This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
VSensor,typ = TCSensor(273 + T[oC]) + VOffset, sensor [mV]
在例程中
Sensor's offset voltage ranges from -100mv to 100mV (assume 0)
// Vsensor = 1.32mV * DegK + Vsensor_offset (assuming 0mv for offset)
// Vsensor = (SD24MEM0)/32767 * Vref(mV)
// DegK = (SD24MEM0 * 1200)/32767/2.158 = (SD24MEM0 * 1200)/70711
您可以在datasheet内找到相关数据