<?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>Using 802.15.4 API on nRF52833</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55991/using-802-15-4-api-on-nrf52833</link><description>Hello, 
 
 We would like to develop a wireless sensor network using the 802.15.4 stack in nRF SDK. 
 
 I wanted to know if it is possible to port the existing 802.15.4 example project for nRF52840 (wireless_uart) to nRF52833. Or is there any other way</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 15 Jan 2020 14:48:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55991/using-802-15-4-api-on-nrf52833" /><item><title>RE: Using 802.15.4 API on nRF52833</title><link>https://devzone.nordicsemi.com/thread/229245?ContentTypeID=1</link><pubDate>Wed, 15 Jan 2020 14:48:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a4232a6-0734-45d1-a081-e315730b8c72</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We have a sample application on the &lt;a href="https://github.com/NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver/wiki"&gt;nRF IEEE 802.15.4 radio driver Wiki&lt;/a&gt; on github, together with some more getting started information and sample integration of the driver with OpenThread or with Zephyr.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using 802.15.4 API on nRF52833</title><link>https://devzone.nordicsemi.com/thread/228284?ContentTypeID=1</link><pubDate>Thu, 09 Jan 2020 08:37:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1e9d2fc-3c48-4302-b11f-4cffcfa0a59f</guid><dc:creator>Canberk</dc:creator><description>&lt;p&gt;Is there any example project for the&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver"&gt;nRF IEEE 802.15.4 radio driver&lt;/a&gt;&amp;nbsp;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using 802.15.4 API on nRF52833</title><link>https://devzone.nordicsemi.com/thread/227723?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2020 14:54:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20b3a10c-cafb-4656-b62b-da52232d9cdd</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The 802.15.4 library in the nRF SDK is different from the nRF 802.15.4 radio driver on github, I will need to check with the developers for more information about 833 support on this one.&lt;/p&gt;
&lt;p&gt;But as far as I know the radio frontend of the 833 is very similar to 840 so you can always try to port the example to 840. You will need to change the board definition and board config, and also change the flash an RAM sizes. &lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using 802.15.4 API on nRF52833</title><link>https://devzone.nordicsemi.com/thread/227457?ContentTypeID=1</link><pubDate>Fri, 03 Jan 2020 15:07:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38a28d0c-16f9-423c-b636-5fbad4a80ed5</guid><dc:creator>Canberk</dc:creator><description>&lt;p&gt;The Zigbee implements features up to the application layer of the OSI model. We just need the PHY and MAC layers implemented. Also note that the IEEE 802.15.4 standard defines only these layers. What we need is basically the implementation of this standard.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is a 802.15.4 library named nRF_802_15_4_lib.a (or something like that) in the example project (wireless_uart) provided in the nRF SDK. The file is located inside the components folder as far as I remember. That library is exactly what we need but the SDK does not include the source files of it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using 802.15.4 API on nRF52833</title><link>https://devzone.nordicsemi.com/thread/227452?ContentTypeID=1</link><pubDate>Fri, 03 Jan 2020 14:46:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92219fca-f925-4d23-a153-bd1b0c473727</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Sorry I may have misunderstood your question. The nRF 802.15.4 radio driver provides the PHY layer implementation and is independent of the 802.15.4 MAC layer, so it allows the driver to use any IEEE 802.15.4 MAC based stacks as for example Thread, Zigbee etc. If you want to implement your own 802.15.4 stack this would be the starting point.&lt;/p&gt;
&lt;p&gt;But association mechanism, mlme_scan and other MAC features are not implemented there and will need to be implemented by you.&lt;/p&gt;
&lt;p&gt;If you are looking for a fully implemented 802.15.4 stack like Zigbee or Thread we also provide a &lt;a href="https://www.nordicsemi.com/Software-and-tools/Software/nRF5-SDK-for-Thread-and-Zigbee"&gt;nRF5 SDK for Thread &amp;amp; Zigbee&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using 802.15.4 API on nRF52833</title><link>https://devzone.nordicsemi.com/thread/227428?ContentTypeID=1</link><pubDate>Fri, 03 Jan 2020 13:38:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9c5d5b8-a96b-42d4-9b8a-92640708641b</guid><dc:creator>Canberk</dc:creator><description>&lt;p&gt;I don&amp;#39;t think the driver you provided is in accordance with the IEEE 802.15.4 standard.&lt;/p&gt;
&lt;p&gt;For instance; I couldn&amp;#39;t find any function that implements MLME-SCAN.request primitive in section 7.1.11.1.&amp;nbsp;How do I&amp;nbsp;find available PANs in the local area?&lt;/p&gt;
&lt;p&gt;I also could not find an association mechanism like the one described in the standard.&lt;/p&gt;
&lt;p&gt;Do I have to implement all these mechanisms myself or am I missing something?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using 802.15.4 API on nRF52833</title><link>https://devzone.nordicsemi.com/thread/227246?ContentTypeID=1</link><pubDate>Thu, 02 Jan 2020 13:30:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a711245-620b-4779-94af-7e7967cc68e8</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Take a&amp;nbsp; look at our &lt;a href="https://github.com/NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver"&gt;nRF IEEE 802.15.4 radio driver,&lt;/a&gt; which is available on Github on 3-clause BSD license and has already support for nRF52833 included.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>