<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic LPC1343 + nRF24L01 in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-nRF24L01/m-p/538334#M5958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bobi-one on Fri Jul 08 05:11:14 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I&amp;nbsp; recently got some wireless modules and now i'm trying to interface them. I found some example code for LPC2XX but changing it was a bit of a pickle .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This&amp;nbsp; is the receiver code( while the master is constantly sending). My concern is the MISO reading of value "0E",&amp;nbsp; because i am not really sure is this kind of SPI code working properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;unsigned char&amp;nbsp; SPI_SendByte(unsigned char data) {


&amp;nbsp; LPC_SSP-&amp;gt;DR =data;
&amp;nbsp; while (LPC_SSP-&amp;gt;SR &amp;amp; 0x10);
&amp;nbsp; return (LPC_SSP-&amp;gt;DR);
}
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;SPAN&gt;If someone have already interfaced this kind off of chips i will be thankful for advice and solutions. &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:42:09 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:42:09Z</dc:date>
    <item>
      <title>LPC1343 + nRF24L01</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-nRF24L01/m-p/538334#M5958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bobi-one on Fri Jul 08 05:11:14 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I&amp;nbsp; recently got some wireless modules and now i'm trying to interface them. I found some example code for LPC2XX but changing it was a bit of a pickle .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This&amp;nbsp; is the receiver code( while the master is constantly sending). My concern is the MISO reading of value "0E",&amp;nbsp; because i am not really sure is this kind of SPI code working properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;unsigned char&amp;nbsp; SPI_SendByte(unsigned char data) {


&amp;nbsp; LPC_SSP-&amp;gt;DR =data;
&amp;nbsp; while (LPC_SSP-&amp;gt;SR &amp;amp; 0x10);
&amp;nbsp; return (LPC_SSP-&amp;gt;DR);
}
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;SPAN&gt;If someone have already interfaced this kind off of chips i will be thankful for advice and solutions. &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:42:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-nRF24L01/m-p/538334#M5958</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1343 + nRF24L01</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-nRF24L01/m-p/538335#M5959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Luis Digital on Wed Oct 12 15:20:32 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have now several nrf24l01+, and I have found very good (over 15 meters range with obstacles, low consumption, economic ...).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Well, the answer "0x0E" seems to be normal is the default value of the &lt;/SPAN&gt;&lt;A href="http://http://nrqm.pbworks.com/w/page/4416179/nRF24L01%20%E2%80%93%20STATUS%20Register"&gt;status register&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://http://www.ifrdesign.com/blog/2011/05/25/nrf24l01-lpcxx-c-library/"&gt;The code &lt;/A&gt;&lt;A href="http://http://www.ifrdesign.com/blog/2011/05/25/nrf24l01-lpcxx-c-library/"&gt;can be found here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is for LPC21xx, but I am using two&lt;/SPAN&gt;&lt;A href="http://http://luisdigital.com/tienda/product.php?id_product=7"&gt; LPC1111 development boards&lt;/A&gt;&lt;SPAN&gt;, with some modifications.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:42:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-nRF24L01/m-p/538335#M5959</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:42:10Z</dc:date>
    </item>
  </channel>
</rss>

