<?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>DFU service enable in BLE main.c</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16076/dfu-service-enable-in-ble-main-c</link><description>Dear Nordic Team, 
 Thanks for supporting. 
 We are worked in nRF51422 development kit.How can i enable DFU service in all BLE APP examples source codes in main.c 
 Please support with example. because i want to enable the DFU service in all my projects</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 08 Sep 2016 08:14:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16076/dfu-service-enable-in-ble-main-c" /><item><title>RE: DFU service enable in BLE main.c</title><link>https://devzone.nordicsemi.com/thread/61319?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2016 08:14:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c43d12f-4a27-4305-9f18-3b47564537b1</guid><dc:creator>Murugan</dc:creator><description>&lt;p&gt;Thanks for support.&lt;/p&gt;
&lt;p&gt;Now  DFU service is enabled. Its showing my android app. Then when i am going to upload image file blow process repeated&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Connecting........&lt;/li&gt;
&lt;li&gt;Starting DFU........&lt;/li&gt;
&lt;li&gt;starting  bootloader ........&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I dont know what i am doing wrong. Here is the modified code as per peer manager &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/5557.main.c"&gt;main.c&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU service enable in BLE main.c</title><link>https://devzone.nordicsemi.com/thread/61318?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2016 06:41:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:411400a9-ae83-47bf-9f1d-1c653a8a41ce</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;There is at least one issue. The HRS example from SDK 11 (which I assume you have copied the DFU related code from) uses the older Device Manager, not the Peer manager, which is used in the proximity example. &lt;a href="https://devzone.nordicsemi.com/question/82371/"&gt;This thread&lt;/a&gt; describes how you can adapt it to the device manager (with a code example).&lt;/p&gt;
&lt;p&gt;Alternatively you may want to look at the new &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/ble_sdk_app_dfu_bootloader.html?cp=4_0_0_4_3_1"&gt;secure DFU bootloader&lt;/a&gt; in SDK 12 and the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/ble_sdk_app_buttonless_dfu.html?cp=4_0_0_4_3_2"&gt;Buttonless DFU Template Application&lt;/a&gt;, which demonstrates how it can be integrated with an application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU service enable in BLE main.c</title><link>https://devzone.nordicsemi.com/thread/61317?ContentTypeID=1</link><pubDate>Wed, 07 Sep 2016 11:29:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0724832-bbf9-40fe-9695-fa612260cb21</guid><dc:creator>Murugan</dc:creator><description>&lt;p&gt;Please check my code what i am doing wrong. attached in my question&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU service enable in BLE main.c</title><link>https://devzone.nordicsemi.com/thread/61316?ContentTypeID=1</link><pubDate>Wed, 07 Sep 2016 10:22:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2dd6ca9c-40fd-44c8-a185-72682bcf666f</guid><dc:creator>Murugan</dc:creator><description>&lt;p&gt;As per the document i can implement the DFU service enable but its not work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU service enable in BLE main.c</title><link>https://devzone.nordicsemi.com/thread/61315?ContentTypeID=1</link><pubDate>Tue, 30 Aug 2016 08:24:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8167c098-39f7-483e-a3f2-46f159d96a5e</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;The SDK documentation has a &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/examples_ble_dfu.html?cp=6_0_0_4_3_1"&gt;detailed coverage of DFU&lt;/a&gt;, which include specific instructions on how to &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/bledfu_appextending.html?cp=6_0_0_4_3_1_2_1"&gt;extend your application with the DFU service&lt;/a&gt;. A few of the SDK examples comes with DFU support already, such as the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/ble_sdk_app_hrs.html?cp=6_0_0_4_2_2_8"&gt;Heart Rate Application&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I recommend you to read the documentation and look at the examples too see how it is done. You should also go through the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/bledfu_example_running.html?cp=6_0_0_4_3_1_1_0"&gt;Running the BLE bootloader example&lt;/a&gt; which describes how to do the actual process of DFU upgrades, optionally using existing pre-built binaries and zip files.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>