<?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: TEMPer1 temperature sensor in Linux</title>
	<atom:link href="http://bitplane.net/2012/01/temper1-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://bitplane.net/2012/01/temper1-ubuntu/</link>
	<description>Rants, ramblings, free software</description>
	<lastBuildDate>Thu, 11 Apr 2013 00:02:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: dr memals</title>
		<link>http://bitplane.net/2012/01/temper1-ubuntu/comment-page-1/#comment-509</link>
		<dc:creator>dr memals</dc:creator>
		<pubDate>Tue, 05 Mar 2013 17:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://bitplane.net/?p=825#comment-509</guid>
		<description><![CDATA[Love the way your code just works!
Had a small issue that plugging it directly into my Raspberry Pi caused it to show the temp + 10 degrees. The Raspberry Pi was not over heating but was running warm, a small 50cm USB cable fixed that.
I graphed the results with gnuplot.

#!/usr/bin/gnuplot
set term png size 1200,800 enhanced font &#039;/usr/share/fonts/liberation-fonts/LiberationSans-Regular.ttf&#039; 12
set xdata time
set timefmt &quot;%d-%b-%Y %H:%M&quot;
set output &quot;/home/USER/temp/room_temp.png&quot;
set grid
set xlabel &quot;Time&quot;
set ylabel &quot;Temp&quot;
set title &quot;Room Temp&quot;
set key left box
set datafile separator &quot;,&quot;
plot &quot;MYCSVFILE.csv&quot; using 1:2 title &quot;Office Temp&quot;]]></description>
		<content:encoded><![CDATA[<p>Love the way your code just works!<br />
Had a small issue that plugging it directly into my Raspberry Pi caused it to show the temp + 10 degrees. The Raspberry Pi was not over heating but was running warm, a small 50cm USB cable fixed that.<br />
I graphed the results with gnuplot.</p>
<p>#!/usr/bin/gnuplot<br />
set term png size 1200,800 enhanced font &#8216;/usr/share/fonts/liberation-fonts/LiberationSans-Regular.ttf&#8217; 12<br />
set xdata time<br />
set timefmt &#8220;%d-%b-%Y %H:%M&#8221;<br />
set output &#8220;/home/USER/temp/room_temp.png&#8221;<br />
set grid<br />
set xlabel &#8220;Time&#8221;<br />
set ylabel &#8220;Temp&#8221;<br />
set title &#8220;Room Temp&#8221;<br />
set key left box<br />
set datafile separator &#8220;,&#8221;<br />
plot &#8220;MYCSVFILE.csv&#8221; using 1:2 title &#8220;Office Temp&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pongamorn</title>
		<link>http://bitplane.net/2012/01/temper1-ubuntu/comment-page-1/#comment-508</link>
		<dc:creator>Pongamorn</dc:creator>
		<pubDate>Mon, 04 Feb 2013 13:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://bitplane.net/?p=825#comment-508</guid>
		<description><![CDATA[thank you, you saves my day]]></description>
		<content:encoded><![CDATA[<p>thank you, you saves my day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Atkin</title>
		<link>http://bitplane.net/2012/01/temper1-ubuntu/comment-page-1/#comment-506</link>
		<dc:creator>Alex Atkin</dc:creator>
		<pubDate>Thu, 31 Jan 2013 15:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://bitplane.net/?p=825#comment-506</guid>
		<description><![CDATA[Just compiled this on Fedora 18, works like a charm.

The only thing is every so often I get &quot;libusbx: error [op_open] open failed, code -1 errno 19&quot; which is annoying.  

I presume this is coming from the library itself and can suppressed by running the command as &quot;./temper 2&gt; /dev/null&quot;.

I was wondering, when it has problems probing the sensors, is there a good reason you chose to wait 3 seconds before trying again or could that be reduced?  

I am wanting to use this for a near real-time display of the temperature outside so would like to reduce the delay as much as possible.]]></description>
		<content:encoded><![CDATA[<p>Just compiled this on Fedora 18, works like a charm.</p>
<p>The only thing is every so often I get &#8220;libusbx: error [op_open] open failed, code -1 errno 19&#8243; which is annoying.  </p>
<p>I presume this is coming from the library itself and can suppressed by running the command as &#8220;./temper 2&gt; /dev/null&#8221;.</p>
<p>I was wondering, when it has problems probing the sensors, is there a good reason you chose to wait 3 seconds before trying again or could that be reduced?  </p>
<p>I am wanting to use this for a near real-time display of the temperature outside so would like to reduce the delay as much as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaz Davidson</title>
		<link>http://bitplane.net/2012/01/temper1-ubuntu/comment-page-1/#comment-504</link>
		<dc:creator>Gaz Davidson</dc:creator>
		<pubDate>Tue, 27 Nov 2012 14:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://bitplane.net/?p=825#comment-504</guid>
		<description><![CDATA[Yep should do, my USB extension cable is about 3 metres. If it doesn&#039;t work then you may need to stick a powered hub in the middle, which would suck.]]></description>
		<content:encoded><![CDATA[<p>Yep should do, my USB extension cable is about 3 metres. If it doesn&#8217;t work then you may need to stick a powered hub in the middle, which would suck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://bitplane.net/2012/01/temper1-ubuntu/comment-page-1/#comment-503</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 15 Nov 2012 02:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://bitplane.net/?p=825#comment-503</guid>
		<description><![CDATA[First, thanks, this code / procedure worked fine.  Question: I need a longer wire on one of them so I can put it outside my house (in a place where rain won&#039;t get at it).  Adding an extension USB cord should be fine provided I keep it less than 5m long?]]></description>
		<content:encoded><![CDATA[<p>First, thanks, this code / procedure worked fine.  Question: I need a longer wire on one of them so I can put it outside my house (in a place where rain won&#8217;t get at it).  Adding an extension USB cord should be fine provided I keep it less than 5m long?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaz Davidson</title>
		<link>http://bitplane.net/2012/01/temper1-ubuntu/comment-page-1/#comment-490</link>
		<dc:creator>Gaz Davidson</dc:creator>
		<pubDate>Sun, 07 Oct 2012 14:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://bitplane.net/?p=825#comment-490</guid>
		<description><![CDATA[@Andreas, those temper devices don&#039;t have any sort of unique ID, so the order may switch around when you reboot your machine. 

If you can be sure of the order it shouldn&#039;t be hard to just choose the second one instead of the first, hack &quot;find_lvr_winusb&quot; and make it choose the second device found instead of the first, then just run two binaries.

If you do it properly and refactor it to allow more than one device at a time, please send me a pull request and I&#039;ll merge.]]></description>
		<content:encoded><![CDATA[<p>@Andreas, those temper devices don&#8217;t have any sort of unique ID, so the order may switch around when you reboot your machine. </p>
<p>If you can be sure of the order it shouldn&#8217;t be hard to just choose the second one instead of the first, hack &#8220;find_lvr_winusb&#8221; and make it choose the second device found instead of the first, then just run two binaries.</p>
<p>If you do it properly and refactor it to allow more than one device at a time, please send me a pull request and I&#8217;ll merge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://bitplane.net/2012/01/temper1-ubuntu/comment-page-1/#comment-489</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Tue, 25 Sep 2012 22:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://bitplane.net/?p=825#comment-489</guid>
		<description><![CDATA[works like charming, thank you. Any hints how to handle two devices? I want to log flow/return temperatures of my boiler.

Kind Regards
Andreas]]></description>
		<content:encoded><![CDATA[<p>works like charming, thank you. Any hints how to handle two devices? I want to log flow/return temperatures of my boiler.</p>
<p>Kind Regards<br />
Andreas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://bitplane.net/2012/01/temper1-ubuntu/comment-page-1/#comment-488</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Tue, 04 Sep 2012 09:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://bitplane.net/?p=825#comment-488</guid>
		<description><![CDATA[Hello,

this helped me a lot!!! Thank you!]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>this helped me a lot!!! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bubbler: Monitoring homebrew CO2 production using arecord and Python &#8211; bitplane.net</title>
		<link>http://bitplane.net/2012/01/temper1-ubuntu/comment-page-1/#comment-423</link>
		<dc:creator>Bubbler: Monitoring homebrew CO2 production using arecord and Python &#8211; bitplane.net</dc:creator>
		<pubDate>Wed, 08 Feb 2012 21:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://bitplane.net/?p=825#comment-423</guid>
		<description><![CDATA[[...] all that it appears to work okay. Here&#8217;s a graph that shows it in action along with my thermometer, the dip is caused by me dismantling it while taking the photos [...]]]></description>
		<content:encoded><![CDATA[<p>[...] all that it appears to work okay. Here&#8217;s a graph that shows it in action along with my thermometer, the dip is caused by me dismantling it while taking the photos [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
