<?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>NCS: How to reset a Bluetooth Mesh node?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83208/ncs-how-to-reset-a-bluetooth-mesh-node</link><description>Dear Nordic experts, This short code snippet is supposed to reset (unprovision) a Bluetooth Mesh node and reboot it (NCS 1.7.1): The function is wired to an input pin. After calling it, the reboot happens, but the node stays provisioned. Question now</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 31 Dec 2021 11:57:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83208/ncs-how-to-reset-a-bluetooth-mesh-node" /><item><title>RE: NCS: How to reset a Bluetooth Mesh node?</title><link>https://devzone.nordicsemi.com/thread/345535?ContentTypeID=1</link><pubDate>Fri, 31 Dec 2021 11:57:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:343c5d79-00ec-4b91-ab75-6ced2ad9c4d5</guid><dc:creator>BlueMike</dc:creator><description>&lt;p&gt;Hi Hung Bui, &lt;br /&gt;&amp;nbsp;&lt;br /&gt;Thanks for the clarifications! It&amp;#39;s working now. You&amp;#39;re right, calling bt_mesh_prov_enable() is not necessary if the system is rebootet. Calling bt_mesh_model_data_store() isn&amp;#39;t strictly necessary neither, but without calling it, the model&amp;#39;s data would persist, even after resetting/re-provisioning. &lt;br /&gt;&amp;nbsp;&lt;br /&gt;Again, thanks for your help, and all the best for 2022! &lt;br /&gt;Michael. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NCS: How to reset a Bluetooth Mesh node?</title><link>https://devzone.nordicsemi.com/thread/345456?ContentTypeID=1</link><pubDate>Thu, 30 Dec 2021 11:09:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a804b64-3cc2-4316-9f5d-95f08aa947fc</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi BlueMike,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think you would need to call&amp;nbsp;bt_mesh_prov_enable() or&amp;nbsp;bt_mesh_model_data_store() if you plan to reset the chip.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But you would need to give it some time to erase the provisioning data before you trigger the system reboot.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;The timeout for storing (store the zeroed data) for mesh is defined as&amp;nbsp;BT_MESH_STORE_TIMEOUT , by default it&amp;#39;s 2 seconds.&amp;nbsp;&lt;br /&gt;I would suggest to wait 2 seconds before you trigger the system reboot.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>