<?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 goes wireless</title>
	<atom:link href="http://labs.ideo.com/index.php/2009/05/08/arduino-goes-wireless/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.ideo.com/2009/05/08/arduino-goes-wireless/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arduino-goes-wireless</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 03:45:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: nugroho</title>
		<link>http://labs.ideo.com/2009/05/08/arduino-goes-wireless/comment-page-1/#comment-1922</link>
		<dc:creator>nugroho</dc:creator>
		<pubDate>Sun, 05 Jun 2011 11:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://labs.ideo.com/?p=341#comment-1922</guid>
		<description>nrf2401A

can I change the pin connection?
DR1 -&gt; 2 to pin Digital 10
CE -&gt; 3 to pin Digital 11
CS -&gt; 4 to pin Digital 12
CLK -&gt; 5 to pin Digital 13
DAT -&gt; 6 to pin Analog 0

thanks,
best regards,
nugroho budi.

P.S.:
sorry for my bad english.</description>
		<content:encoded><![CDATA[<p>nrf2401A</p>
<p>can I change the pin connection?<br />
DR1 -&gt; 2 to pin Digital 10<br />
CE -&gt; 3 to pin Digital 11<br />
CS -&gt; 4 to pin Digital 12<br />
CLK -&gt; 5 to pin Digital 13<br />
DAT -&gt; 6 to pin Analog 0</p>
<p>thanks,<br />
best regards,<br />
nugroho budi.</p>
<p>P.S.:<br />
sorry for my bad english.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PDQ Web Consulting Services &#187; Wireless Arduino</title>
		<link>http://labs.ideo.com/2009/05/08/arduino-goes-wireless/comment-page-1/#comment-1695</link>
		<dc:creator>PDQ Web Consulting Services &#187; Wireless Arduino</dc:creator>
		<pubDate>Tue, 27 Jul 2010 04:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://labs.ideo.com/?p=341#comment-1695</guid>
		<description>[...] http://labs.ideo.com/2009/05/08/arduino-goes-wireless/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://labs.ideo.com/2009/05/08/arduino-goes-wireless/" rel="nofollow">http://labs.ideo.com/2009/05/08/arduino-goes-wireless/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pjwerneck</title>
		<link>http://labs.ideo.com/2009/05/08/arduino-goes-wireless/comment-page-1/#comment-1587</link>
		<dc:creator>pjwerneck</dc:creator>
		<pubDate>Fri, 22 Jan 2010 03:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://labs.ideo.com/?p=341#comment-1587</guid>
		<description>I&#039;ve been using the nrf2401 and your library for some time, but now I have to use it with the Arduino Mega but I&#039;m not having much luck in getting it to work. I try the same code with absolutely no differences, but it looks like something must be changed. Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using the nrf2401 and your library for some time, but now I have to use it with the Arduino Mega but I&#8217;m not having much luck in getting it to work. I try the same code with absolutely no differences, but it looks like something must be changed. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: calmconviction</title>
		<link>http://labs.ideo.com/2009/05/08/arduino-goes-wireless/comment-page-1/#comment-1259</link>
		<dc:creator>calmconviction</dc:creator>
		<pubDate>Wed, 24 Jun 2009 05:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://labs.ideo.com/?p=341#comment-1259</guid>
		<description>@vB, Jesse
This library will only work with nrf2401 and not the nrf24l01 or even the nrf2402.</description>
		<content:encoded><![CDATA[<p>@vB, Jesse<br />
This library will only work with nrf2401 and not the nrf24l01 or even the nrf2402.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://labs.ideo.com/2009/05/08/arduino-goes-wireless/comment-page-1/#comment-919</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Mon, 25 May 2009 23:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://labs.ideo.com/?p=341#comment-919</guid>
		<description>@vB: I would be very surprised if the library works with the nrf24L01 out of the box, it was not designed with this hardware in mind.

Xbee is an awesome alternative, and allows one to use the built in Serial library for a more familiar approach to communications. The biggest factor in choosing this hardware over Xbee was physical size - not only is the Xbee module considerably heavier and larger, but in order to use it with Arduino you need additional circuitry! Adafruit&#039;s breakout is pretty small: http://www.adafruit.com/index.php?main_page=product_info&amp;products_id=126
but when your project turns aerial - the weight savings could be just the ticket...</description>
		<content:encoded><![CDATA[<p>@vB: I would be very surprised if the library works with the nrf24L01 out of the box, it was not designed with this hardware in mind.</p>
<p>Xbee is an awesome alternative, and allows one to use the built in Serial library for a more familiar approach to communications. The biggest factor in choosing this hardware over Xbee was physical size &#8211; not only is the Xbee module considerably heavier and larger, but in order to use it with Arduino you need additional circuitry! Adafruit&#8217;s breakout is pretty small: <a href="http://www.adafruit.com/index.php?main_page=product_info&#038;products_id=126" rel="nofollow">http://www.adafruit.com/index.php?main_page=product_info&#038;products_id=126</a><br />
but when your project turns aerial &#8211; the weight savings could be just the ticket&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregor van Egdom</title>
		<link>http://labs.ideo.com/2009/05/08/arduino-goes-wireless/comment-page-1/#comment-916</link>
		<dc:creator>Gregor van Egdom</dc:creator>
		<pubDate>Mon, 25 May 2009 22:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://labs.ideo.com/?p=341#comment-916</guid>
		<description>The Xbee&#039;s are indeed a nice alternative. Both seem to be about the same price, and the xbee&#039;s have a broader user group and support...
Is there any reason to use the nRF2401 over xbee&#039;s?</description>
		<content:encoded><![CDATA[<p>The Xbee&#8217;s are indeed a nice alternative. Both seem to be about the same price, and the xbee&#8217;s have a broader user group and support&#8230;<br />
Is there any reason to use the nRF2401 over xbee&#8217;s?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Moore</title>
		<link>http://labs.ideo.com/2009/05/08/arduino-goes-wireless/comment-page-1/#comment-832</link>
		<dc:creator>Jonathan Moore</dc:creator>
		<pubDate>Sat, 23 May 2009 04:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://labs.ideo.com/?p=341#comment-832</guid>
		<description>you should check out xbee it is reasonably priced and you can even reprogram the arduino wirelessly with it. We have this set up on our big LED board at noisebridge. You can check it out at Maker Fair where we will have a table.</description>
		<content:encoded><![CDATA[<p>you should check out xbee it is reasonably priced and you can even reprogram the arduino wirelessly with it. We have this set up on our big LED board at noisebridge. You can check it out at Maker Fair where we will have a table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vB</title>
		<link>http://labs.ideo.com/2009/05/08/arduino-goes-wireless/comment-page-1/#comment-740</link>
		<dc:creator>vB</dc:creator>
		<pubDate>Wed, 20 May 2009 06:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://labs.ideo.com/?p=341#comment-740</guid>
		<description>Hi Jess, thanx a ton for this library, i intend to use it with nRF24L01 module.  COuld you kindly tell me is it necessary to connect &quot;CS&quot; to pin 4, as i&#039;ll be connecting DR to pin 2 (need to use RCV int) and I also need atleast one hardware interrupt for certain other features in my project. Can I define some other digital pin for &quot;CS&quot;? if yes are there any preferences or can it any other pin?

thank you for your time and effort</description>
		<content:encoded><![CDATA[<p>Hi Jess, thanx a ton for this library, i intend to use it with nRF24L01 module.  COuld you kindly tell me is it necessary to connect &#8220;CS&#8221; to pin 4, as i&#8217;ll be connecting DR to pin 2 (need to use RCV int) and I also need atleast one hardware interrupt for certain other features in my project. Can I define some other digital pin for &#8220;CS&#8221;? if yes are there any preferences or can it any other pin?</p>
<p>thank you for your time and effort</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://labs.ideo.com/2009/05/08/arduino-goes-wireless/comment-page-1/#comment-584</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Mon, 11 May 2009 20:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://labs.ideo.com/?p=341#comment-584</guid>
		<description>Noise in a typical indoor environment is very strong in the 2.4GHz range. The hardware offers a 16 bit CRC and 40 bit addressing which the library makes full use of, but even so you will (very) occasionally drop a packet. For applications demanding accurate data 100% of the time, you would want to implement a positive acknowledgment with retransmission scheme similar to TCP on top of this library. I believe newer versions of Nordic equipment like the nRF24L01 can do this automatically, but I have not experimented myself. Range depends on a lot of different factors - http://www.sparkfun.com/commerce/tutorial_info.php?tutorials_id=48.</description>
		<content:encoded><![CDATA[<p>Noise in a typical indoor environment is very strong in the 2.4GHz range. The hardware offers a 16 bit CRC and 40 bit addressing which the library makes full use of, but even so you will (very) occasionally drop a packet. For applications demanding accurate data 100% of the time, you would want to implement a positive acknowledgment with retransmission scheme similar to TCP on top of this library. I believe newer versions of Nordic equipment like the nRF24L01 can do this automatically, but I have not experimented myself. Range depends on a lot of different factors &#8211; <a href="http://www.sparkfun.com/commerce/tutorial_info.php?tutorials_id=48" rel="nofollow">http://www.sparkfun.com/commerce/tutorial_info.php?tutorials_id=48</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregor van Egdom</title>
		<link>http://labs.ideo.com/2009/05/08/arduino-goes-wireless/comment-page-1/#comment-583</link>
		<dc:creator>Gregor van Egdom</dc:creator>
		<pubDate>Mon, 11 May 2009 09:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://labs.ideo.com/?p=341#comment-583</guid>
		<description>Great work again. I&#039;ve been toying around with a cheap unidirectional module but could only get it to work at 300bps (not K!)...
What are your experiences with these transceivers regarding range and noise? Will the chip check if the packets came through allright?</description>
		<content:encoded><![CDATA[<p>Great work again. I&#8217;ve been toying around with a cheap unidirectional module but could only get it to work at 300bps (not K!)&#8230;<br />
What are your experiences with these transceivers regarding range and noise? Will the chip check if the packets came through allright?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

