<?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>Mesh SDK Coexistence apps and provisioning</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50842/mesh-sdk-coexistence-apps-and-provisioning</link><description>My question is basic. I&amp;#39;m using Mesh SDK 3.2.0 and tried running both of the coexistence apps (ble_app_uart and ble_app_proximity) out of the box on the nRF52832 DK. Of course I followed the instructions and copied the example project folders from the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 15 Aug 2019 13:39:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50842/mesh-sdk-coexistence-apps-and-provisioning" /><item><title>RE: Mesh SDK Coexistence apps and provisioning</title><link>https://devzone.nordicsemi.com/thread/204330?ContentTypeID=1</link><pubDate>Thu, 15 Aug 2019 13:39:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e9c6cee-ac28-48a0-99d1-617ea43462ed</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Hi Rich,&lt;/p&gt;
&lt;p&gt;Sorry about that. I double checked with an engineer &amp;amp; he said it is not possible to do proxy &amp;amp; then normal BLE. Therefore, you cannot provision via the nRF Mesh app.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Bjorn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh SDK Coexistence apps and provisioning</title><link>https://devzone.nordicsemi.com/thread/203883?ContentTypeID=1</link><pubDate>Tue, 13 Aug 2019 14:39:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a3a810f-9434-4bae-8518-e0463561c428</guid><dc:creator>rich_l</dc:creator><description>&lt;p&gt;Bjorn,&lt;/p&gt;
&lt;p&gt;I set MESH_FEATURE_PB_GATT_ENABLED as you suggested and had to add a few missing files to get the project to build.&amp;nbsp; Now I am getting the runtime error NRF_ERROR_INVALID_STATE in mesh_adv_data_set() line 135 when sd_ble_gap_adv_set_configure() is called so I think there is a conflict with setting up advertising for the BLE peripheral connection and advertising for the mesh proxy.&amp;nbsp; Any ideas?&amp;nbsp; Is it even possible for a mesh node to advertise as a standard BLE peripheral and at the same time be recognizable by the nRF Mesh app for provisioning and configuration?&lt;/p&gt;
&lt;p&gt;Rich&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh SDK Coexistence apps and provisioning</title><link>https://devzone.nordicsemi.com/thread/203836?ContentTypeID=1</link><pubDate>Tue, 13 Aug 2019 13:15:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:924929e6-98b5-47b6-8a1b-8d17b09e4363</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Hi Rich,&lt;/p&gt;
&lt;p&gt;It seems that the proxy functionality has not been implemented in this example. However, you should be able to add this by setting the define&amp;nbsp;MESH_FEATURE_PB_GATT_ENABLED equal to 1 instead of 0 in nrf_mesh_config_prov.h.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Bjorn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh SDK Coexistence apps and provisioning</title><link>https://devzone.nordicsemi.com/thread/203593?ContentTypeID=1</link><pubDate>Mon, 12 Aug 2019 12:45:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f1a4180-a5a1-4875-a53c-1605eb726db2</guid><dc:creator>rich_l</dc:creator><description>&lt;p&gt;Hi Bjorn,&lt;/p&gt;
&lt;p&gt;I am trying both of the coexistence examples (ble_app_uart and ble_app_proximity) unmodified, running on the nRF5 DK.&amp;nbsp; The BLE advertising interval is set to 500ms.&amp;nbsp; I have also read the documentation you sent in the link.&amp;nbsp; The issue is that neither example show up in nRF Mesh app as an unprovisioned node.&amp;nbsp; So the question is - can nRF Mesh be used to provision the coexistence examples?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Rich&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh SDK Coexistence apps and provisioning</title><link>https://devzone.nordicsemi.com/thread/203492?ContentTypeID=1</link><pubDate>Mon, 12 Aug 2019 07:46:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31ef381a-e568-4a90-b58f-262bd8fe2180</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Hi Rich,&lt;/p&gt;
&lt;p&gt;What connection interval settings are you using for the BLE portion of the app? If you have not taken a look at &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v3.2.0/md_doc_getting_started_how_to_nordicSDK.html?cp=5_2_1_7"&gt;this documentation&lt;/a&gt; yet, it could also be helpful.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Bjorn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>