<?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>Error while flashing the ble_app_uart exemple into the nRF52840 dongle</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49086/error-while-flashing-the-ble_app_uart-exemple-into-the-nrf52840-dongle</link><description>Hello, 
 My goal is to send a binary file by Bluetooth into the nRF52940 board from the terminal. I saw the ble_app_uart example. It seems to be exactly what I want to do but i have some issues. I changed the define in the precompilation in order to have</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 28 Jun 2019 12:47:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49086/error-while-flashing-the-ble_app_uart-exemple-into-the-nrf52840-dongle" /><item><title>RE: Error while flashing the ble_app_uart exemple into the nRF52840 dongle</title><link>https://devzone.nordicsemi.com/thread/195367?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2019 12:47:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dbc64501-98f7-478f-9495-faf81ee63c5c</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I cannot say without more information. You should debug on both sides to see what is actually happening. Is the UART data received on the dongle? If yes, why is it not transmitted to the peer (DK)? Are any error checks being hit? In this case, you have a disadvantage since the nRF52840 Dongle does not have a debugger, so it is difficult to know what is going on. Perhaps you can test with another DK if you have it, or alternate which board is which so that you can debug in both ends (even though not at the same time)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error while flashing the ble_app_uart exemple into the nRF52840 dongle</title><link>https://devzone.nordicsemi.com/thread/195323?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2019 10:14:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ae620d8-3e17-45ce-9c72-b4710a814a9b</guid><dc:creator>flogui</dc:creator><description>&lt;p&gt;Thanks to your reply I finaly succeed in what I wanted to do but there is a little thing i wanted to talk. When I send a file to the board over ble all the file is not received. What could be the problem ?&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1561716757321v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Com19 is the DK and only 878 characters are received&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error while flashing the ble_app_uart exemple into the nRF52840 dongle</title><link>https://devzone.nordicsemi.com/thread/195276?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2019 08:06:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23c957cc-35df-4155-9964-d9659c51a9b9</guid><dc:creator>flogui</dc:creator><description>&lt;p&gt;OK that&amp;#39;s what I am going to do. But first, the dongle is not recognised at all by the PC (No virtual Com Port), it does not connect to the DK, and there is no led on as it is on the DK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error while flashing the ble_app_uart exemple into the nRF52840 dongle</title><link>https://devzone.nordicsemi.com/thread/195274?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2019 07:55:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e4b9e77f-2ab9-464d-9956-950268c6fb84</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;ble_app_uart is intended to be run on the DK, where the onboard debugger acts as a USB-UART bridge. This is not present on the dongle. The&amp;nbsp;ble_app_uart example does not support CDC UART, so you will not see any UART traffic on your computer unless you connect a USB-UART bridge to the UART pins on the dongle (you can map UART pins to easily accessible GPIO&amp;#39;s).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error while flashing the ble_app_uart exemple into the nRF52840 dongle</title><link>https://devzone.nordicsemi.com/thread/195272?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2019 07:48:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b15749b6-a988-4ad6-903e-3b9e55832c0d</guid><dc:creator>flogui</dc:creator><description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;Ok i understand but my dongle still don&amp;#39;t work. I am using the dongle as a central device and the board as a peripheral device.&lt;/p&gt;
&lt;p&gt;I want to send a binary file that will be received by the nRF52840 to do a firmware update&amp;nbsp;of an other chip by uart.&lt;/p&gt;
&lt;p&gt;So in resume i want :&amp;nbsp; PC &amp;lt;-ble-&amp;gt; nrf52840(board)&amp;lt;-UART-&amp;gt; other chip.&lt;/p&gt;
&lt;p&gt;Do you have any idea from where the error come from ?&lt;/p&gt;
&lt;p&gt;And if you don&amp;#39;t, is there a better way to do what I want to achieve ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error while flashing the ble_app_uart exemple into the nRF52840 dongle</title><link>https://devzone.nordicsemi.com/thread/195259?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2019 06:31:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a72a979b-d078-4daf-a9c4-bf477133dd52</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This error does not indicate that there was an error during programming. You get this error message because the&amp;nbsp;ble_app_uart example does not include the DFU trigger library. Therefore it is not recognized by nRF Connect programmer, but programming was still successful. You can avoid this message by including the DFU trigger library in your app if you like, or you can simply ignore it. The only practical consequence of not having the DFU trigger library is that you get this error and you have to push the sideways push-button to make the dongle start the bootloader in DFU mode. See &lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/getting-started/posts/nrf52840-dongle-programming-tutorial"&gt;nRF52840 Dongle Programming Tutorial&lt;/a&gt;&amp;nbsp;for more details.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>