<?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>How to use the provisioner to configure provisionee?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37221/how-to-use-the-provisioner-to-configure-provisionee</link><description>Hi, 
 I&amp;#39;m trying to test the BLE Mesh example. I want to prove that whether the feature of Relay is able to work or not. So, I use the functionality of heartbeat publishing to test it. At first, the first provisioning is finished, the provisionee begins</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Aug 2018 12:07:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37221/how-to-use-the-provisioner-to-configure-provisionee" /><item><title>RE: How to use the provisioner to configure provisionee?</title><link>https://devzone.nordicsemi.com/thread/145116?ContentTypeID=1</link><pubDate>Tue, 21 Aug 2018 12:07:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6620e6ee-d9b4-4b10-b2b6-0626074cbcf3</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Great to hear! Thanks for posting your solution! That way, other developers who ran into the same problem will hopefully be able to find a solution quicker!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the provisioner to configure provisionee?</title><link>https://devzone.nordicsemi.com/thread/145054?ContentTypeID=1</link><pubDate>Tue, 21 Aug 2018 08:37:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:893076f7-4ce2-44f4-9191-2696f45366bf</guid><dc:creator>Unia Kuo</dc:creator><description>&lt;p&gt;With regard to this problem, I&amp;#39;ve found that there are three steps are necessary.&lt;/p&gt;
&lt;p&gt;1. Reconfigure the handle of device and address according to the specific address for communicating with provisionee.&lt;/p&gt;
&lt;p&gt;node_addr.value = uni_addr;&lt;br /&gt; node_addr.type = NRF_MESH_ADDRESS_TYPE_UNICAST;&lt;br /&gt; ERROR_CHECK(dsm_address_handle_get(&amp;amp;node_addr, &amp;amp;addr_hdl));&lt;br /&gt; ERROR_CHECK(dsm_devkey_handle_get(uni_addr, &amp;amp;dvc_hdl));&lt;br /&gt; ERROR_CHECK(config_client_server_set(dvc_hdl, addr_hdl));&lt;/p&gt;
&lt;p&gt;2.Refer to the following codes locate at node_setup.c to enable the functionality of heartbeat publication.&lt;/p&gt;
&lt;p&gt;pubstate.model_id.company_id = ACCESS_COMPANY_ID_NONE;&lt;br /&gt; pubstate.model_id.model_id = HEALTH_SERVER_MODEL_ID;&lt;br /&gt; retry_on_fail(config_client_model_publication_set(&amp;amp;pubstate));&lt;/p&gt;
&lt;p&gt;3.Send the command &amp;quot;config_client_relay_set&amp;quot; to enable or disable the functionality of relay.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the provisioner to configure provisionee?</title><link>https://devzone.nordicsemi.com/thread/144542?ContentTypeID=1</link><pubDate>Thu, 16 Aug 2018 13:01:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:793e0aca-4e5e-4a35-8d01-dcd185749987</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;What was the solution to your problem?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the provisioner to configure provisionee?</title><link>https://devzone.nordicsemi.com/thread/144245?ContentTypeID=1</link><pubDate>Wed, 15 Aug 2018 01:17:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0abe0d9-858c-4839-b387-580064274034</guid><dc:creator>Unia Kuo</dc:creator><description>&lt;p&gt;The problem was solved. Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the provisioner to configure provisionee?</title><link>https://devzone.nordicsemi.com/thread/143537?ContentTypeID=1</link><pubDate>Thu, 09 Aug 2018 10:49:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffd8952f-bb0c-404e-ac38-e23656a724a1</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Are you using the latest mesh sdk v2.1.1? You mention the &amp;quot;BLE Mesh example&amp;quot;. Are you referring to the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v2.1.1/md_examples_light_switch_README.html?cp=4_1_0_4_0"&gt;light switch example&lt;/a&gt;? The relay functionality is turned on by default in this example (take a look at the m_relay_enable boolean the network_init() function in network.c). I would also recommending taking a look at the should_relay() function in network.c.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you mean heartbeat or are you referring to the health model?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>