<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>how to connect thermocouple  with a micro controller</title><link>https://community.element14.com/technologies/embedded/f/embedded-forum/45180/how-to-connect-thermocouple-with-a-micro-controller</link><description>for measuring temperature from 0 to 150 degree . i am using attiny85 controller . what kind of driver should i use . what kind of thermocouple should i use ...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><lastBuildDate>Tue, 18 Mar 2014 19:58:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://community.element14.com/technologies/embedded/f/embedded-forum/45180/how-to-connect-thermocouple-with-a-micro-controller" /><item><title>RE: how to connect thermocouple  with a micro controller</title><link>https://community.element14.com/thread/47712?ContentTypeID=1</link><pubDate>Tue, 18 Mar 2014 19:58:06 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e3762934-bf7d-4da1-b2e0-d228c7d5314f</guid><dc:creator>dougw</dc:creator><description>&lt;p style="margin:0;"&gt;Hi Alex,&lt;/p&gt;&lt;p style="margin:0;"&gt;Thermocouples produce pretty low voltages - for example a K type might generate just over 6 millivolts at 150 degrees C. This means you need an amplifier with a gain of about 700 to get good resolution from your A/D converter. They only generate a signal that is proportional to the difference in temperature between the 2 ends of the wire, so you need to know the temperature at the amplifier end in order to calculate the temperature at the sensor end.&lt;/p&gt;&lt;p style="margin:0;"&gt;Another issue is they are not quite linear, so if you need the best precision you need to correct for the non-linearity. As other have mentioned thermistors might be a bit easier to use. Another alternative is a semiconductor temperature sensor like an LM35. They can measure up to 150 degrees C and have a high level output that does not need amplification. They typically output 10 millivolts per degree so 150 degrees would cause the output to be 1.5 volts. They are pretty simple to hook up - 3 wires - ground, 5 volt power and the signal wire goes to an A/D pin.&lt;/p&gt;&lt;p style="margin:0;"&gt;Doug&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to connect thermocouple  with a micro controller</title><link>https://community.element14.com/thread/47719?ContentTypeID=1</link><pubDate>Tue, 18 Mar 2014 17:27:29 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:01d6696e-27fc-4e2b-a938-57746a8de985</guid><dc:creator>gihu</dc:creator><description>&lt;p style="margin:0;"&gt;Hi Alex,&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;If you need to use an thermocoupler, check this:&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a class="jive-link-external-small" href="http://www.adafruit.com/products/269#Description" rel="nofollow ugc noopener" target="_blank" title="http://www.adafruit.com/products/269#Description"&gt;Thermocouple Amplifier MAX31855 breakout board (MAX6675 upgrade) [v2.0] ID: 269 - $14.95 : Adafruit Industries, Unique &amp;amp;…&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;Then you can read the temperature just over SPI.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;You also can use thermistors or platinium resitance (PT100, PT1000...), take into account that that it will be easier if you use a platinium resistances because it is linear whereas thermistor are non-linear. So with a PT1000 you will need a formula like &amp;quot;y = mx + n&amp;quot;, to translate between voltage measured to temperature, while with a thermistor I think you will need to create a table into your code or an extra circuitry to make linear the analog signal.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Hope it helps,&lt;/p&gt;&lt;p style="margin:0;"&gt;Miguel&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to connect thermocouple  with a micro controller</title><link>https://community.element14.com/thread/47681?ContentTypeID=1</link><pubDate>Tue, 18 Mar 2014 08:43:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:a46a6daa-7cee-44ee-9001-4e3732303f1c</guid><dc:creator>michaelkellett</dc:creator><description>&lt;p style="margin:0;"&gt;You need to read up on thermocouples - try Google and Analog Devices web site for some basic information.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;To use a thermocouple you need an amplifier and a cold junction. It&amp;#39;s much easier to use either a thermistor or a platinum resistance sensor.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;If you must use a thermocouple and can&amp;#39;t make any sense of the AD&amp;#39;s app notes then ask again.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;This thermistor might do:&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;div&gt;&lt;h1&gt; EPCOS - B57863S103F040 - SENSOR, MINIATURE, NTC, 10K &lt;/h1&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;div&gt; &lt;a href="http://uk.farnell.com/productimages/farnell/standard/42259303.jpg"&gt;&lt;img alt="EPCOSB57863S103F040" class="jiveImage productimg mfImageAlt" src="http://uk.farnell.com/productimages/farnell/standard/42259303.jpg" title="EPCOS,B57863S103F040,SENSOR, MINIATURE, NTC, 10K" /&gt;&lt;/a&gt; &lt;div class="disclaimer"&gt; Image is for illustrative purposes only.&lt;br /&gt; Please refer to product description &lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;dl class="pd_details"&gt;&lt;dt&gt;Manufacturer:&lt;/dt&gt;&lt;dd style="text-align:left;"&gt;&lt;a class="jive-link-external-small" href="http://uk.farnell.com/epcos" target="_blank"&gt;EPCOS&lt;/a&gt;&lt;/dd&gt;&lt;dt&gt;Order Code:&lt;/dt&gt;&lt;dd&gt;1299930&lt;/dd&gt;&lt;dt&gt;Manufacturer Part No:&lt;/dt&gt;&lt;dd&gt;B57863S103F040&lt;/dd&gt;&lt;/dl&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;dl class="pd_details"&gt;&lt;dt&gt; &lt;a href="http://www.farnell.com/datasheets/54982.pdf" target="_blank"&gt; &lt;img loading="lazy" alt="Technical Data Sheet (258.01KB) EN" class="jiveImage" src="http://uk.farnell.com/images/icon_pdf.gif" title="Technical Data Sheet (258.01KB) EN" /&gt; &lt;/a&gt; &lt;/dt&gt;&lt;dd&gt; &lt;a class="jive-link-external-small" href="http://www.farnell.com/datasheets/54982.pdf" target="_blank"&gt; Technical Data Sheet (258.01KB) EN &lt;/a&gt; &lt;/dd&gt;&lt;dd&gt;&lt;/dd&gt;&lt;dd&gt;&lt;/dd&gt;&lt;dd&gt;&lt;/dd&gt;&lt;dd&gt;MK&lt;/dd&gt;&lt;/dl&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>