<?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>Limitations of running concurrent multi-protocol application</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/72856/limitations-of-running-concurrent-multi-protocol-application</link><description>Hello Nordic support, 
 In case of using concurrent multi-protocol (BLE + ZigBee or BLE + Thread using time-sliced mode) on Nordic devices (especially nrf52840), are there any limitations on the amount of BLE tasks and the 2nd protocol tasks that can</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 16 Mar 2021 10:51:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/72856/limitations-of-running-concurrent-multi-protocol-application" /><item><title>RE: Limitations of running concurrent multi-protocol application</title><link>https://devzone.nordicsemi.com/thread/300073?ContentTypeID=1</link><pubDate>Tue, 16 Mar 2021 10:51:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:372bff68-19dd-4296-9750-aac0f7d747ef</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Since there is only one radio available, the dynamic multiprotocol solution will use time-slicing of the radio to share the resources between the protocols. BLE will not be affected by running a dynamic multiprotocol solution, as the Softdevice will always get the highest priority to handle timing-critical tasks. BLE have much stricter timing requirements than Thread/Zigbee does, so BLE/softdevice will get the time it requires, while the rest of the radio time is allowed for the other protocol through the timeslot API.&lt;/p&gt;
&lt;p&gt;With high BLE activity, the performance on Thread/Zigbee will be reduced quite a lot, see some examples in&amp;nbsp;&lt;a title="Dynamic multiprotocol performance" href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/ble_154_multiprotocol.html?cp=7_3_4_0_1_0#ble_154_multiprotocol_performance"&gt;Dynamic multiprotocol performance&lt;/a&gt;.&amp;nbsp;This may cause problems in certain roles, as routers may miss packets that should be relayed (causing retransmissions and delays), or coordinators/leaders being prevented from commission new devices.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We do have an example showing &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/thread_multi_dynamic_mtd_ble_scanner_example.html"&gt;BLE scanning + Thread SED role&lt;/a&gt;, where BLE activity is quite high, but here the Thread portion is reduced to Sleepy End Device to reduce packet loss in Thread protocol. You are not limited to any specific BLE configuration in the multiprotocol solution, but you need to make sure that the load on each protocol is balanced to reduce the probability of the Thread/Zigbee protocol suffering from radio-time starvation, preventing it from handling its tasks.&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>