<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments for This and That</title>
	<atom:link href="http://www.mrroot.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrroot.net</link>
	<description>What else would it be?</description>
	<lastBuildDate>Mon, 27 Dec 2010 05:49:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>Comment on Owls by orland rodreguess</title>
		<link>http://www.mrroot.net/2009/12/owls/comment-page-1/#comment-442</link>
		<dc:creator>orland rodreguess</dc:creator>
		<pubDate>Mon, 27 Dec 2010 05:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrroot.net/?p=320#comment-442</guid>
		<description>it not a great horned owl but i like it its a burrowing owl by the way great horned owl are larger and have ear points [ tufs ] i know my owls</description>
		<content:encoded><![CDATA[<p>it not a great horned owl but i like it its a burrowing owl by the way great horned owl are larger and have ear points [ tufs ] i know my owls</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Software by This and That &#187; Blog Archive &#187; Wireless is GO! - What else would it be?</title>
		<link>http://www.mrroot.net/software/comment-page-1/#comment-355</link>
		<dc:creator>This and That &#187; Blog Archive &#187; Wireless is GO! - What else would it be?</dc:creator>
		<pubDate>Fri, 03 Sep 2010 15:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrroot.net/?page_id=262#comment-355</guid>
		<description>[...] I got my wireless link online several weeks ago and am just now posting.Â  Lame, I know, but after it was up I immediately set about working it towards something useful.Â  I&#8217;ll save that for another post; right now I want to detail what was involved in getting the RF link up. First off, the hardware: two arduinos and two Nordic radios. I used the Arduino USB boards, one RP-SMA board and one chip antenna board.Â  Why two different RF configurations?Â  To test range, sensitivity and see what they look like.Â  Anyhow, the Nordic chips on these boards ( nRF24L01+ ) interface via the Serial Peripheral Interface bus standard, or SPI for short.Â  SPI is a fairly simple protocol, but the timings can get tricky.Â  Fortunately, the Arduino has an SPI interface built in, so all we need to do is download and install the SPI library from the Arduino Playground.Â  Better still, someone sat down and wrote a small interface library for the Nordic chips which encompasses a subset ( the important ones ) of the command set!Â  Find details and download Mirf.zip here. Update: I updated and fixed some things with the Mirf library and have released it on the site. Check out the &#8220;Software&#8221; tab at the top, or go here. [...]</description>
		<content:encoded><![CDATA[<p>[...] I got my wireless link online several weeks ago and am just now posting.Â  Lame, I know, but after it was up I immediately set about working it towards something useful.Â  I&#8217;ll save that for another post; right now I want to detail what was involved in getting the RF link up. First off, the hardware: two arduinos and two Nordic radios. I used the Arduino USB boards, one RP-SMA board and one chip antenna board.Â  Why two different RF configurations?Â  To test range, sensitivity and see what they look like.Â  Anyhow, the Nordic chips on these boards ( nRF24L01+ ) interface via the Serial Peripheral Interface bus standard, or SPI for short.Â  SPI is a fairly simple protocol, but the timings can get tricky.Â  Fortunately, the Arduino has an SPI interface built in, so all we need to do is download and install the SPI library from the Arduino Playground.Â  Better still, someone sat down and wrote a small interface library for the Nordic chips which encompasses a subset ( the important ones ) of the command set!Â  Find details and download Mirf.zip here. Update: I updated and fixed some things with the Mirf library and have released it on the site. Check out the &#8220;Software&#8221; tab at the top, or go here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wireless is GO! by nisburgh</title>
		<link>http://www.mrroot.net/2009/10/wireless-is-go/comment-page-1/#comment-354</link>
		<dc:creator>nisburgh</dc:creator>
		<pubDate>Fri, 03 Sep 2010 15:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrroot.net/?p=208#comment-354</guid>
		<description>Thanks for dropping a comment.  I like knowing that at least a few people are seeing this site!  ;)

That is very strange behavior..  I have not seen that particular issue before.  Are you sure you have the radio hooked up correctly, each pin connected exactly as it says in the example code?  Let me know what you find..

Cheers,
Nathan</description>
		<content:encoded><![CDATA[<p>Thanks for dropping a comment.  I like knowing that at least a few people are seeing this site!  <img src='http://www.mrroot.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>That is very strange behavior..  I have not seen that particular issue before.  Are you sure you have the radio hooked up correctly, each pin connected exactly as it says in the example code?  Let me know what you find..</p>
<p>Cheers,<br />
Nathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wireless is GO! by ChrisD</title>
		<link>http://www.mrroot.net/2009/10/wireless-is-go/comment-page-1/#comment-353</link>
		<dc:creator>ChrisD</dc:creator>
		<pubDate>Sun, 22 Aug 2010 03:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrroot.net/?p=208#comment-353</guid>
		<description>Hello, 
I just downloaded the MIRF version you have on this site and loaded the ping_server unchanged into my arduino.

When i run it ( There is no client connected )  and open the serial monitor, i see endless stream of &quot;got packet&quot; and sent reply messages.  In other words, Mirf.dataReady() is always true even though i have no transmitter active!  

Any ideas?  BTW, the same thing happens with the playground version.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I just downloaded the MIRF version you have on this site and loaded the ping_server unchanged into my arduino.</p>
<p>When i run it ( There is no client connected )  and open the serial monitor, i see endless stream of &#8220;got packet&#8221; and sent reply messages.  In other words, Mirf.dataReady() is always true even though i have no transmitter active!  </p>
<p>Any ideas?  BTW, the same thing happens with the playground version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Owls by nisburgh</title>
		<link>http://www.mrroot.net/2009/12/owls/comment-page-1/#comment-346</link>
		<dc:creator>nisburgh</dc:creator>
		<pubDate>Thu, 29 Jul 2010 15:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrroot.net/?p=320#comment-346</guid>
		<description>Aye, it&#039;s a great pic!  I love owls, so when I saw it, I had to post it.  :)

Cheers,
Nathan</description>
		<content:encoded><![CDATA[<p>Aye, it&#8217;s a great pic!  I love owls, so when I saw it, I had to post it.  <img src='http://www.mrroot.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,<br />
Nathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Owls by Adriana</title>
		<link>http://www.mrroot.net/2009/12/owls/comment-page-1/#comment-345</link>
		<dc:creator>Adriana</dc:creator>
		<pubDate>Thu, 29 Jul 2010 01:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrroot.net/?p=320#comment-345</guid>
		<description>Hello!   I saw this picture on deviantart.com. http://www.deviantart.com/#/d2uyb6g 

Its a good picture, nicely done!</description>
		<content:encoded><![CDATA[<p>Hello!   I saw this picture on deviantart.com. <a href="http://www.deviantart.com/#/d2uyb6g" rel="nofollow">http://www.deviantart.com/#/d2uyb6g</a> </p>
<p>Its a good picture, nicely done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More software!  This time some fixes to the Mirf library by This and That &#187; Blog Archive &#187; Small Update to Mirf Library - What else would it be?</title>
		<link>http://www.mrroot.net/2009/11/more-software-this-time-some-fixes-to-the-mirf-library/comment-page-1/#comment-343</link>
		<dc:creator>This and That &#187; Blog Archive &#187; Small Update to Mirf Library - What else would it be?</dc:creator>
		<pubDate>Tue, 13 Jul 2010 14:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrroot.net/?p=299#comment-343</guid>
		<description>[...] of my readers asked ( in the forums too ) for some help on reading register values from the Nordic chip, so I put [...]</description>
		<content:encoded><![CDATA[<p>[...] of my readers asked ( in the forums too ) for some help on reading register values from the Nordic chip, so I put [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More software!  This time some fixes to the Mirf library by nisburgh</title>
		<link>http://www.mrroot.net/2009/11/more-software-this-time-some-fixes-to-the-mirf-library/comment-page-1/#comment-342</link>
		<dc:creator>nisburgh</dc:creator>
		<pubDate>Sun, 27 Jun 2010 15:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrroot.net/?p=299#comment-342</guid>
		<description>JR,

  Really glad to hear it&#039;s working well for you!  I replied to your comment on the forums.  I hope that helps!  Check it out here:

&lt;a href=&quot;http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1277323718/8#8&quot; rel=&quot;nofollow&quot;&gt;Reply&lt;/a&gt;

Let me know if you have any more questions!

Cheers,
Nathan</description>
		<content:encoded><![CDATA[<p>JR,</p>
<p>  Really glad to hear it&#8217;s working well for you!  I replied to your comment on the forums.  I hope that helps!  Check it out here:</p>
<p><a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1277323718/8#8" rel="nofollow">Reply</a></p>
<p>Let me know if you have any more questions!</p>
<p>Cheers,<br />
Nathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More software!  This time some fixes to the Mirf library by JR</title>
		<link>http://www.mrroot.net/2009/11/more-software-this-time-some-fixes-to-the-mirf-library/comment-page-1/#comment-341</link>
		<dc:creator>JR</dc:creator>
		<pubDate>Sat, 26 Jun 2010 13:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrroot.net/?p=299#comment-341</guid>
		<description>Hi Nathan,

The wireless connection is working like a charm, thanks to your modified library. I would like to read some registers but havent managed yet.

Do you know how to use the readRegister void?

Please take a look at:

http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1277323718

Thanks in advance!!</description>
		<content:encoded><![CDATA[<p>Hi Nathan,</p>
<p>The wireless connection is working like a charm, thanks to your modified library. I would like to read some registers but havent managed yet.</p>
<p>Do you know how to use the readRegister void?</p>
<p>Please take a look at:</p>
<p><a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1277323718" rel="nofollow">http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1277323718</a></p>
<p>Thanks in advance!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More software!  This time some fixes to the Mirf library by nisburgh</title>
		<link>http://www.mrroot.net/2009/11/more-software-this-time-some-fixes-to-the-mirf-library/comment-page-1/#comment-340</link>
		<dc:creator>nisburgh</dc:creator>
		<pubDate>Wed, 02 Jun 2010 02:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrroot.net/?p=299#comment-340</guid>
		<description>Sorry it took so long to reply - I&#039;ve been working around the clock and barely have time to check in with my hobbies.  :)  I&#039;m glad you found a workaround!  It&#039;s been a while since I looked at the code, so I&#039;m not sure what&#039;s causing this issue, but next time I&#039;m working on it, if I see an obvious problem, I will definitely upload a new version.  Good luck with your robot project!

Cheers!</description>
		<content:encoded><![CDATA[<p>Sorry it took so long to reply &#8211; I&#8217;ve been working around the clock and barely have time to check in with my hobbies.  <img src='http://www.mrroot.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I&#8217;m glad you found a workaround!  It&#8217;s been a while since I looked at the code, so I&#8217;m not sure what&#8217;s causing this issue, but next time I&#8217;m working on it, if I see an obvious problem, I will definitely upload a new version.  Good luck with your robot project!</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
