Infrared Temp Sensor

All sensor specific discussions! Temperature, pressure, steering angle, brake and throttle, etc. Post adaptations of OEM-style sensors, and also your clever DIY hacks and custom designs here too!

Moderators: JeffC, rdoherty, stieg

Post Reply
rushy
Posts: 10
Joined: Wed Mar 06, 2013 6:32 pm

Infrared Temp Sensor

Post by rushy »

Sorry about all the questions guys, just got hold of the device and exploring all possibilities.

If i wanted to use an Infrared temp sensor such as http://learn.adafruit.com/infrared-ther ... and-wiring. Which after some research looks as if it connects to an I2C bus, what is needed for it to connect to the unit, or to convert the signal to 0-5v for analog input.

If its not possible using this type of sensor, does anybody have any recommendations for sensors that could be used for tyre temps?

neoraptor
Posts: 43
Joined: Thu May 16, 2013 3:08 pm
Location: Alsace, France

Post by neoraptor »

I am also interested in this kind of sensor.
The easiest thing to do is use a microcontroller (PIC / Atmel or anything else) and receive the data from the sensor via I2C, and then use an analogue output to retrieve 0-5V signal ;)

You can also use a Melexis MLX90614. Here is a link with all hardware needed to read the sensor (http://wiki.wiring.co/wiki/Connecting_I ... ng_Sensors).


The best solution would be to read all sensors through I2C and then connect the microcontroller to RaceCapture box through an expansion port, so that we do not use all the analog input for tyre temperature (usually 3 sensors/tire).

Post Reply