<?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>How about the BLE and Zigbee dual protocol solution?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/70191/how-about-the-ble-and-zigbee-dual-protocol-solution</link><description>Dear all and Nordic Staff: 
 Thanks for your support as usual. 
 I have a new application project with BLE and Zigbee dual stack protocol for industry market. 
 May you suggest the chip item and the SDK example for this project? 
 I had studied the SDK</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Jan 2021 01:02:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/70191/how-about-the-ble-and-zigbee-dual-protocol-solution" /><item><title>RE: How about the BLE and Zigbee dual protocol solution?</title><link>https://devzone.nordicsemi.com/thread/288062?ContentTypeID=1</link><pubDate>Fri, 08 Jan 2021 01:02:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7edc3f4f-5b58-4155-858e-6dab88c5cb11</guid><dc:creator>Henry_Chou</dc:creator><description>&lt;p&gt;Hi! Marte:&lt;/p&gt;
&lt;p&gt;Have a nice day! Thanks for answer.&lt;/p&gt;
&lt;p&gt;I will study it.&lt;/p&gt;
&lt;p&gt;Firstly, we will delicate in nRF52840.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How about the BLE and Zigbee dual protocol solution?</title><link>https://devzone.nordicsemi.com/thread/287958?ContentTypeID=1</link><pubDate>Thu, 07 Jan 2021 12:59:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8442f2da-54f4-42d3-be4c-f639fcccb76d</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The supported boards for Zigbee, which can be found&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/thread_zigbee__intro.html"&gt;here&lt;/a&gt;, are:&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th colspan="1" rowspan="1"&gt;SoCs&lt;/th&gt;
&lt;th colspan="1" rowspan="1"&gt;Boards&lt;/th&gt;
&lt;th colspan="1" rowspan="1"&gt;SoftDevices&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="1" rowspan="1"&gt;nRF52840_xxAA&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;PCA10056&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;S140 v7.0.1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="1" rowspan="1"&gt;nRF52840_xxAA&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;PCA10059&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;S140 v7.0.1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="1" rowspan="1"&gt;nRF52840_xxAA&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;PCA10112&lt;br clear="none" /&gt;(&lt;a href="https://infocenter.nordicsemi.com/topic/struct_fem/struct/nrf21540.html" rel="noopener noreferrer" target="_blank"&gt;nRF21540&lt;/a&gt;)&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="1" rowspan="1"&gt;nRF52833_xxAA&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;PCA10100&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;S140 v7.0.1&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;
[quote user=""]\nRF5_SDK_17.0.2_d674dde\examples\802_15_4\wireless_uart&amp;nbsp;[/quote]
&lt;p&gt;&amp;nbsp;The wireless_uart example is not a Zigbee example, but an IEEE 802.15.4 example, which is not the same. Zigbee is built upon&amp;nbsp;&lt;span&gt;IEEE 802.15.4, specifically the PHY (physical) layer and the MAC (media access control) layer, but in addition to this, Zigbee has several layers on top of these two (network layer, application support sublayer, application framework, and Zigbee Device Objects). If you want to work with a Zigbee example, you should take a look at the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/struct_sdk/struct/sdk_thread_zigbee_latest.html"&gt;nRF5 SDK for Thread and Zigbee&lt;/a&gt;. Please note that the latest version of this SDK (v4.1.0) is based on nRF5 SDK v16.0.0, and not v17.0.2.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you want multiprotocol support (Zigbee and BLE), there&amp;#39;s examples for this in the Zigbee SDK, which can be found&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/zigbee_multi_examples.html"&gt;here&lt;/a&gt;. Multiprotocol with Zigbee is done using&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/ble_154_multiprotocol.html?cp=7_3_4_0_1#ble_154_multiprotocol_dynamic"&gt;dynamic multiprotocol&lt;/a&gt;, where the radio hardware is time-sliced between the protocols. If you have a BLE example you want to add dynamic multiprotocol Zigbee support to, there&amp;#39;s a guide for this&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/zigbee_multiprotocol_ble_howto.html"&gt;here&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Marte&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>