Changes for page Sensor Module

Last modified by Heimir Thordarson on 2026/07/05 12:56

From version 17.1
edited by Heimir Thordarson
on 2026/01/22 11:53
Change comment: Upload new image "circuit with marks.png", version 1.1
To version 17.8
edited by Heimir Thordarson
on 2026/01/22 12:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -57,12 +57,28 @@
57 57  
58 58  == Typical Application ==
59 59  
60 -This section will cover the sensors which will be used for AR26 and how the sensor module is designed to accomodate them.
60 +This section will cover the sensors which will be used for AR26 and how the sensor module is designed to accommodate them.
61 61  
62 62  === Air Temperature Sensor ===
63 63  
64 64  The air temperature sensor will be used to have a dynamic reference setpoint for the cooling system. This could reduce the current draw from the low voltage system compared to having a fixed reference point. This is because the regulator will not try to cool the water to a temperature lower than the ambient temperature. The sensor works as a resistor which varies depending on its temperature. Where in this case, the resistance lowers when the temperature increases (NTC). To make the microcontroller able to measure the changes in resistance, the thermistor is put into a voltage divider circuit.
65 65  
66 +[[image:circuit with marks.png||height="195" width="465"]]
67 +
68 +(% class="wikigeneratedid" %)
69 +As shown in the figure above, the thermistor is put into a voltage divider circuit with a 4k7 ohm resistor to convert the resistance changes of the thermistor to a measurable voltage. To find the temperature of the thermistor based on the voltage measure by the analog-to-digital converter (adc), the resistance of the thermistor needs to be calculated based on the voltage from a voltage divider.
70 +
71 +{{mathjax}}
72 +$$
73 +R_T = R_f \frac{V_{out}}{V_{in} - V_{out}}
74 +$$
75 +{{/mathjax}}
76 +
77 +(% class="wikigeneratedid" %)
78 +where:
79 +
80 +* {{mathjax}}$$R_f$${{/mathjax}}= The resistance of the upper resistor, which in this case is
81 +
66 66  === Suspension Displacement Sensor ===
67 67  
68 68  === Oil Temperature Sensor ===