<?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>DFU Options</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33772/dfu-options</link><description>Hello! I am trying to prototype a DFU solution that works well for our application. We want to build a network with both normal Mesh devices and with friend nodes (once that feature is released). Each device on the network needs to be able to be updated</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 25 Apr 2018 13:22:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33772/dfu-options" /><item><title>RE: DFU Options</title><link>https://devzone.nordicsemi.com/thread/129783?ContentTypeID=1</link><pubDate>Wed, 25 Apr 2018 13:22:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a3ef979-d687-47ef-9596-f93589e5bee3</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I afraid we don&amp;#39;t have a solution like that right now.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But I believe it&amp;#39;s shouldn&amp;#39;t be too hard to implement.&lt;/p&gt;
&lt;p&gt;What you need to do is instead of one node receiving the new image view UART, you change the transportation to BLE using either GATT proxy or&amp;nbsp;normal BLE. Just one node need this modification as it can then spread the image out as we are doing now with the&amp;nbsp;Mesh DFU&amp;nbsp;solution.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU Options</title><link>https://devzone.nordicsemi.com/thread/129771?ContentTypeID=1</link><pubDate>Wed, 25 Apr 2018 12:52:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95c614d4-6ada-4e7b-a719-56224a3285f9</guid><dc:creator>Chuppster</dc:creator><description>&lt;p&gt;Thank you for the reply!&amp;nbsp; If I use side-by-side DFU in MESH, is there a way to update from a proxy provisioner (a phone)?&amp;nbsp; Basically, we want to be able to update from a phone but need to use a MESH network.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU Options</title><link>https://devzone.nordicsemi.com/thread/129768?ContentTypeID=1</link><pubDate>Wed, 25 Apr 2018 12:46:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bff443af-9ab1-4ba8-b4f6-5ed12a1e309c</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Adrian,&lt;/p&gt;
&lt;p&gt;If you have a look &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v2.0.1/md_examples_dfu_README.html?cp=4_1_0_4_5"&gt;here&lt;/a&gt;. You can find that we have two option, one is side-by-side dfu update and one is bootloader mode.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In side-by-side DFU, your application works normally when receiving new image and only switch to bootloader to replace the app.&lt;/p&gt;
&lt;p&gt;If you don&amp;#39;t want to do background DFU, you can do blocking dfu (bootloader mode), the application will switch to bootloader and will not operate in normal mode until a new image is transferred.&amp;nbsp;To switch from application to bootloader, you don&amp;#39;t need to press and hold a button but call&amp;nbsp;nrf_mesh_dfu_jump_to_bootloader() to jump.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;We currently don&amp;#39;t have a solution for BLE + Mesh DFU yet. But it&amp;#39;s possible to implement one. Just need a logic to switch to the BLE bootloader when needed.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>