<?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>nRF Mesh Client URI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43040/nrf-mesh-client-uri</link><description>Development Software: 
 nRF5 SDK for Mesh v3.1.0 
 SEGGER Embedded Studio for ARM v3.50 
 SoftDevice S140 v6.1.0 
 
 Computer Platform: 
 Windows 10 Professional 
 
 Hardware: 
 Two nRF52840 DK&amp;#39;s 
 
 What I&amp;#39;m trying to do: 
 I&amp;#39;ve read this part of the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 29 Jan 2019 12:18:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43040/nrf-mesh-client-uri" /><item><title>RE: nRF Mesh Client URI</title><link>https://devzone.nordicsemi.com/thread/168439?ContentTypeID=1</link><pubDate>Tue, 29 Jan 2019 12:18:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1bc29f1-561e-419f-bcee-2597dba9c67c</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hello.&lt;/p&gt;
&lt;p&gt;If you take a look at the Release Notes for nRF5 SDK for Mesh, one of the changes is that we have implemented the URI Hash usage in this version of the SDK.&lt;br /&gt;All examples will now advertise the URI Hash in the unprovisioned device beacon, and the static provisioner example uses this URI hash during the provisioning process.&lt;/p&gt;
&lt;p&gt;If&amp;nbsp; you take a look at the Light Switch Client, in the main.c at line 251;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;mesh_provisionee_start_params_t prov_start_params =
{
    .p_static_data    = static_auth_data,
    .prov_complete_cb = provisioning_complete_cb,
    .prov_device_identification_start_cb = device_identification_start_cb,
    .prov_device_identification_stop_cb = NULL,
    .prov_abort_cb = provisioning_aborted_cb,
    .p_device_uri = EX_URI_LS_CLIENT
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The device URI, EX_URI_LS_CLIENT is assigned.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The Uniform Resource Identifiers&amp;nbsp; for the examples can found in example_common.h&lt;br /&gt;Quote;&lt;br /&gt;&amp;nbsp;* @note Replace the example URI strings with the desired URIs for the end products. The URI strings&lt;br /&gt;&amp;nbsp;* should be coded as specified in the Bluetooth Core Specification Supplement v6, section 1.18.&lt;/p&gt;
&lt;p&gt;&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></channel></rss>