Changes for page Sensor Module
Last modified by Heimir Thordarson on 2026/07/05 12:56
From version 41.4
edited by Heimir Thordarson
on 2026/01/26 17:52
on 2026/01/26 17:52
Change comment:
There is no comment for this version
To version 41.3
edited by Heimir Thordarson
on 2026/01/26 17:43
on 2026/01/26 17:43
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -53,8 +53,14 @@ 53 53 |(% style="width:71px" %)14|(% style="width:164px" %)CAN High 1|(% style="width:124px" %)CAN|(% style="width:70px" %)29|(% style="width:218px" %)CAN Low 2|(% style="width:58px" %)CAN|(% style="width:32px" %)44|(% style="width:192px" %)Main Power|(% style="width:90px" %)+24V 54 54 |(% style="width:71px" %)15|(% style="width:164px" %)CAN Low 1|(% style="width:124px" %)CAN|(% style="width:70px" %)30|(% style="width:218px" %)CAN High 2|(% style="width:58px" %)CAN|(% style="width:32px" %) |(% style="width:192px" %) |(% style="width:90px" %) 55 55 56 -== Air Temperature Sensor == 57 57 57 + 58 +== Typical Application == 59 + 60 +This section will cover the sensors which will be used for AR26 and how the sensor module is designed to accommodate them. 61 + 62 +=== Air Temperature Sensor === 63 + 58 58 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. 59 59 60 60 [[image:circuit with marks.png||height="218" width="520"]] ... ... @@ -96,7 +96,7 @@ 96 96 * {{mathjax}}\(R_0\){{/mathjax}} = The resistance of the thermistor when it is 25 degrees celsius. 97 97 * {{mathjax}}\(R_T\){{/mathjax}} = The current resistance of the thermistor. 98 98 99 -=== Filtering === 105 +==== Filtering ==== 100 100 101 101 Considering that the sensor can only promise a reaction time of 5 seconds when in water, it can be assumed that a heavy filter will not add any problematic latencies. To ensure a low cost, the filter uses common components which will filter any noise above the inverter switching noise. 102 102 ... ... @@ -114,13 +114,4 @@ 114 114 * {{mathjax}}\(F_c\){{/mathjax}} = Cut-off frequency of the filter. Any noise with a frequency above this will be filtered out. 115 115 * {{mathjax}}\(R\) 116 116 {{/mathjax}} = Resistance of the resistor in low-pass filter. 117 -* {{mathjax}}\(C\) 118 -{{/mathjax}} = Capacitance of the capacitor in the low-pass filter. 119 - 120 -Using a resistor with 10k {{mathjax}}\(\Omega\){{/mathjax}} and a capacitor with 100 **nF **in capacitance, the cut-off frequency will be 159 **Hz.** 121 - 122 -== Suspension Displacement Sensor == 123 - 124 -For AR26, the same sensors from AR25 is reused. These are the [[Texense RSL-A-50-P>>https://cdn.shopify.com/s/files/1/0368/1989/files/technical_datasheet_RSL.pdf?413]] which can be connected as the entire voltage divider when using each end as supply and ground. The output of the sensor will then be the 125 - 126 - 123 +*