<?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 DFU Failed to establish connection</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/90529/mesh-dfu-failed-to-establish-connection</link><description>Hi, recently I am been consistently getting the same issue as this post, despite having successful performed the Mesh DFU in the past and with the example code: 
 I suspect my issue might be the same as the person in this post, however, the person did</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 Aug 2022 21:19:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/90529/mesh-dfu-failed-to-establish-connection" /><item><title>RE: Mesh DFU Failed to establish connection</title><link>https://devzone.nordicsemi.com/thread/381641?ContentTypeID=1</link><pubDate>Mon, 15 Aug 2022 21:19:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f3d93cf-1243-4278-9853-9a52898715af</guid><dc:creator>Jeffe</dc:creator><description>&lt;p&gt;I haven&amp;#39;t had this issue ever since I have reprogrammed the interface Jlink programmer chip on the nrf52840 DK. I think my issue is solved&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh DFU Failed to establish connection</title><link>https://devzone.nordicsemi.com/thread/381416?ContentTypeID=1</link><pubDate>Fri, 12 Aug 2022 15:51:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:378036f5-6659-47e7-ad91-fd0a62f19496</guid><dc:creator>Jeffe</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When I tried performing the DFU update using the example and unmodified SDK, I still got the same issue -- however -- it was successful when I stopped using the same DK board. I think something was wrong with that specific DK board I was using.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Later, I decided to reprogram the interface MCU on the DK board in question using this link:&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf52832_dk%2FUG%2Fnrf52_DK%2Fint_mcu_firmw.html"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf52832_dk%2FUG%2Fnrf52_DK%2Fint_mcu_firmw.html&lt;/a&gt;, and reprogrammed the interface Jlink programmer chip with the firmware here:&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Products/Development-hardware/nRF52840-DK/Download?lang=en#infotabs"&gt;https://www.nordicsemi.com/Products/Development-hardware/nRF52840-DK/Download?lang=en#infotabs&lt;/a&gt;, and that DK in question started working properly with the DFU again.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I honestly think that the original thread I linked to was correct in their diagnosis of the issues. Perhaps there was some obscure bug in the interface MCU with the virtual COM port&amp;#39;s flow control. I have tested UART examples and run many programs that use UART on the nrf52840 DK but none of them ever used flow control, but the mesh DFU serial module does use flow control. Additionally, since the issue seemed to go away after I set the interface MCU into bootloader mode and reprogrammed it, I&amp;#39;m inclinced to believe that it was indeed some flow control issue with the interface MCU.&lt;/p&gt;
&lt;p&gt;I will do more further tests with the Mesh DFU, since I&amp;#39;m not 100% sure yet, I will keep this ticket updated. Thank you for your help.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh DFU Failed to establish connection</title><link>https://devzone.nordicsemi.com/thread/380729?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2022 06:45:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d76fce6d-b9fd-4bf7-99ad-c1bb1c943094</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;I wouldn&amp;#39;t worry to much about the thread that you linked to.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you please show me what it looks like when you try to perform the DFU?&lt;/p&gt;
&lt;p&gt;And until you get it working, can you please try to follow &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/md_doc_user_guide_modules_dfu_configuring_performing.html"&gt;this guide&lt;/a&gt; using an unmodified mesh SDK and an unmodified nRF5 SDK with the unmodified DFU example?&lt;/p&gt;
&lt;p&gt;Does this unmodified example work? If not, where does the behavior differ from the guide?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh DFU Failed to establish connection</title><link>https://devzone.nordicsemi.com/thread/380689?ContentTypeID=1</link><pubDate>Mon, 08 Aug 2022 23:19:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae4a1da7-453b-48a7-9bba-b3e9e779a530</guid><dc:creator>Jeffe</dc:creator><description>&lt;p&gt;An update on my progress:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So far no luck actually. The same computer where I got the DFU working now gives me either the same issue as above, or the &amp;quot;Lost connection in the setup phase&amp;quot; error. Are there any pointers to help me debug this issue. Could my issue be related to my link to the other thread?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh DFU Failed to establish connection</title><link>https://devzone.nordicsemi.com/thread/380438?ContentTypeID=1</link><pubDate>Fri, 05 Aug 2022 16:08:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85a504c7-e35c-4319-b326-247a2b05af7e</guid><dc:creator>Jeffe</dc:creator><description>&lt;p&gt;apologies for that. I am currently running nrf5 SDK for Mesh 5.0.0. First i tried it on my custom project, where in the past it worked but recently got the issue as described in the opening post. At first I thought it might&amp;#39;ve been something in my code so I spent a long time trying to figure out the issue but to not avail. I decided to use then just go back to using example code only as a sanity check&amp;nbsp;but&amp;nbsp;the issue still happens.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I suspect it also might be related to my environment, I always ran the Mesh DFU using a Ubuntu Laptop, both in the past and in the present. However,&amp;nbsp;just 2 days ago&amp;nbsp;I tried running the Mesh DFU with using example code on a Windows PC and it seemed to work. But when I tried today with the same example code again it failed with the same error as described in the opening post.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m currently really puzzled, I will try to do more tests, and double check my procedure in the meatime&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh DFU Failed to establish connection</title><link>https://devzone.nordicsemi.com/thread/379612?ContentTypeID=1</link><pubDate>Tue, 02 Aug 2022 06:10:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aab36b2a-26e6-4fdb-8cfb-e1dd6afed945</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;What kind of error do you get? And what did you try to do? You say that you succeeded running Mesh DFU in the past with the example code. What are you doing now? Are you still running the same example code? Did you change SDK version? Did you try to integrate DFU into a custom project? Some more details would be nice.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>