<?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>Buttonless DFU on nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/65059/buttonless-dfu-on-nrf52832</link><description>I&amp;#39;m using nRF52832 + SDK17.0.0 + s132_7.0.1. I am testing buttonless DFU on the PCA10040 board based on this blog, The initial DFU (when there is no app) is successful: 
 
 Build the secure_bootloader example with a private key. 
 Build the ble_app_buttonless_dfu</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 30 Aug 2020 02:15:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/65059/buttonless-dfu-on-nrf52832" /><item><title>RE: Buttonless DFU on nRF52832</title><link>https://devzone.nordicsemi.com/thread/267078?ContentTypeID=1</link><pubDate>Sun, 30 Aug 2020 02:15:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a913dd2-cbff-450c-955b-ea8ad76581f4</guid><dc:creator>Tosa</dc:creator><description>&lt;p&gt;Which logs from nRF Connect are you referring to? nRF Connect isn&amp;#39;t opening a new tab; it&amp;#39;s just disconnecting from NORDIC_BUTTONLESS. I manually go to the scan tab to see and connect to DFUTARG.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Buttonless DFU on nRF52832</title><link>https://devzone.nordicsemi.com/thread/266743?ContentTypeID=1</link><pubDate>Thu, 27 Aug 2020 12:35:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19a5cdc2-b532-4775-8351-ffb7a5073d49</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Could you post here logs from nRF Connect on the DFUTARG tab?&lt;/p&gt;
&lt;p&gt;The new tab that opens when you do dfu can be closed. nRF Connect just discovers new device connected and opens this tab automatically, but you should be using only the original tab if don&amp;#39;t want to sniff dfu process.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Buttonless DFU on nRF52832</title><link>https://devzone.nordicsemi.com/thread/266548?ContentTypeID=1</link><pubDate>Wed, 26 Aug 2020 14:32:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2848f923-ee2e-45e0-9199-61dee4e39644</guid><dc:creator>Tosa</dc:creator><description>&lt;p&gt;I&amp;#39;m always using un-bonded. The issue keeps reoccurring on the&amp;nbsp;Zenpad and Nexus. I&amp;#39;ve not made changes to the DFU service, nor the&amp;nbsp;&lt;span&gt;ble_app_buttonless_dfu&amp;nbsp;example, and only added my public key to the secure_bootloader build.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It seems that I can manually write to the Buttonless DFU characteristic. The Zenpad disconnects from NORDIC_BUTTONLESS, but does not automatically connect to DFUTARG. If I go to the scan tab, I can see DFUTARG and connect to it. However, if I attempt to DFU, nothing seems to happen. Please advise.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Buttonless DFU on nRF52832</title><link>https://devzone.nordicsemi.com/thread/265935?ContentTypeID=1</link><pubDate>Mon, 24 Aug 2020 10:43:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e83ba22-ce43-464d-829a-2c4ce03ed4f7</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="Tosa"]it just stays connected to NORDIC_BUTTONLESS and DFUTARG never starts.[/quote]
&lt;p&gt;This indicates that the buttonless DFU characteristic was never written to, as a write to it would be enough to make the device enter DFU mode.&lt;/p&gt;
[quote user="Tosa"]Is there a minimum Android version for secure DFU using nRFConnect? The Asus ZenPad 8 (Android 5) works fine with SDK11 non-secure DFU.[/quote]
&lt;p&gt;The minimum Android version is&amp;nbsp;4.3, and that should be sufficient for DFU as well, both secure and non-secure.&lt;/p&gt;
&lt;p&gt;Do you consistently see this difference between Android versions? Is there any difference in the test setup? Always bonded or unbonded? Have you made changes to the buttonless DFU service implementation (in &amp;lt;SDK&amp;gt;\components\ble\ble_services\ble_dfu)?&lt;/p&gt;
&lt;p&gt;Do you get it to work if you write to the Buttonless DFU characteristic manually from nRF Connect? In that case, the device should reset into DFU mode. If not, what happens?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Buttonless DFU on nRF52832</title><link>https://devzone.nordicsemi.com/thread/265832?ContentTypeID=1</link><pubDate>Fri, 21 Aug 2020 16:32:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0139cee1-0758-4739-81d5-8419284dde2c</guid><dc:creator>Tosa</dc:creator><description>&lt;p&gt;I&amp;#39;m testing without bonds. The issue occurs with Asus ZenPad 8 (Android 5) using nRFConnect 4.22. I updated to 4.24 and now when I attempt DFU from NORDIC_BUTTONLESS, it just stays connected to NORDIC_BUTTONLESS and DFUTARG never starts. The same thing occurs on a Nexus 7 (Android 6) using nRFConnect 4.24.&lt;/p&gt;
&lt;p&gt;However, DFU works fine with a Huawei P20 Pro (Android 8) with nRFConnect 4.24. DFU also works fine with nRFConnect on a Windows PC (using PCA10056 as the central). Is there a minimum Android version for secure DFU using nRFConnect? The Asus ZenPad 8 (Android 5) works fine with SDK11 non-secure DFU.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Buttonless DFU on nRF52832</title><link>https://devzone.nordicsemi.com/thread/265756?ContentTypeID=1</link><pubDate>Fri, 21 Aug 2020 11:51:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3d54556-0eae-4ad9-a864-6fd3a8220791</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;nRF Connect should have automatically connected once the device entered DFU mode. Which nRF Connect version do you use on Android? Do you see the same behavior from nRF Connect for desktop or iOS? if so, are you testing with or without bonds?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Buttonless DFU on nRF52832</title><link>https://devzone.nordicsemi.com/thread/265650?ContentTypeID=1</link><pubDate>Fri, 21 Aug 2020 06:52:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5cddf2a-15db-4693-9d33-5c260f2a0529</guid><dc:creator>Surya</dc:creator><description>&lt;p&gt;give try with different mobile and with different file managers. i used honor mobile with es explorer it failed loading. but with file manager + it worked.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>