<?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>Cross-platform OTA</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/74929/cross-platform-ota</link><description>Hello, 
 Do you have the Nordic OTA protocol or &amp;#39;nrf-connect for desktop&amp;#39; source code? 
 The customer wants to OTA on windows/OS/Linux/android....</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 May 2021 08:56:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/74929/cross-platform-ota" /><item><title>RE: Cross-platform OTA</title><link>https://devzone.nordicsemi.com/thread/309152?ContentTypeID=1</link><pubDate>Tue, 11 May 2021 08:56:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70e40dcd-2097-47cd-b744-20ab75264af4</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The protocol is not extensively documented, but you can refer to the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/lib_dfu_transport.html"&gt;DFU protocol documentation&lt;/a&gt;&lt;span&gt;&amp;nbsp;and look at the implementations I have mentioned.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cross-platform OTA</title><link>https://devzone.nordicsemi.com/thread/309148?ContentTypeID=1</link><pubDate>Tue, 11 May 2021 08:43:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3082c7b2-b9c2-455d-8825-8608acff19fd</guid><dc:creator>Rickon</dc:creator><description>&lt;p&gt;Thanks a lot!&lt;/p&gt;
&lt;p&gt;I upgrade a device via &amp;#39;Bluetooth Low Energy&amp;#39;, Could you help to explain the data format? Or some&lt;/p&gt;
&lt;p&gt;protocol file.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/BLE-OTA.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cross-platform OTA</title><link>https://devzone.nordicsemi.com/thread/309125?ContentTypeID=1</link><pubDate>Tue, 11 May 2021 07:41:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1e64a44-ab13-4450-b096-4349f63fd3f0</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can refer to the &lt;a href="https://github.com/NordicSemiconductor/pc-nrfconnect-ble"&gt;nRF Connect BLE&lt;/a&gt; source code from here, and source code form most other desktop tools here. You can also refer to the DFU implementation in &lt;a href="https://github.com/NordicSemiconductor/pc-nrfutil"&gt;nrfutil&lt;/a&gt;. Note that none of the tools we provide gives you DFU support without a nRF device connected to the PC as there is no support for native Bluetooth APIs. Also note that the DFU protocol is essentially the same regardless of transport.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cross-platform OTA</title><link>https://devzone.nordicsemi.com/thread/309120?ContentTypeID=1</link><pubDate>Tue, 11 May 2021 07:31:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b44d8f6-b12d-424b-8bd1-206139c418ba</guid><dc:creator>Rickon</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;quot;pc-nrf-dfu-js&lt;/code&gt;&lt;span&gt;&amp;nbsp;is a Javascript module which provides DFU (Device Firmware Upgrade) via USB CDC ACM transport for Nordic devices.&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I want DFU via BLE.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Do you have the protocol of OTA? Thank you!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cross-platform OTA</title><link>https://devzone.nordicsemi.com/thread/308901?ContentTypeID=1</link><pubDate>Mon, 10 May 2021 09:10:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f11e1f87-53ff-4bff-a268-e1b5d8659587</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, this is handled by &lt;a href="https://github.com/NordicSemiconductor/pc-nrf-dfu-js"&gt;pc-nrf-dfu-js&lt;/a&gt;. This relies on using a nRF connected device on the PC, though. We do not provide any DFU library for desktop that relies on native Bluetooth APIs. For mobile systems, there is the &lt;a href="https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library"&gt;IOS-Pods-DFU-Library&lt;/a&gt;&amp;nbsp;for iOS and the &lt;a href="https://github.com/NordicSemiconductor/Android-DFU-Library"&gt;Android-DFU-Library&lt;/a&gt;&amp;nbsp;for Android.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>