<?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>Directly Making Use of IEEE 802.15.4 in Application</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/72668/directly-making-use-of-ieee-802-15-4-in-application</link><description>Hi all, 
 I need to directly develop my application on top if IEEE 802.15.4 MAC layer. Could you please inform me of any sample application available under Zephyr that directly makes use of IEEE 802.15.4? Second, if you could also suggest any pointer</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 Mar 2021 13:48:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/72668/directly-making-use-of-ieee-802-15-4-in-application" /><item><title>RE: Directly Making Use of IEEE 802.15.4 in Application</title><link>https://devzone.nordicsemi.com/thread/299814?ContentTypeID=1</link><pubDate>Mon, 15 Mar 2021 13:48:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0637ad39-5e67-44ae-926d-87dd6b5a46a2</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure if there are any examples that uses the 802.15.4 MAC directly, most samples seems to use 6loWPAN and sockets. These are the Zephyr samples that I can find that supports 802.15.4:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/net/wpan_serial/README.html"&gt;802.15.4 “serial-radio” sample&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/net/wpanusb/README.html"&gt;wpanusb sample&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/net/sockets/echo_server/README.html"&gt;Socket Echo Server&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/net/sockets/echo_client/README.html"&gt;Socket Echo Client&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/networking/qemu_802154_setup.html?highlight=802%2015%204"&gt;Networking with QEMU and IEEE 802.15.4&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/mgmt/updatehub/README.html?highlight=802%2015%204"&gt;UpdateHub embedded Firmware Over-The-Air (FOTA) sample&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/boards/nrf/ieee802154/802154_rpmsg/README.html?highlight=802%2015%204"&gt;nRF IEEE 802.15.4: Serialization RPMsg&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Could you use the&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/networking/net_l2.html"&gt;L2 Layer Management&lt;/a&gt;&amp;nbsp;to access the&amp;nbsp;&lt;span&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/networking/ieee802154.html#ieee802154-interface"&gt;IEEE 802.15.4 Soft-MAC&lt;/a&gt;&amp;nbsp;through sockets in your application? If not, I think you need to read the API documentation to implement the required function calls yourself.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>