<?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>nrf52832 sdk15.2.0 dfu support BLE, UART, but I want to add other wireless dfu method, how to add ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42881/nrf52832-sdk15-2-0-dfu-support-ble-uart-but-i-want-to-add-other-wireless-dfu-method-how-to-add</link><description>nrf52832 sdk15.2.0 dfu support BLE, UART, but I want to add other wireless dfu method, how to add ? related documents？</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 24 Jan 2019 08:50:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42881/nrf52832-sdk15-2-0-dfu-support-ble-uart-but-i-want-to-add-other-wireless-dfu-method-how-to-add" /><item><title>RE: nrf52832 sdk15.2.0 dfu support BLE, UART, but I want to add other wireless dfu method, how to add ?</title><link>https://devzone.nordicsemi.com/thread/167557?ContentTypeID=1</link><pubDate>Thu, 24 Jan 2019 08:50:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90132542-4337-463e-b410-770cac336d67</guid><dc:creator>liyang</dc:creator><description>&lt;p&gt;thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 sdk15.2.0 dfu support BLE, UART, but I want to add other wireless dfu method, how to add ?</title><link>https://devzone.nordicsemi.com/thread/167537?ContentTypeID=1</link><pubDate>Thu, 24 Jan 2019 07:16:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9826db32-a526-4256-916e-e635b4b9d40f</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;There have been made some improvements to the bootloader since then, but the protocol is the same. You should refer to the SDK 13 documentation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 sdk15.2.0 dfu support BLE, UART, but I want to add other wireless dfu method, how to add ?</title><link>https://devzone.nordicsemi.com/thread/167503?ContentTypeID=1</link><pubDate>Thu, 24 Jan 2019 01:21:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ff12d5d-7fc9-4748-9e14-d3048df3b126</guid><dc:creator>liyang</dc:creator><description>&lt;h1 class="name"&gt;sdk13.0.0 dfu protocol is the same with&amp;nbsp;sdk15.2.0 ?&lt;/h1&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 sdk15.2.0 dfu support BLE, UART, but I want to add other wireless dfu method, how to add ?</title><link>https://devzone.nordicsemi.com/thread/167405?ContentTypeID=1</link><pubDate>Wed, 23 Jan 2019 14:28:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41dd20f2-105c-403f-b9b7-9932156d1c77</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;I&amp;#39;ve update the &amp;quot;transport layer&amp;quot;&amp;nbsp;to point the correct chapter. This explains the interface which the transport need to use.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 sdk15.2.0 dfu support BLE, UART, but I want to add other wireless dfu method, how to add ?</title><link>https://devzone.nordicsemi.com/thread/167343?ContentTypeID=1</link><pubDate>Wed, 23 Jan 2019 11:17:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50ab0c1d-eee6-40cb-83b7-ccc9958a5d73</guid><dc:creator>liyang</dc:creator><description>&lt;p&gt;yeah, I understand the modular design, but I don&amp;#39;t know the the common interface, what code need be replaced?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 sdk15.2.0 dfu support BLE, UART, but I want to add other wireless dfu method, how to add ?</title><link>https://devzone.nordicsemi.com/thread/167342?ContentTypeID=1</link><pubDate>Wed, 23 Jan 2019 11:13:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba655175-a64f-45db-8386-66cf9bbac405</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;You will need to create a new transport that adds support for the wireless protocol you wish to use,&amp;nbsp;I don&amp;#39;t think it would make sense to modify one of the existing transports.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 sdk15.2.0 dfu support BLE, UART, but I want to add other wireless dfu method, how to add ?</title><link>https://devzone.nordicsemi.com/thread/167341?ContentTypeID=1</link><pubDate>Wed, 23 Jan 2019 11:05:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3423084-6c6b-4c22-81a0-43e28e5c0c25</guid><dc:creator>liyang</dc:creator><description>&lt;p&gt;so if not have some related document for&amp;nbsp;what code needs to be modified ？&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 sdk15.2.0 dfu support BLE, UART, but I want to add other wireless dfu method, how to add ?</title><link>https://devzone.nordicsemi.com/thread/167317?ContentTypeID=1</link><pubDate>Wed, 23 Jan 2019 10:05:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3683f1b4-d6c4-4566-ad1c-188474ebe338</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The bootloader has a modular design to make it easier to integrate custom transport layers. The requirements for this is outlined in the documentation here:&amp;nbsp;&lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/lib_dfu_transport"&gt;transport layers&lt;/a&gt;. You can also find an architectural overview of the bootloader implementation &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/lib_bootloader_modules"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>