<?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>Differentiate devices on a BLE Mesh unprovisioned status - NRF5340DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/77551/differentiate-devices-on-a-ble-mesh-unprovisioned-status---nrf5340dk</link><description>Hello, 
 I&amp;#39;m currently starting to develop with the Nordic nRF5340dk and trying to build a mesh network but i&amp;#39;m having some trouble on the examples to understand and buld my own. I see in the instructions that the UUID is generated by the board itself</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 19 Jul 2021 15:41:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/77551/differentiate-devices-on-a-ble-mesh-unprovisioned-status---nrf5340dk" /><item><title>RE: Differentiate devices on a BLE Mesh unprovisioned status - NRF5340DK</title><link>https://devzone.nordicsemi.com/thread/320769?ContentTypeID=1</link><pubDate>Mon, 19 Jul 2021 15:41:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73836154-c224-47d0-aedf-51da956d676a</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I did this:&amp;nbsp;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1626709043267v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;And I can see the UUID changed with 0xAAAA:&amp;nbsp;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1626709277931v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Differentiate devices on a BLE Mesh unprovisioned status - NRF5340DK</title><link>https://devzone.nordicsemi.com/thread/320654?ContentTypeID=1</link><pubDate>Mon, 19 Jul 2021 10:14:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08c722ce-185d-4530-9d48-e378506533fb</guid><dc:creator>DavidAbreu99</dc:creator><description>&lt;p&gt;Hello, yes i have looked into bt_mesh_dk_prov_init() and i modified the dev_uuid[] however the uuid doesn&amp;#39;t seem to change. Can you give me an example on how to do this?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Differentiate devices on a BLE Mesh unprovisioned status - NRF5340DK</title><link>https://devzone.nordicsemi.com/thread/320634?ContentTypeID=1</link><pubDate>Mon, 19 Jul 2021 08:59:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ca09510-ac4f-4c38-a6e3-0ea3464a1d7c</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi David, &lt;br /&gt;I&amp;#39;m not sure what you mean. Have you looked into&amp;nbsp;&lt;span&gt;bt_mesh_dk_prov_init() ? You can modify the&amp;nbsp;dev_uuid[] array to add your own static bits. Just avoid byte 6 and byte 8.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Differentiate devices on a BLE Mesh unprovisioned status - NRF5340DK</title><link>https://devzone.nordicsemi.com/thread/320491?ContentTypeID=1</link><pubDate>Fri, 16 Jul 2021 15:13:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af97c115-2377-4c1f-abc6-2c3a0bb0e78d</guid><dc:creator>DavidAbreu99</dc:creator><description>&lt;p&gt;Thank you for the response, is there any example that i can use to see this procedure?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Differentiate devices on a BLE Mesh unprovisioned status - NRF5340DK</title><link>https://devzone.nordicsemi.com/thread/320488?ContentTypeID=1</link><pubDate>Fri, 16 Jul 2021 14:55:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d6e4e72-a3c0-42b5-a5dd-ee0a250ecd66</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi David,&amp;nbsp;&lt;br /&gt;I assume you have looked in to the&amp;nbsp;bt_mesh_dk_prov_init() in dk_prov.c.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is some requirement on the UUID:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt; Where the 4 most significant bits of time_hi_and_version shall be
	 * 0b0010 and the 2 most significant bits of clk_seq_hi_res shall be
	 * 0b10. The remaining fields have no required values&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;So you are free to choose the value of the UUID except for the time_hi_and_version and&amp;nbsp;clk_seq_hi_res &amp;#39;s bits. You are free to mix between static value and the auto generated bit or the hardware device ID&lt;/p&gt;
&lt;p&gt;Note that after being provisioned the device will no longer advertise as unprovisioned beacon.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>