<?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 without USB BLE dongle</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36398/dfu-without-usb-ble-dongle</link><description>Hi, I&amp;#39;using PCA100566 BLE DFU example and Nrf Connect desktop or NrfUtil to program/update. The actual solution needs to use NRF USB Dongle for connection. It&amp;#39;s possible to use directly the PC BLE interface to make this? Like NrfToolbox on Android devices</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 31 Jan 2019 12:20:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36398/dfu-without-usb-ble-dongle" /><item><title>RE: DFU without USB BLE dongle</title><link>https://devzone.nordicsemi.com/thread/168861?ContentTypeID=1</link><pubDate>Thu, 31 Jan 2019 12:20:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed3c2f82-09f2-4afc-9514-287c8da51c5c</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;The source for the nRFConnect BLE you can find here:&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/pc-nrfconnect-ble"&gt;https://github.com/NordicSemiconductor/pc-nrfconnect-ble&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU without USB BLE dongle</title><link>https://devzone.nordicsemi.com/thread/167941?ContentTypeID=1</link><pubDate>Fri, 25 Jan 2019 13:33:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45af656d-0fc5-4381-826b-cfae58db5eb1</guid><dc:creator>abe</dc:creator><description>&lt;p&gt;Hi, the PC based application source files are available at&amp;nbsp;what address?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicSemiconductor/pc-nrfconnect-core"&gt;https://github.com/NordicSemiconductor/pc-nrfconnect-core&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicSemiconductor/pc-nrfconnect-ble"&gt;github.com/.../pc-nrfconnect-ble&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU without USB BLE dongle</title><link>https://devzone.nordicsemi.com/thread/167927?ContentTypeID=1</link><pubDate>Fri, 25 Jan 2019 13:10:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f12551e-1ba7-4111-ba5d-3e41dd7b68b7</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Abele,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s the same answer like on Windows PC. You can either use a Nordic&amp;#39;s dongle or DK (or your custom board) to interface with the computer via UART and then use our ble_pc_driver (also works on Linux) to interface with it. The source code is available.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Or you can access the BlueZ on Linux library directly but you need to write your own code to do that.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We provide the source code for nRF Connect on PC, but not the one on Android as it&amp;#39;s not made to be a reference design, but a tool. On Android we suggest to use the nRFToolbox as reference source.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU without USB BLE dongle</title><link>https://devzone.nordicsemi.com/thread/167817?ContentTypeID=1</link><pubDate>Fri, 25 Jan 2019 08:07:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df5299dd-0a0a-4360-97f6-9c507bb947ee</guid><dc:creator>abe</dc:creator><description>&lt;p&gt;Hi Hung,&lt;br /&gt;As update for my last request, my customer needs a DFU application under Linux. Have you any solution for this? Best if we can use a CLI interface...&lt;br /&gt;As other solution, could we have the NRF Connect source code under android?&lt;br /&gt;Many thanks for the support &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU without USB BLE dongle</title><link>https://devzone.nordicsemi.com/thread/140240?ContentTypeID=1</link><pubDate>Mon, 16 Jul 2018 14:16:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1c9ea5e-089c-44b0-9a12-3f2b43222dc3</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Abele,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Unfortunately we don&amp;#39;t have an example to do DFU from the PC&amp;#39;s native BLE.&lt;/p&gt;
&lt;p&gt;But I think it should be possible to implement one. I would suggest to have a look at the DFU library on mobile app, and follow the documentation of the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/lib_dfu_transport_ble.html?cp=4_0_0_3_5_2_2"&gt;bootloader library&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>