<?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</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/77659/dfu</link><description>Hi, 
 i am working on nrf52dk. i have already implemented dfu with button. i want to implement buttonless dfu. as there is a example provided in ble_peripheral with name &amp;quot;ble_app_dfu_buttonless&amp;quot;. 
 when i program &amp;quot;ble_app_dfu_buttonless&amp;quot; example .nrf52dk</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 21 Jul 2021 06:05:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/77659/dfu" /><item><title>RE: DFU</title><link>https://devzone.nordicsemi.com/thread/321026?ContentTypeID=1</link><pubDate>Wed, 21 Jul 2021 06:05:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c3d3337-7470-454c-90ab-cd4af5d5583f</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;&lt;span&gt;You need to create a private key for the secure_bootloader example. See&amp;nbsp;&lt;a title="BLE Secure DFU Bootloader" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_dfu_bootloader.html?cp=8_1_4_4_0"&gt;BLE Secure DFU Bootloader&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;/span&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/lib_bootloader_dfu_keys.html"&gt;Working with keys&lt;/a&gt;&lt;span&gt;&amp;nbsp;for instructions.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU</title><link>https://devzone.nordicsemi.com/thread/320959?ContentTypeID=1</link><pubDate>Tue, 20 Jul 2021 14:41:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b6364ce-871a-4be3-8d04-666d695dc239</guid><dc:creator>harrys</dc:creator><description>&lt;p&gt;yes it is working. i was doing it with &amp;quot;secure_bootloader_ble_s132_pca10040.hex&amp;quot; by compiling &amp;quot;pca10040_s132_ble&amp;quot;&amp;nbsp; not with debug.&lt;/p&gt;
&lt;p&gt;i want to use key in it. when i am doing it with key. then it is not working&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU</title><link>https://devzone.nordicsemi.com/thread/320952?ContentTypeID=1</link><pubDate>Tue, 20 Jul 2021 14:23:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0b6e3ff-2d6b-4849-a837-f64e6f63d56d</guid><dc:creator>harrys</dc:creator><description>&lt;p&gt;yes i am doing same&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU</title><link>https://devzone.nordicsemi.com/thread/320936?ContentTypeID=1</link><pubDate>Tue, 20 Jul 2021 13:48:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89288520-8bca-4074-92b6-63acfc4fb48f</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Do you follow the&amp;nbsp;&lt;a href="https://github.com/gamnes/nRF52832-buttonless-dfu-development-tutorial"&gt;nRF52832-buttonless-dfu-development-tutorial&lt;/a&gt;? You also need to program&amp;nbsp;&lt;span&gt;the SoftDevice and bootloader to run the&amp;nbsp;&lt;/span&gt;&lt;span&gt;ble_app_dfu_buttonles&lt;/span&gt;&lt;span&gt;s. See the following flow:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;mergehex -m s132_softdevice.hex secure_bootloader_ble_s132_pca10040_debug.hex -o merged_SD_bootloader.hex
nrfjprog --program merged_SD_bootloader.hex --chiperase -r
nrfutil settings generate --family NRF52 --application ble_app_dfu_buttonless.hex --application-version 1 --bootloader-version 1 --bl-settings-version 1 settings.hex
mergehex -m ble_app_dfu_buttonless.hex settings.hex -o merged.hex
nrfjprog --program merged.hex --sectorerase&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU</title><link>https://devzone.nordicsemi.com/thread/320910?ContentTypeID=1</link><pubDate>Tue, 20 Jul 2021 12:56:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f26268c-c4da-4d81-96bc-bb9c49d3a962</guid><dc:creator>harrys</dc:creator><description>&lt;p&gt;yes i find it with precompiled examples . there is a example in &lt;span style="background-color:#ffff00;"&gt;ble_periphera&lt;/span&gt;l&amp;nbsp; &amp;quot;&lt;span style="background-color:#ffff00;"&gt;ble_app_dfu_buttonles&lt;/span&gt;s&amp;quot;. when i program that example it doesnot advertise anything .&amp;nbsp;&lt;/p&gt;
&lt;p&gt;is there any step i am missing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU</title><link>https://devzone.nordicsemi.com/thread/320880?ContentTypeID=1</link><pubDate>Tue, 20 Jul 2021 12:02:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77617db5-f6be-4a1a-a35c-13678a0dfbdd</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you see the DFU icon&amp;nbsp;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1626782518871v1.png" alt=" " /&gt;as the following figure?&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/3808.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>