<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: TMP275 digital sensor thermometer</title>
	<atom:link href="http://www.youritronics.com/tmp275-digital-sensor-thermometer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.youritronics.com/tmp275-digital-sensor-thermometer/</link>
	<description>DIY, Electronics, IT, Gadgets</description>
	<lastBuildDate>Sat, 28 Jan 2012 20:46:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jozo Drobilica</title>
		<link>http://www.youritronics.com/tmp275-digital-sensor-thermometer/comment-page-1/#comment-14338</link>
		<dc:creator>Jozo Drobilica</dc:creator>
		<pubDate>Sun, 12 Sep 2010 17:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1885#comment-14338</guid>
		<description>Hi Florin,
How to do that?  I&#039;m a noob :)
Tnx</description>
		<content:encoded><![CDATA[<p>Hi Florin,<br />
How to do that?  I&#8217;m a noob <img src='http://www.youritronics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Tnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florin</title>
		<link>http://www.youritronics.com/tmp275-digital-sensor-thermometer/comment-page-1/#comment-14335</link>
		<dc:creator>Florin</dc:creator>
		<pubDate>Sun, 12 Sep 2010 15:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1885#comment-14335</guid>
		<description>Hi Jozo,
I would say the refresh rate is too slow. Try increasing the speed of the mcu.</description>
		<content:encoded><![CDATA[<p>Hi Jozo,<br />
I would say the refresh rate is too slow. Try increasing the speed of the mcu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozo Drobilica</title>
		<link>http://www.youritronics.com/tmp275-digital-sensor-thermometer/comment-page-1/#comment-14333</link>
		<dc:creator>Jozo Drobilica</dc:creator>
		<pubDate>Sun, 12 Sep 2010 14:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1885#comment-14333</guid>
		<description>Hi there.
I built your project and I have a problem. Display is flickering. It seems that refreshing rate of multiplex is too big..... help!
You can see the video here:

http://rapidshare.com/files/418622422/MVI_2968__.avi.html</description>
		<content:encoded><![CDATA[<p>Hi there.<br />
I built your project and I have a problem. Display is flickering. It seems that refreshing rate of multiplex is too big&#8230;.. help!<br />
You can see the video here:</p>
<p><a href="http://rapidshare.com/files/418622422/MVI_2968__.avi.html" rel="nofollow">http://rapidshare.com/files/418622422/MVI_2968__.avi.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Electronics-Lab.com Blog &#187; Blog Archive &#187; TMP275 digital sensor thermometer</title>
		<link>http://www.youritronics.com/tmp275-digital-sensor-thermometer/comment-page-1/#comment-11004</link>
		<dc:creator>Electronics-Lab.com Blog &#187; Blog Archive &#187; TMP275 digital sensor thermometer</dc:creator>
		<pubDate>Thu, 25 Mar 2010 19:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1885#comment-11004</guid>
		<description>[...] digital sensor thermometer - [Link]   Tags: Digital, thermometer, TMP275   Filed in Test/Measurements  &#124; 1 views  No Comments [...]</description>
		<content:encoded><![CDATA[<p>[...] digital sensor thermometer &#8211; [Link]   Tags: Digital, thermometer, TMP275   Filed in Test/Measurements  | 1 views  No Comments [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2009 Youritronics highlights &#124; YourITronics</title>
		<link>http://www.youritronics.com/tmp275-digital-sensor-thermometer/comment-page-1/#comment-8683</link>
		<dc:creator>2009 Youritronics highlights &#124; YourITronics</dc:creator>
		<pubDate>Thu, 31 Dec 2009 16:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1885#comment-8683</guid>
		<description>[...] TMP275 digital sensor thermometer [...]</description>
		<content:encoded><![CDATA[<p>[...] TMP275 digital sensor thermometer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florin</title>
		<link>http://www.youritronics.com/tmp275-digital-sensor-thermometer/comment-page-1/#comment-6911</link>
		<dc:creator>Florin</dc:creator>
		<pubDate>Thu, 30 Jul 2009 16:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1885#comment-6911</guid>
		<description>Hi Johan, basically you have to access the sensor trough I2C and read data from it. You can do this by using hardware I2C(if available) or by using software I2C. In my case hardware I2c was available on the atmega8 but I choose to use peter fleury&#039;s library for I2c because it made my work allot easier.

The code I provided is fully functional. Look inside main.c. In there is the code that you&#039;re interested. Just modify that to suit your needs and it should work.
Good Luck!</description>
		<content:encoded><![CDATA[<p>Hi Johan, basically you have to access the sensor trough I2C and read data from it. You can do this by using hardware I2C(if available) or by using software I2C. In my case hardware I2c was available on the atmega8 but I choose to use peter fleury&#8217;s library for I2c because it made my work allot easier.</p>
<p>The code I provided is fully functional. Look inside main.c. In there is the code that you&#8217;re interested. Just modify that to suit your needs and it should work.<br />
Good Luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nanga Johann</title>
		<link>http://www.youritronics.com/tmp275-digital-sensor-thermometer/comment-page-1/#comment-6910</link>
		<dc:creator>Nanga Johann</dc:creator>
		<pubDate>Thu, 30 Jul 2009 13:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=1885#comment-6910</guid>
		<description>Hello , i also have to implement an application using the TMP275 for temperature reading , i looked inside your code but im missing the library #include  , also i would like to know why inside the i2c library its the EEPROM 24C02. did you just change this with the adress of your own sensor, or it doesn&#039;t matter. what i have to do is to read the temperature sensor from the TMP275 connected to the EM250 chip from ember (zigbee chip).. thanks</description>
		<content:encoded><![CDATA[<p>Hello , i also have to implement an application using the TMP275 for temperature reading , i looked inside your code but im missing the library #include  , also i would like to know why inside the i2c library its the EEPROM 24C02. did you just change this with the adress of your own sensor, or it doesn&#8217;t matter. what i have to do is to read the temperature sensor from the TMP275 connected to the EM250 chip from ember (zigbee chip).. thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

