<?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>Possible to support ZigBee and proprietary RF concurrently?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61663/possible-to-support-zigbee-and-proprietary-rf-concurrently</link><description>Hi, we are developing a home automation product that needs to support ZigBee. However, at the same time I would like the devices to be able to work with a simple non-mesh RF protocol in case the customer does not have an existing ZigBee coordinator. Is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 28 May 2020 07:59:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61663/possible-to-support-zigbee-and-proprietary-rf-concurrently" /><item><title>RE: Possible to support ZigBee and proprietary RF concurrently?</title><link>https://devzone.nordicsemi.com/thread/252098?ContentTypeID=1</link><pubDate>Thu, 28 May 2020 07:59:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a0a3ea1-82a5-4cb6-adc9-46cd78524ce2</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I don&amp;#39;t see a reason&amp;nbsp;for having them running concurrently. Switching should also work without user interaction. You can leave the device running in Zigbee checking for ZC or ZR for, let&amp;#39;s say 30 seconds and then switch back to proprietary/RF4CE in the background. What important here is that if you need to have 2 protocols running at the same time or not. If not, then you are free to switch to any protocol you like after you checked that there is no current Zigbee network in the area.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;The challenge of having 2 networks running at the same time is that it requires timeslot mechanism to switch between protocols rapidly without interrupting the communication. It&amp;#39;s not supported natively in the ZBoss stack that we used in nRF5 SDK for Thread and Zigbee. There is support for timeslot API in Zephyr (NCS) project here:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrfxlib/blob/master/mpsl/include/mpsl_timeslot.h"&gt;https://github.com/nrfconnect/sdk-nrfxlib/blob/master/mpsl/include/mpsl_timeslot.h&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But we haven&amp;#39;t done any test on multiprotocol on that platform.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible to support ZigBee and proprietary RF concurrently?</title><link>https://devzone.nordicsemi.com/thread/252074?ContentTypeID=1</link><pubDate>Thu, 28 May 2020 06:38:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cdff63ce-e178-4337-92be-0f95f128cf8e</guid><dc:creator>whyeye</dc:creator><description>&lt;p&gt;The main point is that Zigbee requires at least another ZC or ZR to be operational. In the case that a customer does not already have a Zigbee network at home, I would like to give them the choice of using the product directly from a remote control. Dynamic multiprotocol would obviously be the best as it wouldn&amp;#39;t require the end user to do anything, but switched would be acceptable as well. In this case, I take it that it is only possible to implement multiprotocol on 802.15.4 based protocols?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible to support ZigBee and proprietary RF concurrently?</title><link>https://devzone.nordicsemi.com/thread/251726?ContentTypeID=1</link><pubDate>Tue, 26 May 2020 13:14:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b522b01a-2bbe-4b68-afe8-0cb9c87427fc</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Could you clarify that you want to do Zigbee and RF4CE at the same time or only switching between the protocols ?&amp;nbsp;&lt;br /&gt;You mentioned that the proprietary protocol is to be used if the customer doesn&amp;#39;t have Zigbee coordinator. Would that meant RF4CE won&amp;#39;t be used at the same time as Zigbee ?&lt;/p&gt;
&lt;p&gt;If you only need to switch between the protocol I don&amp;#39;t see a big issue here as both of them based on top of 802.15.4.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible to support ZigBee and proprietary RF concurrently?</title><link>https://devzone.nordicsemi.com/thread/251649?ContentTypeID=1</link><pubDate>Tue, 26 May 2020 09:11:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c326394-97a8-4404-9d2e-845d94b697fd</guid><dc:creator>whyeye</dc:creator><description>&lt;p&gt;Hi Hung,&lt;/p&gt;
&lt;p&gt;Thanks for your reply. We would like to avoid using both ZigBee and Bluetooth mainly due to the high licensing costs.&amp;nbsp;Is it possible to do dynamic multiprotocol with RF4CE? That might be another option for us.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible to support ZigBee and proprietary RF concurrently?</title><link>https://devzone.nordicsemi.com/thread/251631?ContentTypeID=1</link><pubDate>Tue, 26 May 2020 08:25:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6feb98c5-0879-45ea-908f-d582468f3b64</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Whyeye,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As suggested by Andrew, you can consider running Zigbee and Bluetooth Low Energy concurrently.&amp;nbsp;We have an example that work out of the box with this setup. You can have a look here:&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/zigbee_multi_examples.html?cp=7_3_3_8_4"&gt;https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/zigbee_multi_examples.html?cp=7_3_3_8_4&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;More detail about the dynamic multiprotocol can be found here:&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/ble_154_multiprotocol.html?cp=7_3_4_0"&gt;https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/ble_154_multiprotocol.html?cp=7_3_4_0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Do you have a requirement on a specific proprietary you need to use or BLE would be a good option ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible to support ZigBee and proprietary RF concurrently?</title><link>https://devzone.nordicsemi.com/thread/251122?ContentTypeID=1</link><pubDate>Thu, 21 May 2020 10:07:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f51ac41c-f2d8-4712-920b-216882527cc9</guid><dc:creator>whyeye</dc:creator><description>&lt;p&gt;Thanks. I did look at various documentation but it was a bit unclear as to whether one can do dynamic multiprotocol with ZIgBee and proprietary RF. It seems most of the examples are done with Bluetooth as one of the protocols. The compatibility table seems to suggest that it is possible but I haven&amp;#39;t been able to find any other information or examples.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possible to support ZigBee and proprietary RF concurrently?</title><link>https://devzone.nordicsemi.com/thread/251118?ContentTypeID=1</link><pubDate>Thu, 21 May 2020 09:17:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0e4226e-d8cf-4ba7-95a9-6866c199dbe5</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;&lt;a href="https://www.nordicsemi.com/Products/Low-power-short-range-wireless/Multiprotocol"&gt;https://www.nordicsemi.com/Products/Low-power-short-range-wireless/Multiprotocol&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/Products/Low-power-short-range-wireless/Multiprotocol-2_0"&gt;https://www.nordicsemi.com/Products/Low-power-short-range-wireless/Multiprotocol-2_0&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>