2023-01-06 17:10:33 -08:00
# Temperature Sensing
2023-01-12 02:45:36 -08:00
In order to configure coolant temperature sensor or intake air sensor you would need to know it's resistance at three temperatures - lowest, highest and somewhere in between. You would also need to know the value of pull-up 'bias' resistor, which together with your sensor would make a voltage divider.
While troubleshooting CLT and IAT, the two most useful console commands are `analoginfo` and `tempinfo` - these show you the voltage registered by rusEFI alongside with input pins and resistance processing values.
2022-01-24 15:16:25 -08:00
See also [Measuring Temperature ](http://rusefi.com/articles/measuring_temperature/ )
2020-08-26 20:01:35 -07:00
2020-08-28 06:02:28 -07:00
See also [Frankenstein Analog Inputs ](Hardware-Frankenstein#step-3-analog-inputs )
2020-08-26 20:01:35 -07:00
2020-08-28 06:02:28 -07:00
See also [Frankenso Analog Inputs ](Hardware-Frankenso#analog-inputs )
2020-08-26 20:01:35 -07:00
2020-08-28 06:02:28 -07:00
See also [Troubleshooting ](Troubleshooting )
2020-08-26 20:01:35 -07:00
2021-10-13 19:40:11 -07:00
![analoginfo Output ](Images/analoginfo2.png )
2020-08-26 07:27:11 -07:00
2020-08-26 20:01:35 -07:00
![tempinfo Output ](Images/tempinfo.png )
![CLT Thermistor Settings ](Images/thermistor_settings.png )
2023-01-12 02:45:36 -08:00
## Some data points
2020-08-26 20:01:35 -07:00
2022-01-24 20:06:11 -08:00
[1996 Dodge RAM 1500 V8 Temp spreadsheet from FSM - Forum ](http://rusefi.com/forum/viewtopic.php?f=3&t=864&start=60#p15344 )
2020-08-26 20:01:35 -07:00
![IAT Thermistor settings ](Images/IAT_screen.png )
MLX90621
2020-08-26 07:27:11 -07:00
2022-01-24 15:16:25 -08:00
[MLX90620 / MLX90621 - 16X4 pixel IR thermal array ](http://forum.arduino.cc/index.php?topic=126244.0 )
2020-08-26 07:27:11 -07:00
2022-01-24 15:16:25 -08:00
[Broken Link ](http://www.melexis.com/Asset/Datasheet-IR-thermometer-16X4-sensor-array-MLX90620-DownloadLink-6099.aspx )
2020-08-26 07:27:11 -07:00
2022-01-24 15:16:25 -08:00
[Transition from MLX90620 to MLX90621 ](https://www.melexis.com/en/documents/documentation/how-it-works/how-it-works-transition-mlx90620-mlx90621 )
2020-08-26 07:27:11 -07:00
![MLX90621 Pinout ](Images/MLX90621_pinout.png )