Getting Temperature Readings into EMC
My first thought is how can I get the raw temperature data into the PC via the USB port which all recent computer have.
This is one idea that seems to be easy maybe to do...
in my opinion the best device for digitizing a thermocouples milli-volt signal is the MAX6675 IC. This device is great because all you have to do is hook the thermocouple up to it and read the temperature using some SPI interface. I have used these devices with an Arduino (read cheap and easy IO) with EMC and other software. You can read several of these devices using an arduino and I think it is the cheapest way to get a thermocouple signal into a PC.
Anyone familiar with the Arduino and knows what all I might need?
Any thoughts are welcome.
Thanks
John
Please Log in or Create an account to join the conversation.
www.picotech.com/thermocouple.html
www.mccdaq.com/solutions/USB-Data-Acquisition.aspx
If you need high temperatures you would need to use a thermocouple but for temps below ~300 degF you can use a LM34 or LM35 that gives a direct reading, 1 millivolt = 1 degF or 1degC.
Linux drivers: www.picotech.com/linux.html
Using Arduino and a MAX6675 is more EE involved.
Please Log in or Create an account to join the conversation.
Has a simple paring of a FT232 USB chip and the MAX6675, somewhat simpler than an Arduino and they have some example interface code.
Please Log in or Create an account to join the conversation.
PCW, thanks for the link, now we are getting simpler.
John
Please Log in or Create an account to join the conversation.
John
Please Log in or Create an account to join the conversation.
The ADC is optimized for analog signals with an output impedance of approximately 10 k or less.
and my thermistor measures about 220k ohms at room temperature.
although I found this on the web using the same thermistor and he used a 22k resistor for the voltage divider circuit.
hruska.us/tempmon/
I also found this on using thermistors with the Arduino
web.cecs.pdx.edu/~gerry/class/EAS199B/ho...hermistorArduino.pdf
Now I'm really confused...
John
Please Log in or Create an account to join the conversation.
The readout will have the highest resolution in the temperature range where the voltage divider resistor is close to the thermistor resistance value, so it makes sense to chose the divider resistor so you get the best performance in the temperature range of interest.
Please Log in or Create an account to join the conversation.
John
Please Log in or Create an account to join the conversation.
You might want to look here...
www.analog.com/en/sensors/analog-tempera...roducts/product.html
www.analog.com/static/imported-files/app...es/34661261AN369.pdf
Another good site www.omega.com
Rick G
Please Log in or Create an account to join the conversation.
Thanks for the links. I'm trying to use a thermistor that is easy to purchase and cheap like the replacement probes for the ET-73. I've looked at the AD595 and a MAXX one and both seem a good fit for a thermocouple.
My little breakout board has a place to solder on a SOIC chip so if I decide to go that route I think there are some chips that fit that.
John
Please Log in or Create an account to join the conversation.