<?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>802.15.4 PHY Layer example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42830/802-15-4-phy-layer-example</link><description>Hi, 
 I could not find any example of the 802.15.4 stack API that talks directly to the PHY Layer, by means of PD-SAP and PLME-SAP, as shown in this picture: 
 https://github.com/NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver/wiki/Overview 
 My goal</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 23 Jan 2019 09:50:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42830/802-15-4-phy-layer-example" /><item><title>RE: 802.15.4 PHY Layer example</title><link>https://devzone.nordicsemi.com/thread/167306?ContentTypeID=1</link><pubDate>Wed, 23 Jan 2019 09:50:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7623eb11-6573-4c5f-897c-e5ed25291e28</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In that case where you want full flexibility, you have to use the RADIO peripheral directly. We do not have any examples that demonstrate it, but you should find most of the relevant information in the &lt;a href="https://www.nordicsemi.com/DocLib/Content/Product_Spec/nRF52840/latest/radio?579#concept_lhd_ygj_4r"&gt;RADIO chapter in the product specification&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 802.15.4 PHY Layer example</title><link>https://devzone.nordicsemi.com/thread/167197?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 18:50:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd28f355-b9fe-4170-a709-5ff43f4121dd</guid><dc:creator>RedNodeLabs</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I think, using the 802.15.4 MAC library you provide precompiled, there is no way to send raw data in a frame. I mean: without including a&amp;nbsp;MAC header, MAC sequence number and addresses. Is that right?&lt;/p&gt;
&lt;p&gt;I was also trying to send a 802.15.4 MAC frame, with no destination and source address&amp;nbsp;(address mode = MAC_ADDR_NONE) and the transaction is not carried out.&lt;/p&gt;
&lt;p&gt;How can I send/receive raw data with 802.15.4&amp;nbsp;PHY frames? or what is the best way?&lt;/p&gt;
&lt;p&gt;Thank you for your support.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 802.15.4 PHY Layer example</title><link>https://devzone.nordicsemi.com/thread/167122?ContentTypeID=1</link><pubDate>Tue, 22 Jan 2019 13:52:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fea3a1e7-7f3d-426c-9cd8-a10aa24c8552</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The lowest level example in the SDK is the &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/wireless_uart_15_4"&gt;Wireless UART Example&lt;/a&gt;, which uses the &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/lib_802_15_4"&gt;IEEE 802.15.4 MAC library&lt;/a&gt;. This includes the types you refer to, which are in the &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/group__phy__data"&gt;PHY Data API&lt;/a&gt;. The higher-level libraries in the SDK are precompiled, so there is no example demonstrating its use. Note that the MAC library supports all features in&amp;nbsp;IEEE 802.15.4, so there should not be any need to go further down regardless of what you are making.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>