<?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>Interactive PyACI won&amp;#39;t find my unprovisioned device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/67679/interactive-pyaci-won-t-find-my-unprovisioned-device</link><description>Hello, 
 I&amp;#39;m trying to use the Interactive PyACI script as a provisioner for my custom nrf Mesh projetct, but it won&amp;#39;t find my unprovisioned device. 
 Using another dev board with the Light Switch example, the PyACI receives a successful UnprovDevice</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 29 Oct 2020 19:25:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/67679/interactive-pyaci-won-t-find-my-unprovisioned-device" /><item><title>RE: Interactive PyACI won't find my unprovisioned device</title><link>https://devzone.nordicsemi.com/thread/277679?ContentTypeID=1</link><pubDate>Thu, 29 Oct 2020 19:25:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a98ea774-23e2-4f8e-8045-3895eba42e7e</guid><dc:creator>Renato Freitas</dc:creator><description>&lt;p&gt;Sorry for not mentioning the LPN part. Enabling MESH_FEATURE_PB_ADV_ENABLED seems to solve the problem, now I&amp;#39;m able to use PyACI successfully.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you very much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interactive PyACI won't find my unprovisioned device</title><link>https://devzone.nordicsemi.com/thread/277557?ContentTypeID=1</link><pubDate>Thu, 29 Oct 2020 09:52:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a571fd78-2588-4b73-b237-31b76f3a7e16</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;You could have mentioned about &amp;quot;Mesh LPN&amp;quot;&amp;nbsp;&amp;nbsp;in your question. The Mesh LPN firmware by default doesn&amp;#39;t support PBADV provisioning. You can find that in the documentation &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v4.2.0/md_examples_lpn_README.html?cp=7_2_3_9"&gt;here&lt;/a&gt;&amp;nbsp;at&amp;nbsp;Provisioning and configuration section.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;To enable PBADV you need to set&amp;nbsp;MESH_FEATURE_PB_ADV_ENABLED to 1 in nrf_mesh_config_app.h . I haven&amp;#39;t tried myself if it works though.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interactive PyACI won't find my unprovisioned device</title><link>https://devzone.nordicsemi.com/thread/277484?ContentTypeID=1</link><pubDate>Wed, 28 Oct 2020 20:52:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4b26fe3-4fc4-4d47-bf87-4f55c364f156</guid><dc:creator>Renato Freitas</dc:creator><description>&lt;p&gt;Hi Hung, thanks for the fast reply.&lt;/p&gt;
&lt;p&gt;I liked your idea of flashing my firmware on a dev board, but considering that my device has a lot of peripherals configurations, it would be time consuming removing those routines just to test the Mesh part. So what I did was the opposite: flashed my device with a nRF5x Mesh LPN Switch example (which my code is based of), and it still doesn&amp;#39;t show only on the PyACI terminal, but I can see it using both the nRF Mesh and nRFConnect phone apps.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I followed your advice of using the NRFConnect app to sniff BLE packets and noticed that the only difference between packets from the dev board with the nRF5x Mesh Light example and my device is the adv interval:&lt;br /&gt;&lt;br /&gt;&lt;a href="https://ibb.co/Yf0Fbw9"&gt;https://ibb.co/Yf0Fbw9&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://ibb.co/CsNcYP0"&gt;https://ibb.co/CsNcYP0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Maybe the PyACI doesn&amp;#39;t recognize the first one because of the large time interval?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interactive PyACI won't find my unprovisioned device</title><link>https://devzone.nordicsemi.com/thread/277396?ContentTypeID=1</link><pubDate>Wed, 28 Oct 2020 13:21:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e808db8-866c-4550-b880-af306bf5741e</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Renato,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s hard to tell what could be wrong.&amp;nbsp;&lt;br /&gt;But if you try your same firmware (with Generic Level Client) on the other dev board, can you find it with PyACI ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Another thing you can try is to turn off&amp;nbsp;MESH_FEATURE_PB_GATT_ENABLED in nrf_mesh_config_app.h this will disable PBGATT provisioning via GATT and only allow PB ADV provisioning. Then you can use the NRFConnect app on the phone to try scanning if you can catch the advertising packet with Beacon type 0x00 Like what shown here::&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/521x582/__key/communityserver-discussions-components-files/4/6064.pastedimage1603891297708v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>