<?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>Integrating DFU into ble_app_uart example in sdkv10.0.0.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40587/integrating-dfu-into-ble_app_uart-example-in-sdkv10-0-0</link><description>I am trying to integrate DFU into ble_app_uart example. 
 I am using nrf51422 board, sdk v10.0.0, soft device &amp;quot;s110_nrf51_8.0.0_softdevice.hex&amp;quot;. 
 I have made some changes in &amp;quot;ble_app-uart example&amp;quot; by taking &amp;quot;ble_app_hrs with dfu&amp;quot; as reference. 
 The</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 20 Nov 2018 13:02:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40587/integrating-dfu-into-ble_app_uart-example-in-sdkv10-0-0" /><item><title>RE: Integrating DFU into ble_app_uart example in sdkv10.0.0.</title><link>https://devzone.nordicsemi.com/thread/158179?ContentTypeID=1</link><pubDate>Tue, 20 Nov 2018 13:02:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34db371a-2afc-4e5e-9c36-47b6970a02d4</guid><dc:creator>kishor babu</dc:creator><description>&lt;p&gt;Hi Hung,&lt;/p&gt;
&lt;p&gt;I done the same,now it is working fine.&lt;/p&gt;
&lt;p&gt;Thank u so much.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integrating DFU into ble_app_uart example in sdkv10.0.0.</title><link>https://devzone.nordicsemi.com/thread/158161?ContentTypeID=1</link><pubDate>Tue, 20 Nov 2018 12:21:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2af2e31c-0adc-4bdc-b9c3-6676c9bfac0c</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Why did&amp;nbsp;you use 0x0080 for the --sd-req ? If you are testing with S110 v8.0 you should use 0x0064 , or you can use 0xFFFE to avoid softdevice checking.&amp;nbsp; Have you tried to test with the ble_app_hrs with dfu unmodified ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integrating DFU into ble_app_uart example in sdkv10.0.0.</title><link>https://devzone.nordicsemi.com/thread/158101?ContentTypeID=1</link><pubDate>Tue, 20 Nov 2018 06:49:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:061abd10-8654-40ba-8a1d-f85977ad15a0</guid><dc:creator>kishor babu</dc:creator><description>&lt;p&gt;yes, I flashed the bootloader.&lt;/p&gt;
&lt;p&gt;I used nrfutil.exe tool to generate the .zip file. I used the following command to generate it.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;C:\Program Files (x86)\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf&amp;gt;nrfutil dfu genpkg --application&amp;quot;C:\Users\kishor.babu\Downloads\nRF51_SDK_10.0.0_dc26b5e\examples\ble_peripheral\ble_app_hrs\pca10028\s110_with_dfu\arm5_no_packs\_build\nrf51422_xxac_s110.hex&amp;quot;&amp;nbsp; --application-version 4 --dev-revision 0xffff --dev-type 0xffff --sd-req 0x0080 &amp;quot;D:\dfu_test\dfu_hrs.zip&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;After generating .zip file, when I tried to update the it via OTA using nrf connect it is showing &amp;quot;operation failed&amp;quot; error.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The same procedure I followed and tried with sdk 11 and it is updating the firmware.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But I need to do this by using sdk v 10.0.0 only.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;How can I make it to work?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integrating DFU into ble_app_uart example in sdkv10.0.0.</title><link>https://devzone.nordicsemi.com/thread/157999?ContentTypeID=1</link><pubDate>Mon, 19 Nov 2018 14:20:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0f6cc16-fc6c-4f37-be47-f525a3acb48b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Have you made sure you flashed the bootloader ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To generate the .zip package,&amp;nbsp; you would need the nrf.exe tool. This tool comes with the nRF Master Control Panel. Please have a look at &lt;a href="https://devzone.nordicsemi.com/b/blog/posts/common-faqs-on-dfu"&gt;this guide, at question&amp;nbsp;G&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Have you managed to test the&amp;nbsp;&lt;span&gt;ble_app_hrs with dfu ?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integrating DFU into ble_app_uart example in sdkv10.0.0.</title><link>https://devzone.nordicsemi.com/thread/157960?ContentTypeID=1</link><pubDate>Mon, 19 Nov 2018 12:57:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52828041-8d5d-40d2-9c5b-196ecae64076</guid><dc:creator>kishor babu</dc:creator><description>&lt;p&gt;Hi Hung BUi,&lt;/p&gt;
&lt;p&gt;Thanks for the reply, I forgot to define&amp;nbsp;BLE_DFU_APP_SUPPORT.&lt;/p&gt;
&lt;p&gt;Now I included it and when I connect to Nordic_UART, DFU is displayed on the top of nrf connect application.&lt;/p&gt;
&lt;p&gt;But when i am pressing DFU and trying to update the test image &amp;quot;dfu_test_app_hrm_s110&amp;quot; it is not uploading showing the error &amp;quot;DFU DEVICE IS DISCONNECTED&amp;quot; after some time in nrf connect application.&lt;/p&gt;
&lt;p&gt;One more thing I want to know is, is there any particular procedure to create &amp;quot;dfu.zip&amp;quot; for an application &amp;quot;particularly for sdk v 10.0.0&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integrating DFU into ble_app_uart example in sdkv10.0.0.</title><link>https://devzone.nordicsemi.com/thread/157936?ContentTypeID=1</link><pubDate>Mon, 19 Nov 2018 12:19:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:382fcfc9-cc51-480a-94ca-044a9b63baa8</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Could you post a screenshot of what you have inside nRFConnect after it discovers the services ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When you add the dfu service into your application, please make sure you have all the API calls to add service and characteristic return NRF_SUCCESS and that you have increased the number of VS_UUID in your application.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>