<?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 proximitty code</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16255/dfu-service-enable-in-proximitty-code</link><description>Dear Nordic Team, 
 Thanks for support. 
 I try to enable dfu service in proximitty example code as per the nordic document .
But its not work. I dont know what i am doing wrong.
My application code also attached here.
 main.c 
 Document Link :</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 12 Sep 2016 13:09:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16255/dfu-service-enable-in-proximitty-code" /><item><title>RE: DFU service Enable in proximitty code</title><link>https://devzone.nordicsemi.com/thread/62117?ContentTypeID=1</link><pubDate>Mon, 12 Sep 2016 13:09:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ace94c7-0cdb-4d38-a5aa-a2e1425cca8d</guid><dc:creator>Murugan</dc:creator><description>&lt;p&gt;DFU successfully implemented in proximitty code.Thanks for the support.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU service Enable in proximitty code</title><link>https://devzone.nordicsemi.com/thread/62120?ContentTypeID=1</link><pubDate>Mon, 12 Sep 2016 07:58:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6e9be0b-9339-4f5a-8ef7-9f58e8492374</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Murugan: I&amp;#39;m afraid that I don&amp;#39;t fully understand you. Could you please clarify if you still have any issue ? If you do, please let me know what exactly it is ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU service Enable in proximitty code</title><link>https://devzone.nordicsemi.com/thread/62123?ContentTypeID=1</link><pubDate>Fri, 09 Sep 2016 06:32:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14337674-acb5-400a-888f-28a48585469d</guid><dc:creator>Murugan</dc:creator><description>&lt;p&gt;Thanks for support . In my proximitty application code we can use&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#define MIN_CONN_INTERVAL                   MSEC_TO_UNITS(500, UNIT_1_25_MS)             /&lt;/strong&gt;&amp;lt; Minimum acceptable connection interval (0.5 seconds).  */&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#define MAX_CONN_INTERVAL                   MSEC_TO_UNITS(1000, UNIT_1_25_MS)&lt;/strong&gt;**&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU service Enable in proximitty code</title><link>https://devzone.nordicsemi.com/thread/62122?ContentTypeID=1</link><pubDate>Fri, 09 Sep 2016 06:25:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:525e02ab-cfcd-4f49-b08f-28952de789a2</guid><dc:creator>Rajneesh</dc:creator><description>&lt;p&gt;change connection time interval in dfu_transport_ble.c file&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU service Enable in proximitty code</title><link>https://devzone.nordicsemi.com/thread/62121?ContentTypeID=1</link><pubDate>Fri, 09 Sep 2016 06:23:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20b424f7-b331-4f8a-b879-521060505242</guid><dc:creator>Rajneesh</dc:creator><description>&lt;p&gt;Hi Murugan,&lt;/p&gt;
&lt;p&gt;Please follow below link this will be your Answer of question :
&lt;a href="https://devzone.nordicsemi.com/question/85681/dfu-on-nrf52-dk-problem/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I think you should change connection interval time.
I have also faced same issues but after changing interval time this was solved.&lt;/p&gt;
&lt;p&gt;Regards,
Rajneesh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU service Enable in proximitty code</title><link>https://devzone.nordicsemi.com/thread/62112?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2016 16:26:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2e0522e-d009-4a59-8365-4a572ac3a89b</guid><dc:creator>Murugan</dc:creator><description>&lt;p&gt;In my question the main.c is not updated code. i am very sorry. Today i have to modify the code from &lt;a href="https://devzone.nordicsemi.com/question/82371/s130-peer-manager-dfu/"&gt;This&lt;/a&gt; example. Then only DFU service is activated. My Previous code is not support for DFU service activation. Here is my modified code &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2804.main.c"&gt;main.c&lt;/a&gt;. Once again i am sorry for not informing earlier.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU service Enable in proximitty code</title><link>https://devzone.nordicsemi.com/thread/62113?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2016 14:30:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7a706f0-8613-42ff-a1ba-c76d4287af6b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Murugan: I can see your activity &lt;a href="https://devzone.nordicsemi.com/question/84320/add-ble-dfu-service-when-using-peer-manager/"&gt;here&lt;/a&gt;. Have you tried to test with the example provided &lt;a href="https://devzone.nordicsemi.com/question/82371/s130-peer-manager-dfu/"&gt;here&lt;/a&gt; ?&lt;/p&gt;
&lt;p&gt;It&amp;#39;s the issue that the we made the DFU service for the device manager not the peer manager.
The ble_app_hrs_with_dfu uses the device manager when the ble_app_proximity use peer manager.&lt;/p&gt;
&lt;p&gt;So you will have trouble if you use the DFU service in your application without any modification. You would need to follow the example that my coworker made and apply the changes to the proximity example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU service Enable in proximitty code</title><link>https://devzone.nordicsemi.com/thread/62116?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2016 14:15:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16d3c1e6-658c-4145-be18-8723eddc9324</guid><dc:creator>Murugan</dc:creator><description>&lt;p&gt;Please check this screenshot&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Screenshot_5F00_20160908_2D00_194117.png"&gt;Screenshot_20160908-194117.png&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU service Enable in proximitty code</title><link>https://devzone.nordicsemi.com/thread/62115?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2016 14:06:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd4f6c68-a869-41ac-b483-aa697d6825a5</guid><dc:creator>Murugan</dc:creator><description>&lt;p&gt;The softdevice and bootloader are already upload through nrf go studio.&lt;/p&gt;
&lt;p&gt;Mobile app cant show the error. Repeatedly showing below process&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;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU service Enable in proximitty code</title><link>https://devzone.nordicsemi.com/thread/62114?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2016 13:53:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37792721-8f72-4934-8fe2-89d7d4c46f04</guid><dc:creator>Murugan</dc:creator><description>&lt;p&gt;I am using central device my android mobile (android v6.0). Used SDK11.0 tested with example in nrf51 DK. Example codes are working fine. used Bootloader dual_bank_ble_s130.&lt;/p&gt;
&lt;p&gt;As per the document DFU service is successfully enabled and checked my mobile APP.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU service Enable in proximitty code</title><link>https://devzone.nordicsemi.com/thread/62118?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2016 13:43:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbb47e86-05b6-424d-adf6-ac39a6261e1e</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;What kind of error do you have when doing that ? Which central device did you use to test ? Which SDK version did you use, which Softdevice  was that ?&lt;/p&gt;
&lt;p&gt;Have you flashed the bootloader ? Have you tested just the bootloader to update your application ? You need to know how to use the bootloader before you integrate DFU service into your application.&lt;/p&gt;
&lt;p&gt;Have you tried to test with our example in the SDK , the \examples\ble_peripheral\ble_app_hrs\pca10028\s130_with_dfu for example. It&amp;#39;s an example on how you implement DFU service into your application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU service Enable in proximitty code</title><link>https://devzone.nordicsemi.com/thread/62111?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2016 13:35:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73db57eb-8cbe-450e-8c38-67968c4a33bb</guid><dc:creator>Murugan</dc:creator><description>&lt;p&gt;Thanks for support.&lt;/p&gt;
&lt;p&gt;when i am going to upload image file using DFU in my android app 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 ........
I dont know what i am doing wrong.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU service Enable in proximitty code</title><link>https://devzone.nordicsemi.com/thread/62119?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2016 13:30:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ed8f4b9-50a8-47fa-9318-1330e200fe67</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Murugan: Please be specific and describe your issue clearly, what didn&amp;#39;t work, how did you test , etc. Otherwise we can&amp;#39;t help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>