<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>LeafLabs Garden &#187; Topic: Nordic nRF24L01+ 2.4GHz RF Tranceivers on Maple</title>
		<link>http://forums.leaflabs.com/topic.php?id=1219</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:24:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=1219" rel="self" type="application/rss+xml" />

		<item>
			<title>maniacbug on "Nordic nRF24L01+ 2.4GHz RF Tranceivers on Maple"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1219#post-7438</link>
			<pubDate>Sun, 25 Dec 2011 16:57:32 +0000</pubDate>
			<dc:creator>maniacbug</dc:creator>
			<guid isPermaLink="false">7438@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Thanks for trying this out, guys.  Ok, I just pushed up a fix.  Here's the deal.  Maple out of the box doesn't make it easy to enable printf.  Both the library and the example use printf extensively to give debugging information.  The old version of the example REQUIRED you to make a change to Maple, and didn't document it very well.  The version I just pushed up does not require the change, but instead prints out a warning block of text that you won't get debugging information.&#60;/p&#62;
&#60;p&#62;EDIT: The change needed to Maple is submitted as pull request #37: &#60;a href=&#34;https://github.com/leaflabs/libmaple/pull/37&#34; rel=&#34;nofollow&#34;&#62;https://github.com/leaflabs/libmaple/pull/37&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Roma on "Nordic nRF24L01+ 2.4GHz RF Tranceivers on Maple"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1219#post-7436</link>
			<pubDate>Sun, 25 Dec 2011 14:01:26 +0000</pubDate>
			<dc:creator>Roma</dc:creator>
			<guid isPermaLink="false">7436@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I have too problem with compile pingpair_maiple.pde&#60;/p&#62;
&#60;p&#62;/tmp/build8948615837160357210.tmp/main.o: In function `_write':&#60;/p&#62;
&#60;p&#62;multiple definition of `_write'/tmp/build8948615837160357210.tmp/syscalls.o:/home/Maple/maple-ide-v0.0.12/hardware/leaflabs/cores/maple/syscalls.c:155: first defined here&#60;/p&#62;
&#60;p&#62;collect2: ld returned 1 exit status&#60;/p&#62;
&#60;p&#62;Listing of all compiler output follows.&#60;br /&#62;
	Note: &#38;lt;BUILD&#38;gt; stands for the temporary build directory used to compile your sketch, which is:&#60;br /&#62;
		/tmp/build8948615837160357210.tmp&#60;/p&#62;
&#60;p&#62;	Also note that because of preprocessing, line numbers won't match up exactly.  We're working on a fix.&#60;br /&#62;
&#38;lt;BUILD&#38;gt;/main.o: In function `_write':&#60;br /&#62;
&#38;lt;BUILD&#38;gt;/main.cpp:45: multiple definition of `_write'&#60;br /&#62;
&#38;lt;BUILD&#38;gt;/syscalls.o:/home/Maple/maple-ide-v0.0.12/hardware/leaflabs/cores/maple/syscalls.c:155: first defined here&#60;br /&#62;
collect2: ld returned 1 exit status
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maniacbug on "Nordic nRF24L01+ 2.4GHz RF Tranceivers on Maple"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1219#post-7390</link>
			<pubDate>Sun, 18 Dec 2011 13:43:36 +0000</pubDate>
			<dc:creator>maniacbug</dc:creator>
			<guid isPermaLink="false">7390@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi, mrkriss.  Thanks for trying it out.  Please provide details on the errors you are finding.  Also, what board are you using, and are you compiling from the command line or IDE?  Ideally, open an issue on github.  It works for me on Maple Native from the IDE, but that's a fairly limited sample set.&#60;/p&#62;
&#60;p&#62;Note that ONLY the &#34;pingpair_maple&#34; example is compatible with Maple.  The rest are Arduino only.  It would not be difficult to port the others to Maple.  I chose not to do that because it would clutter them up with #ifdefs which would complicate learning for Arduino users.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mrkiss on "Nordic nRF24L01+ 2.4GHz RF Tranceivers on Maple"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1219#post-7389</link>
			<pubDate>Sun, 18 Dec 2011 04:21:14 +0000</pubDate>
			<dc:creator>mrkiss</dc:creator>
			<guid isPermaLink="false">7389@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;hi maniacbug,&#60;/p&#62;
&#60;p&#62;Thanks for your contribution.&#60;/p&#62;
&#60;p&#62;Is the library compatible with both Arduino and Maple?&#60;/p&#62;
&#60;p&#62;example code has errors in printf.h in Maple board.&#60;/p&#62;
&#60;p&#62;check it please&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maniacbug on "Nordic nRF24L01+ 2.4GHz RF Tranceivers on Maple"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1219#post-7378</link>
			<pubDate>Sat, 17 Dec 2011 01:59:49 +0000</pubDate>
			<dc:creator>maniacbug</dc:creator>
			<guid isPermaLink="false">7378@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;IMO a wiki is fine for this.  The Arduino Playground is out of control huge with way too many libraries, but it still does the job.  I can add it to &#60;a href=&#34;http://wiki.leaflabs.com/index.php?title=Libraries&#34; rel=&#34;nofollow&#34;&#62;http://wiki.leaflabs.com/index.php?title=Libraries&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The one thing you could do that would help lots is unify the sign-in between the forum and the wiki.&#60;/p&#62;
&#60;p&#62;By the way, Maple is now my preferred testing platform for this library (and soon will probably be so for the others, too.)  It's super-handy to be able to run cxxtest directly on the hardware.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poslathian on "Nordic nRF24L01+ 2.4GHz RF Tranceivers on Maple"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1219#post-7372</link>
			<pubDate>Fri, 16 Dec 2011 17:36:46 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">7372@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I think perhaps we need a new part of the website, or better wiki support, for sharing and downloading libraries and projects...what do you think?&#60;/p&#62;
&#60;p&#62;Unfortunately, we are far too shortstaffed to take on any serious web-dev effort, but pershaps something simple?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poslathian on "Nordic nRF24L01+ 2.4GHz RF Tranceivers on Maple"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1219#post-7371</link>
			<pubDate>Fri, 16 Dec 2011 17:35:49 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">7371@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;fantastic!&#60;br /&#62;
wiki post?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maniacbug on "Nordic nRF24L01+ 2.4GHz RF Tranceivers on Maple"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1219#post-7354</link>
			<pubDate>Wed, 14 Dec 2011 22:00:47 +0000</pubDate>
			<dc:creator>maniacbug</dc:creator>
			<guid isPermaLink="false">7354@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi, folks.  I ported by RF24 library from Arduino to Maple.  This makes it easy to use these low-cost radios for RF communication between nodes.  &#60;/p&#62;
&#60;p&#62;Details on my blog:&#60;br /&#62;
&#60;a href=&#34;http://maniacbug.wordpress.com/2011/12/14/nrf24l01-running-on-maple-3/&#34; rel=&#34;nofollow&#34;&#62;http://maniacbug.wordpress.com/2011/12/14/nrf24l01-running-on-maple-3/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Library on github:&#60;br /&#62;
&#60;a href=&#34;http://maniacbug.github.com/RF24/&#34; rel=&#34;nofollow&#34;&#62;http://maniacbug.github.com/RF24/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
