<?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>How to DFU nRF52832 via BLE using ESP32</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/94704/how-to-dfu-nrf52832-via-ble-using-esp32</link><description>Hi, 
 I&amp;#39;m a beginner to this kind of problem. I am trying to update firmware for nRF52832 through BLE using ESP32. I am using 17.1 SDK and Softdevice 7.2.0 with Keil. 
 I have gone through some thread related but cant figure out the way to deal with the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Dec 2022 14:11:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/94704/how-to-dfu-nrf52832-via-ble-using-esp32" /><item><title>RE: How to DFU nRF52832 via BLE using ESP32</title><link>https://devzone.nordicsemi.com/thread/399957?ContentTypeID=1</link><pubDate>Fri, 09 Dec 2022 14:11:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d56b609-ea1a-4d78-b01c-678535ac89ea</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]1. The&amp;nbsp;Buttonless DFU example does the regular application until it enters the DFU mode by nRF connect app right?[/quote]
&lt;p&gt;Yes, this examples implements the buttonless DFU service on BLE and allows you to enter the bootloader to perform DFU from the application/over BLE.&lt;/p&gt;
[quote user=""]2. How to implement the DFU master code on a microcontroller with BLE?[/quote]
&lt;p&gt;Unfortunately, we do not have any examples showing how to perform DFU over BLE from an external BLE DFU server. We do have an unofficial example of serial DFU master in &lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kit/posts/getting-started-with-nordics-secure-dfu-bootloader#h108sjziaxo3m81rkgr1has5r1d72qtu"&gt;this blog post&lt;/a&gt;, and you can find the documentation for the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/lib_dfu_transport.html"&gt;DFU protocol in the SDK documentation&lt;/a&gt;. A customer have also posted some instructions on how to do this in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/71858/problems-in-transfer-of-a-firmware-image"&gt;this ticket&lt;/a&gt;, which might help you get started with your own implementation. Our main BLE DFU master solution can be found in python in &lt;a href="https://github.com/NordicSemiconductor/pc-nrfutil/blob/master/nordicsemi/dfu/dfu_transport_ble.py"&gt;pc-nrfutil source code&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>