<?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>Add mesh model to group address</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91416/add-mesh-model-to-group-address</link><description>Hi Nordic Team 
 Starting Point: 
 Provisioning of dimming server is done with code from the PB Remote provisioner, working so far. 
 Publish of model to group is acived similar to the PB remote model print shows publishing of mesh telegram also working</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Sep 2022 06:46:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91416/add-mesh-model-to-group-address" /><item><title>RE: Add mesh model to group address</title><link>https://devzone.nordicsemi.com/thread/384489?ContentTypeID=1</link><pubDate>Mon, 05 Sep 2022 06:46:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26899e86-61ed-4205-85f7-3760b7706d9b</guid><dc:creator>Simsim</dc:creator><description>&lt;p&gt;Hi Terje&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Sorry for my late reply, ok i see what i did wrong.&lt;/p&gt;
&lt;p&gt;Are there plans to implement the Remote Provsioner Example properly in the SDK?&lt;/p&gt;
&lt;p&gt;Thanks for the Quick and helpful answer.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add mesh model to group address</title><link>https://devzone.nordicsemi.com/thread/383709?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2022 13:05:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a58ba3b-5048-4dbc-8d9a-f745bbb234cd</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In general, the config server is not used directly. All nodes have a config server (and are required to have one according to the specification,) but the way it works is it is initialized and then it receives configurations from a configuration client.&lt;/p&gt;
&lt;p&gt;Therefore, what you do for configuring a device, is use the configuration client (e.g. on the provisioner) in order to configure the device. For this you use the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fgroup__CONFIG__CLIENT.html"&gt;Configuration client API&lt;/a&gt; on the device performing the configuration (may or may not be the same device as the device being configured.)&lt;/p&gt;
&lt;p&gt;An example of configuration is found in the provisioning example, in node_setup.c, where the function config_step_execute() is a switchboard for calling configuration client API functions, either directly or through helper functions also found in node_setup.c.&lt;/p&gt;
&lt;p&gt;Direct access to dsm should not be needed for configuration. The uses of the dsm API functions in provisioner_helper.c and node_setup.c are for low-level operations such as self-provision (not configure) the provisioner, and retrieve the device key (which is needed for using the configuration model.) You may need to retrieve the device key, but apart from that you should not need to directly use dsm.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>