<?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>Mesh : erase server information and sto</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38618/mesh-erase-server-information-and-sto</link><description>Hi, 
 I&amp;#39;m using nRF52840 with mesh 2.0.0 and started from the light switch example to build my own application. I have now 2 type of boards master (client+provisionner) and slaves (server). 
 In case of a change of the master (client +provisioner) the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 03 Oct 2018 06:05:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38618/mesh-erase-server-information-and-sto" /><item><title>RE: Mesh : erase server information and sto</title><link>https://devzone.nordicsemi.com/thread/151329?ContentTypeID=1</link><pubDate>Wed, 03 Oct 2018 06:05:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c987e28-c4c3-454f-9eff-e522dd0d4abb</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;I received another reply. The behavior you are requesting is unfortunately not currently supported by the mesh sdk. The requirement to reset the chip is done by design. When the device is reset, the stack initialization code goes through a sequence of operations that initializes various internal modules &amp;amp; variables in the proper state, including initializing the flash area with the required metadata &amp;amp; loading the available information.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh : erase server information and sto</title><link>https://devzone.nordicsemi.com/thread/150191?ContentTypeID=1</link><pubDate>Tue, 25 Sep 2018 08:40:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95b35d1a-784c-40fe-9c59-d46a58546345</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Yes, I received some feedback. Could you please explain where in the code the mesh_stack_config_clear() generates a&amp;nbsp; CONFIG_SERVER_EVT_NODE_RESET event to reset the chip? This is what happens when you call a node reset from the config client:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-8b101811417b43518441c5fbdcc77b8c/node_5F00_reset_5F00_msc.png" /&gt;&lt;/p&gt;
&lt;p&gt;It should be possible for you to use this functionality, like shown below:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;            /* Clear all the states to reset the node. */
            if (mesh_stack_is_device_provisioned())
            {
                (void) proxy_stop();
                mesh_stack_config_clear();
                node_reset();
            }&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh : erase server information and sto</title><link>https://devzone.nordicsemi.com/thread/150176?ContentTypeID=1</link><pubDate>Tue, 25 Sep 2018 07:46:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1eb126e-43aa-491c-93d5-c0edc155ab53</guid><dc:creator>Chaabane</dc:creator><description>&lt;p&gt;I&amp;#39;m using mesh sdk 2.0.1 and it&amp;#39;s not possible for now to switch to a newer version!&lt;/p&gt;
&lt;p&gt;Did you get any feedback regarding my above question ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh : erase server information and sto</title><link>https://devzone.nordicsemi.com/thread/149463?ContentTypeID=1</link><pubDate>Wed, 19 Sep 2018 13:20:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b8b2b6b-fb98-4966-8028-ed8fa6403cc7</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;If you open the release notes, you should be able to see which mesh sdk version you have downloaded.&lt;/p&gt;
&lt;p&gt;Yes, the mesh sdk v2.2.0 is compatible with nRF SDK v15.0. I would check out the migration guide if you want to update to v2.2.0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh : erase server information and sto</title><link>https://devzone.nordicsemi.com/thread/149448?ContentTypeID=1</link><pubDate>Wed, 19 Sep 2018 12:50:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:047cd616-46de-486f-9dae-a3c7e71001cd</guid><dc:creator>Chaabane</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure if I have the 2.0.0 or 2.0.1 since I changed the structure of the mesh and sdk folders.Is there a way to check this ?&lt;/p&gt;
&lt;p&gt;Is the mesh sdk 2.2.0 compatible with&amp;nbsp;he nRf sdk 15.0 or I need to&amp;nbsp;upgrade this aswell ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh : erase server information and sto</title><link>https://devzone.nordicsemi.com/thread/149238?ContentTypeID=1</link><pubDate>Tue, 18 Sep 2018 12:59:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15583860-212d-44ef-be7d-6a7614cb1dbe</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;I would definitely recommend upgrading to at least mesh sdk v2.0.1, as this is the first sdk that has a qualified mesh stack. I have asked about this question internally &amp;amp; will get back to you once I have an answer.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>