<?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>Updating one nRF52 DK board with another, automatic OTA</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40308/updating-one-nrf52-dk-board-with-another-automatic-ota</link><description>I am trying to update one nRF52 DK Board with another using OTA firmware updates. Similar to how the nRF Connect app can connect to a nRF52 and flash a now firmware image, I want to have one of the nRF52s check the version of firmware in the advertisement</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Jun 2021 22:28:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40308/updating-one-nrf52-dk-board-with-another-automatic-ota" /><item><title>RE: Updating one nRF52 DK board with another, automatic OTA</title><link>https://devzone.nordicsemi.com/thread/314299?ContentTypeID=1</link><pubDate>Tue, 08 Jun 2021 22:28:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4370edc-d6ae-4683-9113-656b2ed88891</guid><dc:creator>tjhasan</dc:creator><description>&lt;p&gt;Hey, just stumbled across this thread. I am looking at a similar problem and was wondering if you were able to complete this task. If so, do you by chance have a copy of the project? If not, do you have any additional resources for someone that is looking to replicate this process?&lt;br /&gt;&lt;br /&gt;Any help would be greatly appreciated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Updating one nRF52 DK board with another, automatic OTA</title><link>https://devzone.nordicsemi.com/thread/156722?ContentTypeID=1</link><pubDate>Fri, 09 Nov 2018 17:28:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:547713f5-f3b7-4014-a936-4e620b76d346</guid><dc:creator>OryF</dc:creator><description>&lt;p&gt;Hmm this is similar to what I was thinking, thank you for this reply, it gives me an idea of how to approach this. I was looking at the python code and the port seems pretty doable.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Updating one nRF52 DK board with another, automatic OTA</title><link>https://devzone.nordicsemi.com/thread/156665?ContentTypeID=1</link><pubDate>Fri, 09 Nov 2018 12:48:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3928f20-fe49-4c46-abe0-d41a560fe0e2</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;br /&gt;&lt;br /&gt;Here is a proposal for what you could do:&lt;br /&gt;&lt;br /&gt;You first must find out if the nRF52 DK you wish to update requires an update. &lt;br /&gt;Second, you must store the DFU image you wish to use on the DK you wish to update from.&lt;br /&gt;Last, you must port the part of nrfutil which is responsible for the DFU transfer, from &lt;strong&gt;Python&lt;/strong&gt; to &lt;strong&gt;C&lt;/strong&gt;. There source file for the Python implementation can be found &lt;a href="https://github.com/NordicSemiconductor/pc-nrfutil/blob/master/nordicsemi/dfu/dfu_transport_ble.py"&gt;here, &lt;/a&gt;and you can find more in-depth information about how the packets are sent over BLE &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v14.0.0%2Flib_dfu_transport_ble.html&amp;amp;cp=4_0_4_3_5_2_2"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;- Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>