<?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 ADV and regular BLE stack combination use case</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58804/mesh-adv-and-regular-ble-stack-combination-use-case</link><description>Hi, 
 
 We thought to have a setup like this 
 
 1&amp;lt;--&amp;gt;2&amp;lt;--&amp;gt;3 
 
 1 is MESH ADV device with some mesh model 
 2 is MESH ADV + regular BLE stack support 
 3 is Gateway with only regular BLE stack support with no piece of MESH software 
 
 2 can receive</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 15 Apr 2020 12:31:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58804/mesh-adv-and-regular-ble-stack-combination-use-case" /><item><title>RE: Mesh ADV and regular BLE stack combination use case</title><link>https://devzone.nordicsemi.com/thread/244720?ContentTypeID=1</link><pubDate>Wed, 15 Apr 2020 12:31:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:301f0396-f019-454b-89b5-70f0b2ffa6f8</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;You can take a look at the Light switch examples in the Mesh SDK. The light switch examples supports provisioning over the GATT bearer.&lt;/p&gt;
&lt;p&gt;Regards, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh ADV and regular BLE stack combination use case</title><link>https://devzone.nordicsemi.com/thread/244359?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2020 08:55:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32954bf6-d45d-45af-92f2-f5880c301ff4</guid><dc:creator>Sridhar Jonnavittula</dc:creator><description>&lt;p&gt;Ok I will try that.&lt;/p&gt;
&lt;p&gt;But meanwhile can you please tell me what are the changes to be done in&amp;nbsp;&lt;span&gt;sdk coexist example to provision over GATT bearer.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh ADV and regular BLE stack combination use case</title><link>https://devzone.nordicsemi.com/thread/244349?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2020 08:22:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a1be101-e4b1-43fa-b678-7248616d6238</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hard to say what is wrong, as I don&amp;#39;t have any information about what changes you have made to the code.&lt;/p&gt;
&lt;p&gt;Maybe you could try to debug your application while trying to provision, to see&amp;nbsp; where it is hanging?&lt;/p&gt;
&lt;p&gt;Best regards, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh ADV and regular BLE stack combination use case</title><link>https://devzone.nordicsemi.com/thread/243508?ContentTypeID=1</link><pubDate>Sun, 05 Apr 2020 13:46:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:673a5233-aa0a-4f8d-82e1-b7954703a4d5</guid><dc:creator>Sridhar Jonnavittula</dc:creator><description>&lt;p&gt;Hi Team,&lt;/p&gt;
&lt;p&gt;Can you please provide update on this?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh ADV and regular BLE stack combination use case</title><link>https://devzone.nordicsemi.com/thread/241990?ContentTypeID=1</link><pubDate>Fri, 27 Mar 2020 06:22:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32d856e3-278a-4f0b-bd8d-37cc4762e0c7</guid><dc:creator>Sridhar Jonnavittula</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In sdk coexist example I tried adding provision over GATT bearer support instead of ADV bearer. After changing code when I try to provision using nRF Mesh Android app, app is hanging after print &amp;quot;&lt;strong&gt;-&amp;gt; Sending provisioning public key...&lt;/strong&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;What may cause this issue?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh ADV and regular BLE stack combination use case</title><link>https://devzone.nordicsemi.com/thread/239071?ContentTypeID=1</link><pubDate>Tue, 10 Mar 2020 11:10:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:007097dc-e531-4ea8-aaab-7eb03a72cd11</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;This should be possible. I think that using the proxy feature might be the easiest way to solve this, but it isn&amp;#39;t necessary to use it.&lt;/p&gt;
&lt;p&gt;You can take a look at the co-exist examples in our nRF5 SDK for Mesh for an example on how you can integrate the nRF5 SDK for Mesh functionalities with a standard BLE project from the nRF5 SDK. &lt;br /&gt;&lt;span&gt;&lt;a title="Coexistence examples" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v4.0.0/md_examples_sdk_coexist_README.html?cp=7_2_3_5"&gt;Coexistence examples&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best regards, &lt;br /&gt;Joakim Jakobsen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>