<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Development of Non-Arduino-Based Applications</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29540/development-of-non-arduino-based-applications</link><description>Hi. I&amp;#39;m new to both the nRF24L01+ and to this forum. 
 I&amp;#39;m intrigued by the prospect of using these amazing little transceivers as RF modems. Because I find elements of the device&amp;#39;s datasheet to be difficult to understand, I&amp;#39;ve been looking for tutorials</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 Jan 2018 08:26:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29540/development-of-non-arduino-based-applications" /><item><title>RE: Development of Non-Arduino-Based Applications</title><link>https://devzone.nordicsemi.com/thread/117443?ContentTypeID=1</link><pubDate>Fri, 19 Jan 2018 08:26:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df060c9c-2184-4a15-8d36-7fa828e65a43</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Welcome to the forum :)&lt;/p&gt;
&lt;p&gt;I would start by taking a look at the good old &lt;a href="https://www.nordicsemi.com/eng/nordic/download_resource/10634/11/42758036/1486"&gt;nAN24-12 application note&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This includes a pdf describing the various ShockBurst modes in the radio, and a code example (based on an ST 8051 MCU) showing how to use the nRF24L01+.&lt;/p&gt;
&lt;p&gt;The appnote assumes that you have the nRF24L01(+) development kit, but I think it is still valuable even if you don&amp;#39;t have it.&lt;/p&gt;
&lt;p&gt;Once you have read the PDF you can try to port the software examples to your MCU. The most important file is hal_nrf_l01.c, which provides a low level abstraction of the various configuration registers in the nRF24L01+.&lt;br /&gt;
You also need to provide an implementation of hal_nrf_xxx_hw.c, which is the SPI abstraction layer that you need to implement specifically for your SPI hardware.&lt;/p&gt;
&lt;p&gt;The radio_xx.c and application_xx.c files show you how you can use the low level HAL to access the radio and send/receive data.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;
Torbjørn Øvrebekk&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>