<?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>nRF52833 Central to Peripheral OTA upgrade</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63737/nrf52833-central-to-peripheral-ota-upgrade</link><description>Hello, 
 
 We have studied the getting started guide for the OTA upgrade at the link below. 
 https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/getting-started-with-nordics-secure-dfu-bootloader 
 
 In our system</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 23 Jul 2020 10:27:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63737/nrf52833-central-to-peripheral-ota-upgrade" /><item><title>RE: nRF52833 Central to Peripheral OTA upgrade</title><link>https://devzone.nordicsemi.com/thread/261335?ContentTypeID=1</link><pubDate>Thu, 23 Jul 2020 10:27:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9cdbe388-a480-42dd-ba8e-aecc1e40e80e</guid><dc:creator>hugzy123</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We&amp;#39;re also looking at implementing this sort of solution (a central updating multiple peripherals via DFU). &lt;a href="https://devzone.nordicsemi.com/members/hungbui"&gt;Hung Bui&lt;/a&gt; Does Nordic have any plans for adding this as a feature in the future? Or creating an&amp;nbsp;example with this functionality, such as the BLE central update over UART?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833 Central to Peripheral OTA upgrade</title><link>https://devzone.nordicsemi.com/thread/260470?ContentTypeID=1</link><pubDate>Fri, 17 Jul 2020 03:49:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98f9cd39-3bd8-4878-b380-622c3a1d8411</guid><dc:creator>hardikp</dc:creator><description>&lt;p&gt;Thanks, Hung Bui.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833 Central to Peripheral OTA upgrade</title><link>https://devzone.nordicsemi.com/thread/260368?ContentTypeID=1</link><pubDate>Thu, 16 Jul 2020 12:51:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ccb0c474-03a4-474a-b512-6e877d2ed6d8</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;The source code for nRF Connect on Android is not available. But the source for nRFToolbox and the DFU module is available here.&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/Android-DFU-Library"&gt;https://github.com/NordicSemiconductor/Android-DFU-Library&lt;/a&gt;&amp;nbsp;and here:&lt;a href="https://github.com/NordicSemiconductor/Android-nRF-Toolbox"&gt;https://github.com/NordicSemiconductor/Android-nRF-Toolbox&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The source for nRF Connect on PC is here:&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/pc-nrfconnect-ble"&gt;https://github.com/NordicSemiconductor/pc-nrfconnect-ble&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Capturing a &lt;a href="https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Sniffer"&gt;sniffer trace&lt;/a&gt; of a DFU session would be very helpful to get an insight about the process.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833 Central to Peripheral OTA upgrade</title><link>https://devzone.nordicsemi.com/thread/260264?ContentTypeID=1</link><pubDate>Thu, 16 Jul 2020 05:38:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67914577-55bc-4974-afe6-c18324f786af</guid><dc:creator>hardikp</dc:creator><description>&lt;p&gt;Thanks, Hung Bui.&lt;/p&gt;
&lt;p&gt;Yes, we will develop our own code. It seems that we need to understand the OTA upgrade protocol and develop the mechanism on the Central node to send the firmware binary to the peripheral node, which means cloning the nRFConnect upgrade module in central node software.&lt;/p&gt;
&lt;p&gt;Where can we download the source code for the nRFConnect android/PC application? Is it available?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833 Central to Peripheral OTA upgrade</title><link>https://devzone.nordicsemi.com/thread/259946?ContentTypeID=1</link><pubDate>Tue, 14 Jul 2020 14:16:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5111d8a9-07d4-43ee-9f7a-62ecd7e98ac9</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Hardik,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Unfortunately we don&amp;#39;t have an example for doing DFU OTA from one nRF52 to another. You would need to refer to our DFU protocol documentation and the mobile app / nRF Connect application on PC and write your own code.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But I don&amp;#39;t think it would be much different from the UART DFU master code that I provided in the link you pointed to.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>