<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[REXYGEN Community Forum / Thermocouple temperature readings]]></title>
	<link rel="self" href="https://www.rexygen.com/oldforum/extern.php?action=feed&amp;tid=182&amp;type=atom"/>
	<link href="http://www.rexygen.com/oldforum/viewtopic.php?id=182"/>
	<updated>2016-07-25T13:32:34Z</updated>
	<generator>FluxBB</generator>
	<id>http://www.rexygen.com/oldforum/viewtopic.php?id=182</id>
	<entry>
		<title type="html"><![CDATA[Re: Thermocouple temperature readings]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=801#p801"/>
		<content type="html"><![CDATA[<p>You would need an amplifier again, e.g. like this one: <a href="http://www.ebay.com/itm/Quad-Channel-J-Type-K-Type-Thermocouple-Amplifier-AD8494-AD8495-Arduino-Comp-/231438662460" rel="nofollow">http://www.ebay.com/itm/Quad-Channel-J- … 1438662460</a> Should work almost out of the box. </p><p>But it involves 2x A/D conversion, which is uneffective, so it&#039;s better to use e.g. this one: <a href="http://www.playingwithfusion.com/productview.php?pdid=31" rel="nofollow">http://www.playingwithfusion.com/produc … hp?pdid=31</a> which you can connect directly to the RPi via SPI (when UniPi is not present) or to the Arduino via SPI and then via USB to RPi (when UniPi occupies the pins of the Raspberry Pi). In both cases a bit of hand-coding will be necessary.</p>]]></content>
		<author>
			<name><![CDATA[jaroslav_sobota]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=3</uri>
		</author>
		<updated>2016-07-25T13:32:34Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=801#p801</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: Thermocouple temperature readings]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=800#p800"/>
		<content type="html"><![CDATA[<p>Could you use the analog inputs on the Arduino to measure the voltage off the thermocouple? I have limited space in this project, and I&#039;m trying to keep the number of breakout boards and daughter boards to a minimum. So by hooking up the Arduino like in this example <a href="https://www.rexcontrols.com/articles/rex-on-raspberry-pi-meets-arduino" rel="nofollow">https://www.rexcontrols.com/articles/re … ts-arduino</a> could I read analog&#160; data from it?</p>]]></content>
		<author>
			<name><![CDATA[tjbostian]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=85</uri>
		</author>
		<updated>2016-07-24T19:06:47Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=800#p800</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: Thermocouple temperature readings]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=799#p799"/>
		<content type="html"><![CDATA[<p>1-Wire temperature sensors are not thermocouples. The most common 1-Wire temperature sensor is DS18B20 and it is a digital device which measures the temperature and provides the data via the 1-Wire communication bus. 1-Wire is a trademark of Maxim Integrated.</p><p>On the contrary, a thermocouple (type J, K, etc.) is an analog device which requires circuitry to convert temperature reading into a digital form. One of the most common thermocouple-to-digital converters is Maxim MAX31855.</p><p>The UniPi contains a 1-Wire bus master, therefore it is possible to connect 1-Wire temperature sensors directly. But it does not contain any thermocouple-to-digital converter, therefore connecting thermocouples to UniPi is not possible.</p><p>Hope this helps! If you need additional information, just let me know.</p>]]></content>
		<author>
			<name><![CDATA[jaroslav_sobota]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=3</uri>
		</author>
		<updated>2016-07-24T14:17:29Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=799#p799</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: Thermocouple temperature readings]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=798#p798"/>
		<content type="html"><![CDATA[<p>Then how does a one wire thermocouple (like in the thermostat example in the REXsample&#160; folder) work?</p>]]></content>
		<author>
			<name><![CDATA[tjbostian]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=85</uri>
		</author>
		<updated>2016-07-23T20:00:26Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=798#p798</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: Thermocouple temperature readings]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=797#p797"/>
		<content type="html"><![CDATA[<p>No it is not. Reading a thermocouple needs a specialized amplifier, which is not present on the UniPi. Here is a link to a topic on UniPi forum, which deals with thermocouples: <a href="http://unipi.technology/forum/viewtopic.php?t=124" rel="nofollow">http://unipi.technology/forum/viewtopic.php?t=124</a></p><p>You might be interested e.g. in the <a href="http://www.artila.com/en/p_modbus.html#RIO-2018" rel="nofollow">Artila RIO-2018 Modbus module</a>, which you can use to read up to 3 thermocouples via Modbus TCP.</p>]]></content>
		<author>
			<name><![CDATA[jaroslav_sobota]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=3</uri>
		</author>
		<updated>2016-07-23T17:00:54Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=797#p797</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Thermocouple temperature readings]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=795#p795"/>
		<content type="html"><![CDATA[<p>Is it possible to read the temperature off of a J type thermocouple (2 wire) using the Raspberry Pi with the Unipi add-on board. If so how/ with what function blocks. I am trying to get a graphical HMI to display the temperature data from a plastic extruder, and it already has J type termocouples in place, so I just want to pull the voltage off of those.</p>]]></content>
		<author>
			<name><![CDATA[contactform]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=11</uri>
		</author>
		<updated>2016-07-23T12:26:50Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=795#p795</id>
	</entry>
</feed>
