<?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>How to implement OTA update on other ble  central device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/84777/how-to-implement-ota-update-on-other-ble-central-device</link><description>Hi, 
 I have a peripheral device that running on nrf5340 and can be updated via MCUMGR SMP. i tested it via Device Manager application and it is working. 
 My question is: 
 How can i implement or use some library in order to run this functionality on</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 17 Feb 2022 19:05:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/84777/how-to-implement-ota-update-on-other-ble-central-device" /><item><title>RE: How to implement OTA update on other ble  central device</title><link>https://devzone.nordicsemi.com/thread/353705?ContentTypeID=1</link><pubDate>Thu, 17 Feb 2022 19:05:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75731fa4-47f3-47bd-a548-a0ee5dc8c024</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Oh, I think I misunderstood the original question. Do you want to update the peripheral&amp;nbsp;&lt;strong&gt;From&lt;/strong&gt; a central, and you want to know what application that central needs to run? Is that the case, or do you want to update the central itself?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to implement OTA update on other ble  central device</title><link>https://devzone.nordicsemi.com/thread/353408?ContentTypeID=1</link><pubDate>Wed, 16 Feb 2022 14:37:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c061bc75-20fe-48bc-bc55-54fc7ec030a1</guid><dc:creator>max</dc:creator><description>[quote userid="26071" url="~/f/nordic-q-a/84777/how-to-implement-ota-update-on-other-ble-central-device/353126#353126"]2: write something that can tranfer the image to your central, and then do what the SMP service does when the image is transferred.&amp;nbsp;[/quote]
&lt;p&gt;By central&amp;nbsp; ble board has an ability to download from web binary image and transfer it via ble to peripheral.&lt;br /&gt;Do you have a flow of what need to be done? or any documentation?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to implement OTA update on other ble  central device</title><link>https://devzone.nordicsemi.com/thread/353394?ContentTypeID=1</link><pubDate>Wed, 16 Feb 2022 14:11:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b5c8425-652b-4acb-a9e9-3bb7fd780cb5</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;We don&amp;#39;t have any Device Firmware Upgrade (DFU) &amp;quot;Master&amp;quot; application samples for the nRFs. I.e. the device that will transfer the upgrade. We only support that in nRF Connect for iOS/Android, or through the &lt;a href="https://github.com/apache/mynewt-mcumgr"&gt;mcumgr&lt;/a&gt;. I guess you could look into the mcumgr project on github and see how you could implement a central that does the same for the nRF51.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to implement OTA update on other ble  central device</title><link>https://devzone.nordicsemi.com/thread/353268?ContentTypeID=1</link><pubDate>Wed, 16 Feb 2022 08:27:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf99fb09-b6c6-4ccc-a9d3-bf92282c407b</guid><dc:creator>max</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;I have new peripheral device nrf 53 running bootloader with SMP nrf sdk 1.7.0&lt;br /&gt;I need an option to update him from other ble device(not application).&lt;br /&gt;&lt;br /&gt;My question about process of transferring data from central ble(for example nrf51) to other peripheral&amp;nbsp; device(nrf53).&lt;br /&gt;&lt;br /&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to implement OTA update on other ble  central device</title><link>https://devzone.nordicsemi.com/thread/353126?ContentTypeID=1</link><pubDate>Tue, 15 Feb 2022 14:07:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dea646df-c815-460e-934b-9960be4318d1</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I think this guide is the closest we get:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu"&gt;Add DFU support to your application&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But this is basically what you already have up and running (peripheral that can be updated.&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t have anything that can update Bluetooth Low Energy Centrals at this point in time (We never did, but in the old nRF5 SDK then the image was transferred when the bootloader was running, so you could just put the device in DFU mode, and it would act as a peripheral).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You need to look into one of the two options, and try to determine which one is the easiest to implement:&lt;/p&gt;
&lt;p&gt;1: Make the device act as a peripheral for DFU purposes. Perhaps you can have one service that tell your application to start advertising with the DFU service, like your peripheral does.&lt;/p&gt;
&lt;p&gt;2: write something that can tranfer the image to your central, and then do what the SMP service does when the image is transferred.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>