<?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>I deleted several Bluetooth Mesh nodes without resetting them and now I need the IV index to be incremented by 2. How?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/95119/i-deleted-several-bluetooth-mesh-nodes-without-resetting-them-and-now-i-need-the-iv-index-to-be-incremented-by-2-how</link><description>Hi, 
 
 I have several Thingy53 devices and I am experimenting with Bluetooth Mesh networks (lights, light switches, etc). I had everything set up and working OK with the nRF Mesh app. But in my enthusiasm to try other demos (like Edge Impulse) I just</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 Dec 2022 15:29:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/95119/i-deleted-several-bluetooth-mesh-nodes-without-resetting-them-and-now-i-need-the-iv-index-to-be-incremented-by-2-how" /><item><title>RE: I deleted several Bluetooth Mesh nodes without resetting them and now I need the IV index to be incremented by 2. How?</title><link>https://devzone.nordicsemi.com/thread/401985?ContentTypeID=1</link><pubDate>Thu, 22 Dec 2022 15:29:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:117fe48c-8197-4923-b933-6096d5bed57f</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I don&amp;#39;t see an easy way to get around this except for getting familiar with the MCUBoot and get your own code to run on the Thingy53.&amp;nbsp;&lt;br /&gt;Wish you a Merry Xmas and&amp;nbsp;a Happy new year :)&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I deleted several Bluetooth Mesh nodes without resetting them and now I need the IV index to be incremented by 2. How?</title><link>https://devzone.nordicsemi.com/thread/401957?ContentTypeID=1</link><pubDate>Thu, 22 Dec 2022 14:09:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be016e19-4a15-4dd0-950a-3b359d27dac8</guid><dc:creator>Gary</dc:creator><description>&lt;p&gt;Yes, I was testing with the firmware via the&amp;nbsp;&lt;span&gt;nRF Programmer on my phone.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;And yes, the whole add MCUBoot to my app is why I have not been able to add anything other than the examples via the nRF Programmer on my phone. The lack of a built-in&amp;nbsp;J-Link debugger/programmer on the Thingy53 is a real limiting factor.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I will order another cable, but as I said I am now stuck until the new year because there is no way it will be delivered quickly at this time of year.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I deleted several Bluetooth Mesh nodes without resetting them and now I need the IV index to be incremented by 2. How?</title><link>https://devzone.nordicsemi.com/thread/401956?ContentTypeID=1</link><pubDate>Thu, 22 Dec 2022 14:04:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c0eab882-dc0a-466e-970e-8bb70cf73c20</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Gary,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I thought you managed to upload your own application. I guess you was just testing with the firmware in nRF Programmer on the phone.&amp;nbsp;&lt;br /&gt;I haven&amp;#39;t used the Thingy 53 lately, but yes you can update via MCUBoot, you can follow the instruction &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thingy53_gs.html#updating-through-usb"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;But you would need to get familiar with how you add MCUBoot into your application to generate the DFU package for MCUBoot.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I would suggest to get hold of a cable, it would make it easier to develop &amp;amp; debug your application on the Thingy53 than just relying on the MCUBoot.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The cable you should get should look like&amp;nbsp;&lt;a href="https://www.adafruit.com/product/1675"&gt;this one&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I deleted several Bluetooth Mesh nodes without resetting them and now I need the IV index to be incremented by 2. How?</title><link>https://devzone.nordicsemi.com/thread/401952?ContentTypeID=1</link><pubDate>Thu, 22 Dec 2022 13:52:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49000dc3-3b1f-425d-bda5-6df96c51bbb7</guid><dc:creator>Gary</dc:creator><description>&lt;p&gt;Thanks, but I haven&amp;#39;t worked out how to flash my own build without using a jlink or the&amp;nbsp;&lt;span&gt;nRF53 DK. For example, I can build blinky for the&amp;nbsp;nRF53 DK and flash it over USB, no problem. But I can&amp;#39;t do that with the Thingy53. How do I do that? Via MCUBoot?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I deleted several Bluetooth Mesh nodes without resetting them and now I need the IV index to be incremented by 2. How?</title><link>https://devzone.nordicsemi.com/thread/401950?ContentTypeID=1</link><pubDate>Thu, 22 Dec 2022 13:48:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7643b52-95b2-4033-81f5-5ef6d5bb3f54</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Gary,&amp;nbsp;&lt;br /&gt;You can follow what I suggest, do a update/flash with a firmware that do&amp;nbsp;&lt;span&gt;bt_mesh_reset() after that you can flash other mesh example normally.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I deleted several Bluetooth Mesh nodes without resetting them and now I need the IV index to be incremented by 2. How?</title><link>https://devzone.nordicsemi.com/thread/401948?ContentTypeID=1</link><pubDate>Thu, 22 Dec 2022 13:43:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a068e6a-5443-4413-bbad-3b7b5207f22a</guid><dc:creator>Gary</dc:creator><description>&lt;p&gt;Ah, OK. I do have an&amp;nbsp;nRF53 DK, but I don&amp;#39;t have a cable. I ordered one a few days ago, but it looks like they sent me the wrong one, it is 2.54mm pitch, not 1.27. In other words, it is too big. I guess I am stuck.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I deleted several Bluetooth Mesh nodes without resetting them and now I need the IV index to be incremented by 2. How?</title><link>https://devzone.nordicsemi.com/thread/401945?ContentTypeID=1</link><pubDate>Thu, 22 Dec 2022 13:36:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4200c2be-0143-4229-be8d-801ab0b18624</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi again,&lt;/p&gt;
