Georgia-Tech-Off-Road / DAQ

All Data Acquisition Code and More
2 stars 2 forks source link

CVT Belt Temperature Measurement #16

Open Vishnav03 opened 1 year ago

Esittt commented 1 year ago

https://dirtmonkeyperformance.com/products/aim-sports-cvt-belt-temp-system

Esittt commented 1 year ago

https://www.rockymountainatvmc.com/parts/trail-tech-tto-cvt-belt-temp-sensor-p

Esittt commented 1 year ago

https://digitalcommons.calpoly.edu/mesp/501/

Esittt commented 1 year ago

https://www.baseapp.com/nodesense/wireless-temperature-sensors/#:~:text=This%20sensor%20consists%20of%20photodetectors,generated%20provides%20an%20accurate%20reading.

Vishnav03 commented 1 year ago

Temperature Sensor from hive: https://www.analog.com/media/en/technical-documentation/data-sheets/tmp35_36_37.pdf

Esittt commented 1 year ago

Look into the numbers, look at the data sheet. Look how it would work inside the CVT case. 100 degrees Celsius. Look how to repurpose a covid temperature scanner.

CVT Primary Belt runs at 240 F or 115.5 C CVT Case / Ambient Environment runs at 120 F or 48.88 C

Esittt commented 1 year ago

Infrared Temp Sensor for CVT Belt: https://ruggedroutes.com/UTV-belt-temperature-gauge-sensor-lowrance-off-road-gps.html

Ask the mechanical team about if we can orientate this temp sensor into the case, and drill holes on the side to put the wires through it.

Esittt commented 1 year ago

We are able to mount this sensor in the case. Currently checking the rulebook on CVT case mounting, we just need to figure out how we will orientate the wires. @Vishnav03

Esittt commented 1 year ago

Screenshot_20230221_074510

https://www.youtube.com/watch?v=kQ20XCJKrDk&t=159s&ab_channel=RuggedRoutes

Video about the infrared sensor.

Esittt commented 1 year ago

Screenshot_20230221_075451

With reference to this photo, the producer uses a 12 V battery to power both the Infrared sensor and their HUD. We believe that only a small amount of that voltage powers the sensor. Teensy can handle a maximum of 5 volts.

Vishnav03 commented 1 year ago

https://www.omega.com/en-us/temperature-measurement/noncontact-temperature-measurement/fixed-infrared-temperature-sensors/p/OS210-150-300-800

Vishnav03 commented 1 year ago

Thermopile Sensor: https://www.digikey.com/en/products/detail/te-connectivity-measurement-specialties/G-TPMO-104/9842001

https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7FTSD305%7FA%7Fpdf%7FEnglish%7FENG_DS_TSD305_A.pdf%7F10207697-00

Vishnav03 commented 1 year ago

Schematic File for Thermopile: https://www.mouser.com/ProductDetail/Measurement-Specialties/TSD305-1SL10?qs=l7cgNqFNU1hQbECGfV0ZYg%3D%3D

Ian-Boraks commented 1 year ago

Added in https://github.com/TEConnectivity/TSD305_Arduino_Library @ https://github.com/Georgia-Tech-Off-Road/GTORHardwareLibraries/commit/5ab0bcab7a6f0289de58731ee04b827f2848fa8c . Needs testing to see if it works. Pushed to Main YOLO

Vishnav03 commented 1 year ago

Recieve PCB and Sensor. Andrew is working on cadding mount for sensor, Evan is trying to test if the code for the sensor works

Vishnav03 commented 1 year ago

CAD done, Solder done, need to get the code working