Changes for page Sensor Module

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

From version 35.7
edited by Heimir Thordarson
on 2026/01/26 17:00
Change comment: There is no comment for this version
To version 35.4
edited by Heimir Thordarson
on 2026/01/22 14:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -15,7 +15,7 @@
15 15  
16 16  In the following section, how the sensor module is connected will be covered. The connector for the sensor module is a [[High-Density d'sub-44>>https://www.te.com/en/product-2311770-1.html]] which is directly solderen onto the circuit board. The plug needed for this system is the [[204517-3>>doc:Sandbox.TestPage3]], which uses crimps instead of solder cups which is common for the dsub connectors
17 17  
18 -[[image:AR26_ASM pinout.png||height="214" width="457"]]
18 +[[image:AR26_ASM pinout.png||height="221" width="469"]]
19 19  
20 20  In the figure above, the pinout shows how the pins are divided. Each box shows which pins belong together for each usecase, where the red box is the power input. Yellow boxes are for each canbus network, while the green box is for each sensor used in AR26.
21 21  
... ... @@ -66,7 +66,7 @@
66 66  [[image:circuit with marks.png||height="218" width="520"]]
67 67  
68 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.
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 70  
71 71  (% style="font-size: 1.5em;" %)
72 72  (((
... ... @@ -79,9 +79,8 @@
79 79  
80 80  Where:
81 81  
82 -* {{mathjax}}\(R_f\){{/mathjax}} = The upper resistor in the voltage divider which stays fixed, which in this case is 4.7k {{mathjax}}\(\Omega\){{/mathjax}}
83 -* {{mathjax}}\(V_{out}\){{/mathjax}} = The voltage over the thermistor, and the voltage that the microcontroller will measure.
84 -* {{mathjax}}\(V_{in}\){{/mathjax}} = The supply voltage of the voltage divider, w
82 +* {{mathjax}}\(R_f\){{/mathjax}} = the upper resistor in the voltage divider which stays fixed, which in this case is 4.7k {{mathjax}}\(\Omega\){{/mathjax}}
83 +* {{mathjax}}\(V_{out}\){{/mathjax}} =
85 85  
86 86  (% class="wikigeneratedid" %)
87 87