<?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>BLE Central &amp;amp; Mesh Coexistence</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78998/ble-central-mesh-coexistence</link><description>Dear Nordic, 
 I&amp;#39;ve integrated a BLE central device with an existing BLE mesh product to create a device that would scan &amp;amp; pair with a monitoring device, collect the data, and then transmit that data across the mesh. I&amp;#39;ve followed the coexistence guidelines</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 07 Sep 2021 16:52:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78998/ble-central-mesh-coexistence" /><item><title>RE: BLE Central &amp; Mesh Coexistence</title><link>https://devzone.nordicsemi.com/thread/328456?ContentTypeID=1</link><pubDate>Tue, 07 Sep 2021 16:52:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:776e1b9b-c3c5-4a58-862e-f9968ce94757</guid><dc:creator>jkaye-du</dc:creator><description>&lt;p&gt;Hi Terje,&lt;/p&gt;
&lt;p&gt;Thank you for your response and I apologize for my late reply -- was out enjoying the August sun away from my desk. I did sort out the coexistence issues that I was having.&lt;/p&gt;
&lt;p&gt;Thanks again,&lt;/p&gt;
&lt;p&gt;-John&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Central &amp; Mesh Coexistence</title><link>https://devzone.nordicsemi.com/thread/327122?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 07:53:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79368002-d626-4d80-ac0b-e5883e39249c</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Since it is an existing product, I assume that it is built on nRF5 SDK and nRF5 SDK for Mesh, and not nRF Connect SDK. You can combine Bluetooth mesh and BLE based on both SDKs, but the approach is a bit different.&lt;/p&gt;
&lt;p&gt;Combining Bluetooth mesh and BLE does need some consideration, since both need access to the same radio. This will be a constraint regardless of which protocols you combine, but for Bluetooth mesh and BLE one advantage is that since they both use the same type of advertising packet, combining Bluetooth mesh with a BLE scanner comes with virtually no overhead. When combining with BLE connections, on the other hand, time spent for the connections will impact the mesh performance.&lt;/p&gt;
&lt;p&gt;For optimal Bluetooth mesh operation, the mesh stack needs access to the radio as much of the time as possible. This is because incoming mesh packets over the advertiser bearer may come in at any time. The larger the fraction of time used in RX, the higher chance of packet reception. When a node is spending less time in RX, you may experience that you need to configure the other nodes in the network to a higher retransmission count, to compensate.&lt;/p&gt;
&lt;p&gt;On the BLE side you can increase the connection interval and slave latency for the connection, in order to use less radio time for BLE. Also, a high supervision timeout will allow for more connection events to be lost without losing the connection.&lt;/p&gt;
&lt;p&gt;For an example of Bluetooth mesh combined with a BLE connection, see the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_examples_sdk_coexist_ble_app_uart_coexist_README.html"&gt;SDK UART coexistence example&lt;/a&gt;. While we do not have an nRF5 SDK for Mesh example of coexistence with a BLE central, that example has a BLE peripheral which for the purposes of Bluetooth mesh coexistence with BLE is very similar. The main difference is that with central you are in control of the connection parameters, so you are in a better position to choose parameters that puts a smaller burden on the mesh communication.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>