&lt;p&gt;If you have a nRF53 DK you&amp;nbsp;can use it to program the Thingy53 from the Debug out port of the DK.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;If you don&amp;#39;t have one then the DFU update won&amp;#39;t be&amp;nbsp; able to clear the flash of the Thingy53.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You then need to upload an app that can clear the mesh provisioning data. You can do that by calling&amp;nbsp;bt_mesh_reset() in your code.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please have a look at the&amp;nbsp;\zephyr\samples\boards\nrf\mesh\onoff_level_lighting_vnd_app sample. The sample will erase provisioning data after 5 resets, see&amp;nbsp;short_time_multireset_bt_mesh_unprovisioning() function .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I deleted several Bluetooth Mesh nodes without resetting them and now I need the IV index to be incremented by 2. How?</title><link>https://devzone.nordicsemi.com/thread/401942?ContentTypeID=1</link><pubDate>Thu, 22 Dec 2022 13:24:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d588a4d3-9d3d-40cc-9294-8945e217583d</guid><dc:creator>Gary</dc:creator><description>&lt;p&gt;I guess the question is, according to the warning, how do I manually reset the Bluetooth Mesh light (or light switch) app on a Thingy53.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I deleted several Bluetooth Mesh nodes without resetting them and now I need the IV index to be incremented by 2. How?</title><link>https://devzone.nordicsemi.com/thread/401934?ContentTypeID=1</link><pubDate>Thu, 22 Dec 2022 13:10:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8905dde9-f36d-46ba-b2bb-314bbf81673a</guid><dc:creator>Gary</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for the reply. Here is the screenshot.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screenshot_5F00_2022_2D00_12_2D00_22_2D00_15_2D00_06_2D00_08_2D00_14_5F00_3207d904ec569c183efa42395aeecd91.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;As I said in my original post, I did NOT use &amp;quot;Reset Node&amp;quot;, I just deleted them.&lt;/p&gt;
&lt;p&gt;I am using a Thingy53 and I don&amp;#39;t have a jlink debugger. Can you point me to some documentation that will help me&amp;nbsp;&lt;span&gt;erase the chip using nRF Connect Programmer /nrfjprog. Will that work via MCUBoot?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks, Gary.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I deleted several Bluetooth Mesh nodes without resetting them and now I need the IV index to be incremented by 2. How?</title><link>https://devzone.nordicsemi.com/thread/401931?ContentTypeID=1</link><pubDate>Thu, 22 Dec 2022 13:04:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c2fbb3e-5e86-4287-9d01-6ad34a64adb8</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Gary,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you take a screenshot of the warning&amp;nbsp; ?&amp;nbsp;&lt;br /&gt;I couldn&amp;#39;t find where we stated that IV index need to be increased by 2.&lt;/p&gt;
&lt;p&gt;I assume you click &amp;quot;Reset Node&amp;quot; ? After that do you see the node advertise as unprovisioned beacon ?&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Have you tried to erase the chip using nRF Connect Programmer /nrfjprog ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>