Skip to content

Commit 7043012

Browse files
committed
enhance doc for newbies
1 parent 0ee4769 commit 7043012

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"Acura",
44
"Altima",
55
"Ampseal",
6+
"analoginfo",
67
"Andrey",
78
"Aristo",
89
"autotune",
@@ -57,6 +58,7 @@
5758
"Speeduino",
5859
"Steinhart",
5960
"superseal",
61+
"tempinfo",
6062
"Terrano",
6163
"triggerinfo",
6264
"tunerstudio",

Temperature-Sensing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Temperature Sensing
22

3+
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.
4+
5+
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.
6+
37
See also [Measuring Temperature](http://rusefi.com/articles/measuring_temperature/)
48

59
See also [Frankenstein Analog Inputs](Hardware-Frankenstein#step-3-analog-inputs)
@@ -8,17 +12,13 @@ See also [Frankenso Analog Inputs](Hardware-Frankenso#analog-inputs)
812

913
See also [Troubleshooting](Troubleshooting)
1014

11-
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.
12-
13-
While troubleshooting CLT and IAT, the two most useful commands are `analoginfo` and `tempinfo` - these show you the voltage registered by rusEFI alongside with input pins and resistance processing values.
14-
1515
![analoginfo Output](Images/analoginfo2.png)
1616

1717
![tempinfo Output](Images/tempinfo.png)
1818

1919
![CLT Thermistor Settings](Images/thermistor_settings.png)
2020

21-
## Some datapoints
21+
## Some data points
2222

2323
[1996 Dodge RAM 1500 V8 Temp spreadsheet from FSM - Forum](http://rusefi.com/forum/viewtopic.php?f=3&t=864&start=60#p15344)
2424

0 commit comments

Comments
 (0)