<?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: Arduino based Thermor/BIOS weather station receiver sketch</title>
	<atom:link href="http://kayno.net/2010/01/18/arduino-based-thermorbios-weather-station-receiver-sketch/feed/" rel="self" type="application/rss+xml" />
	<link>http://kayno.net/2010/01/18/arduino-based-thermorbios-weather-station-receiver-sketch/</link>
	<description>@kaynerichens &#124; au.linkedin.com/in/kaynerichens</description>
	<lastBuildDate>Wed, 04 Apr 2012 05:59:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Al</title>
		<link>http://kayno.net/2010/01/18/arduino-based-thermorbios-weather-station-receiver-sketch/comment-page-1/#comment-5062</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Thu, 17 Nov 2011 17:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://kayno.net/?p=370#comment-5062</guid>
		<description>Just starting Arduino.  Xbee radios are on order.  I have tons of wx eqpt (Davis, Vaisala, RM Young, Peet, etc).  I wish to decode the data stream from an Acu-Rite #VN1TXC Integrated Multi-Sensor 5-IN-1.  The LaCrosse sensors as described in Practical Arduino book are obsolete.  The TX4U is also obsolete.  I can see the data stream on my DSO using the Acu-Rite 01010-RX display receiver board.
Thanks, Al</description>
		<content:encoded><![CDATA[<p>Just starting Arduino.  Xbee radios are on order.  I have tons of wx eqpt (Davis, Vaisala, RM Young, Peet, etc).  I wish to decode the data stream from an Acu-Rite #VN1TXC Integrated Multi-Sensor 5-IN-1.  The LaCrosse sensors as described in Practical Arduino book are obsolete.  The TX4U is also obsolete.  I can see the data stream on my DSO using the Acu-Rite 01010-RX display receiver board.<br />
Thanks, Al</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Catlin</title>
		<link>http://kayno.net/2010/01/18/arduino-based-thermorbios-weather-station-receiver-sketch/comment-page-1/#comment-3596</link>
		<dc:creator>George Catlin</dc:creator>
		<pubDate>Mon, 16 May 2011 13:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://kayno.net/?p=370#comment-3596</guid>
		<description>I am starting the same process with a single temperature sensor. I seem to have decoded some data from an Acu-Rite model 822RX and matching transmitter RNE822TX.  Am now working to modify the Arduino code.  Any interest in this from anybody?</description>
		<content:encoded><![CDATA[<p>I am starting the same process with a single temperature sensor. I seem to have decoded some data from an Acu-Rite model 822RX and matching transmitter RNE822TX.  Am now working to modify the Arduino code.  Any interest in this from anybody?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bookmarks for March 27th through April 11th &#171; Daniel Nisbet</title>
		<link>http://kayno.net/2010/01/18/arduino-based-thermorbios-weather-station-receiver-sketch/comment-page-1/#comment-3411</link>
		<dc:creator>Bookmarks for March 27th through April 11th &#171; Daniel Nisbet</dc:creator>
		<pubDate>Mon, 11 Apr 2011 00:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://kayno.net/?p=370#comment-3411</guid>
		<description>[...] kayno.net &#187; Arduino based Thermor/BIOS weather station receiver sketch &#8211; [...]</description>
		<content:encoded><![CDATA[<p>[...] kayno.net &raquo; Arduino based Thermor/BIOS weather station receiver sketch &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://kayno.net/2010/01/18/arduino-based-thermorbios-weather-station-receiver-sketch/comment-page-1/#comment-3268</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Sun, 20 Mar 2011 01:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://kayno.net/?p=370#comment-3268</guid>
		<description>Hi Kayne,
I&#039;m trying to capture directly from 3 sensors, which currently feed a Radio Shack base unit Cat. #63-1030. This unit receives up to 3 sensors, differentiated by dip switches. The units appear identical to Oregon Scientific products. Two of my sensors are RS 63-1031, temp &amp; humidity. My third sensor is Ore Sci THC268, temp only, which works fine with the base unit. 
To determine if I was actually receiving the RF, I ran a packet sniffer, 
http://www.eightlines.com/blog/2009/06/arduino-packet-analyzer/
which captured output from all 3 sensors. Unfortunately, I really don&#039;t know what to do with that data yet. I also ran my receiver through my sound card, and was able to clearly see the data streams every 40 seconds or so.
Back to the sketch:
I&#039;m not getting &quot;if(weather_rx_state == RX_STATE_PACKET_RECEIVED) &quot; to be true.
So, I&#039;m having fun, but not making much progress...if I ever get the sketch to recognize the start of the data, then I can worry about decoding it.
I&#039;m going to keep modifying your sketch by adding debug statements until I figure out where the problem lies.
I&#039;ll let you know when I&#039;m successful!
Bill</description>
		<content:encoded><![CDATA[<p>Hi Kayne,<br />
I&#8217;m trying to capture directly from 3 sensors, which currently feed a Radio Shack base unit Cat. #63-1030. This unit receives up to 3 sensors, differentiated by dip switches. The units appear identical to Oregon Scientific products. Two of my sensors are RS 63-1031, temp &amp; humidity. My third sensor is Ore Sci THC268, temp only, which works fine with the base unit.<br />
To determine if I was actually receiving the RF, I ran a packet sniffer,<br />
<a href="http://www.eightlines.com/blog/2009/06/arduino-packet-analyzer/" rel="nofollow">http://www.eightlines.com/blog/2009/06/arduino-packet-analyzer/</a><br />
which captured output from all 3 sensors. Unfortunately, I really don&#8217;t know what to do with that data yet. I also ran my receiver through my sound card, and was able to clearly see the data streams every 40 seconds or so.<br />
Back to the sketch:<br />
I&#8217;m not getting &#8220;if(weather_rx_state == RX_STATE_PACKET_RECEIVED) &#8221; to be true.<br />
So, I&#8217;m having fun, but not making much progress&#8230;if I ever get the sketch to recognize the start of the data, then I can worry about decoding it.<br />
I&#8217;m going to keep modifying your sketch by adding debug statements until I figure out where the problem lies.<br />
I&#8217;ll let you know when I&#8217;m successful!<br />
Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kayno</title>
		<link>http://kayno.net/2010/01/18/arduino-based-thermorbios-weather-station-receiver-sketch/comment-page-1/#comment-3198</link>
		<dc:creator>kayno</dc:creator>
		<pubDate>Sun, 13 Mar 2011 05:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://kayno.net/?p=370#comment-3198</guid>
		<description>Hi Bill

The resistor on the LEDs wont make and difference (apart from the brightness of the LED!).

What model is the weather station? I believe Jaycar may be selling a different model now.

Cheers
Kayne</description>
		<content:encoded><![CDATA[<p>Hi Bill</p>
<p>The resistor on the LEDs wont make and difference (apart from the brightness of the LED!).</p>
<p>What model is the weather station? I believe Jaycar may be selling a different model now.</p>
<p>Cheers<br />
Kayne</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://kayno.net/2010/01/18/arduino-based-thermorbios-weather-station-receiver-sketch/comment-page-1/#comment-3180</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Fri, 11 Mar 2011 17:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://kayno.net/?p=370#comment-3180</guid>
		<description>Kayno...noob question...I have uncommented the debug define, yet get nothing after the &quot;ready to receive data...&quot; line. Expected something, if only garbage.
My build is exactly as shown in Practical Arduino...1k resistor to D06, not 330. Is this a problem?
Thanks for any suggestions..
Bill</description>
		<content:encoded><![CDATA[<p>Kayno&#8230;noob question&#8230;I have uncommented the debug define, yet get nothing after the &#8220;ready to receive data&#8230;&#8221; line. Expected something, if only garbage.<br />
My build is exactly as shown in Practical Arduino&#8230;1k resistor to D06, not 330. Is this a problem?<br />
Thanks for any suggestions..<br />
Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://kayno.net/2010/01/18/arduino-based-thermorbios-weather-station-receiver-sketch/comment-page-1/#comment-3066</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 28 Feb 2011 17:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://kayno.net/?p=370#comment-3066</guid>
		<description>xoscope for linux could have helped.</description>
		<content:encoded><![CDATA[<p>xoscope for linux could have helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marty</title>
		<link>http://kayno.net/2010/01/18/arduino-based-thermorbios-weather-station-receiver-sketch/comment-page-1/#comment-2488</link>
		<dc:creator>marty</dc:creator>
		<pubDate>Mon, 01 Nov 2010 05:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://kayno.net/?p=370#comment-2488</guid>
		<description>Cheers
see you on the seg page</description>
		<content:encoded><![CDATA[<p>Cheers<br />
see you on the seg page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kayno</title>
		<link>http://kayno.net/2010/01/18/arduino-based-thermorbios-weather-station-receiver-sketch/comment-page-1/#comment-2468</link>
		<dc:creator>kayno</dc:creator>
		<pubDate>Tue, 26 Oct 2010 06:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://kayno.net/?p=370#comment-2468</guid>
		<description>XC-0293 was the Jaycar cat number, I am pretty sure.

The model is &quot;DG950R&quot;</description>
		<content:encoded><![CDATA[<p>XC-0293 was the Jaycar cat number, I am pretty sure.</p>
<p>The model is &#8220;DG950R&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marty</title>
		<link>http://kayno.net/2010/01/18/arduino-based-thermorbios-weather-station-receiver-sketch/comment-page-1/#comment-2467</link>
		<dc:creator>marty</dc:creator>
		<pubDate>Mon, 25 Oct 2010 20:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://kayno.net/?p=370#comment-2467</guid>
		<description>Mate any chance of a jaycar part number for te weather station
i wonder if there the same as the ones on ebay they look the same</description>
		<content:encoded><![CDATA[<p>Mate any chance of a jaycar part number for te weather station<br />
i wonder if there the same as the ones on ebay they look the same</p>
]]></content:encoded>
	</item>
</channel>
</rss>

