<?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 CHARACTERISTICS NOT FOUND issue with sdk 14.0.1</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29896/dfu-characteristics-not-found-issue-with-sdk-14-0-1</link><description>Hello, 
 I am trying to merge the code of ble_app_buttonless_dfu with the code of ble_app_uart,
because I starts all implementation with the code of ble_app_uart at first, 
 I describe all procedure related with DFU test, I already succeeded DFU test</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 26 Jan 2018 02:58:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29896/dfu-characteristics-not-found-issue-with-sdk-14-0-1" /><item><title>RE: DFU CHARACTERISTICS NOT FOUND issue with sdk 14.0.1</title><link>https://devzone.nordicsemi.com/thread/118905?ContentTypeID=1</link><pubDate>Fri, 26 Jan 2018 02:58:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:607c9f92-09e9-4477-b047-ebf709bd3fac</guid><dc:creator>edmond.yun</dc:creator><description>&lt;p&gt;Hello, Hung,&lt;/p&gt;
&lt;p&gt;good news, I solved issue now, the problem is NRF_SDH_BLE_VS_UUID_COUNT , after increasing the number, the issue is not happened, anyway, I am very thankful for your kind guide,
have good day&lt;/p&gt;
&lt;p&gt;thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU CHARACTERISTICS NOT FOUND issue with sdk 14.0.1</title><link>https://devzone.nordicsemi.com/thread/118904?ContentTypeID=1</link><pubDate>Fri, 26 Jan 2018 00:48:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93a712ca-aa34-4b04-b64d-53b42e0a4b8f</guid><dc:creator>edmond.yun</dc:creator><description>&lt;p&gt;Hello, Hung,&lt;/p&gt;
&lt;p&gt;firstly thankful for detailed guide, and I would like share more status with you, Could you please kindly refer it and guide me more ?&lt;/p&gt;
&lt;p&gt;firstly I already succeeded the test of dfu with buttonless app &amp;amp; secure boot in sdk 14.0.1
and then I tried to merge the code with my code, after that the compile is already ok,
only when trying to do dfu in app with pak file(app), I can see &amp;quot;the service of dfu is empty&amp;quot;
and the message : &amp;quot;dfu characteristic is empty&amp;quot;...&lt;/p&gt;
&lt;p&gt;so I wonder why this kind of issue is happened with merged source ....?
Could you please kindly review what I should merge or set in skd_config.h ?
thankful for your kindness in advance,&lt;/p&gt;
&lt;p&gt;thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU CHARACTERISTICS NOT FOUND issue with sdk 14.0.1</title><link>https://devzone.nordicsemi.com/thread/118903?ContentTypeID=1</link><pubDate>Thu, 25 Jan 2018 13:12:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50149a45-6460-4fd4-b096-665d89c4118b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Edmond,&lt;/p&gt;
&lt;p&gt;Please don&amp;#39;t try to test everything at once.&lt;/p&gt;
&lt;p&gt;Please confirm if you setup passes the following test:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Test bootloader, DFU upload a normal application, such as ble_app_hrs . Test only the bootloader, don&amp;#39;t do merge application or flash bootloader setting.&lt;/li&gt;
&lt;li&gt;Test the buttonless DFU application + bootloader. Make sure you can do DFU from the application so that the application automatic switch to bootloader and then do DFU.&lt;/li&gt;
&lt;li&gt;Use BLE master tool, such as the NRFConnect tool to open your combined buttonless DFU and your application ( ble_app_uart), make sure you see the 2 services.
Make sure you have increased NRF_SDH_BLE_VS_UUID_COUNT to match with number of 128 bit base UUID you define (in your case it should be 2 ? )&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;After that you can start testing with the buttonless feature, try to write to the DFU control point to switch the application to the bootloader. Please follow the documentation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU CHARACTERISTICS NOT FOUND issue with sdk 14.0.1</title><link>https://devzone.nordicsemi.com/thread/118902?ContentTypeID=1</link><pubDate>Thu, 25 Jan 2018 06:03:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:faf50c4a-df43-4c67-a82a-90381875f425</guid><dc:creator>edmond.yun</dc:creator><description>&lt;p&gt;currently I can build after merging the code of buttonless app...
when I check the status of DFU service in app, &amp;quot;this service is empty&amp;quot; sentence is showed,....why ?&lt;/p&gt;
&lt;p&gt;in the setting of sdk_config header file,&lt;/p&gt;
&lt;p&gt;#ifndef BLE_DFU_ENABLED
#define BLE_DFU_ENABLED 1
#endif&lt;/p&gt;
&lt;p&gt;// &lt;q&gt; NRF_DFU_BLE_BUTTONLESS_SUPPORTS_BONDS  - Buttonless DFU supports bonds.&lt;/q&gt;&lt;/p&gt;
&lt;p&gt;#ifndef NRF_DFU_BLE_BUTTONLESS_SUPPORTS_BONDS
#define NRF_DFU_BLE_BUTTONLESS_SUPPORTS_BONDS 0
#endif&lt;/p&gt;
&lt;p&gt;thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>