<?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>What is next step to do after flashing hex files of nRF examples</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38145/what-is-next-step-to-do-after-flashing-hex-files-of-nrf-examples</link><description>Hello Everyone need your help. 
 I am using three nRF52840 dongles and have flashed hex file of an nRF example (Ble_Blinky). i want to know whether the hex file is really flashed into the nRF52840 dongle. 
 I am getting output as: The LD2 led which is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 13 Sep 2018 06:35:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38145/what-is-next-step-to-do-after-flashing-hex-files-of-nrf-examples" /><item><title>RE: What is next step to do after flashing hex files of nRF examples</title><link>https://devzone.nordicsemi.com/thread/148517?ContentTypeID=1</link><pubDate>Thu, 13 Sep 2018 06:35:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76e2d24d-8477-4c96-b46e-2b1f7c88be08</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;That is very strange. I have no problems doing this.&lt;/p&gt;
&lt;p&gt;Are you sure you flashed the correct softdevice as well as the application?&lt;/p&gt;
&lt;p&gt;Regards, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is next step to do after flashing hex files of nRF examples</title><link>https://devzone.nordicsemi.com/thread/148272?ContentTypeID=1</link><pubDate>Tue, 11 Sep 2018 16:23:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1adc26a5-3f1e-467f-b0f3-adc69aacfd28</guid><dc:creator>Cy</dc:creator><description>&lt;p&gt;Trying to recreate this process with the same setup as Nimish. I insert the dongle into the PC USB port and open nRFconnect v2.5.0. I run the Programmer(experimental) and press the reset button on the dongle and LD2 flashes slowly, maybe a Hz, color red. I then compile the project within armgcc as the PCA10059 folder. Within the programmer I select the nRF52840_xxaa.hex for the ble_app_blinky and the programmer places it in the files section with addresses 0x0002C268-0x00026000. When I select the Write all to devkit, LD2 quits flashing, the PC has disconnected the device, but nothing else is occurring. I suspect the bootloader has not jumped to the appropriate address to start the application.&amp;nbsp; &amp;nbsp;I can insert the device in a powered USB port but nothing is still occurring.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is next step to do after flashing hex files of nRF examples</title><link>https://devzone.nordicsemi.com/thread/147960?ContentTypeID=1</link><pubDate>Mon, 10 Sep 2018 09:11:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33fe92ee-8523-467f-bd50-c7490a2a2add</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi again.&lt;br /&gt;I think I was a little hasty with my last answer. Let me correct myself:&lt;/p&gt;
&lt;p&gt;First of all; &lt;br /&gt;LD2 blinking Red/Green/Blue is the expected behaviour of the peripheral blinky example, found in &lt;em&gt;sdk_root/examples/peripheral/blinky&lt;/em&gt;.&lt;br /&gt;From the screenshot in your original question, I can see that this is the example you are using due to the &lt;em&gt;blinky_pca_10059_mbr.hex&lt;/em&gt; in the programmer app.&lt;/p&gt;
&lt;p&gt;For the ble_app_blinky, found in &lt;em&gt;sdk_root/examples/ble_peripheral/ble_app_blinky, &lt;/em&gt;LD2 blinking Red/Green/Blue is not the expected behaviour. &lt;br /&gt;When programming the ble_app_blinky example to your dongle (Precompiled hex-file can be found in &lt;em&gt;sdk_root/examples/ble_peripheral/ble_app_blinky/hex/ble_app_blinky_pca10059_s140.hex&lt;/em&gt;), LD1 should be lit.&lt;/p&gt;
&lt;p&gt;After I flash the ble_app_blinky hex-file file to my dongle I see that LD1 is lit, indicating that it is advertising. I use my smartphone with nRF Connect to scan for the dongle. I can see that it is advertising, and I can connect to it. After connecting I see that LD1 is turned off and LD2 is lit, indicating that it is connected. &lt;/p&gt;
&lt;p&gt;After connecting, I can see the LED Button Service. If I write 0x00/0x01 to the Nordic Blinky LED characteristic, I can see that LD2 is changing color.&lt;/p&gt;
[quote user="Nimish"]Also should I have to power the dongle externally?[/quote]
&lt;p&gt;&amp;nbsp;Not sure if I understand what you mean by this. The dongle is powered by the USB on the computer. No need for an external power supply.&lt;/p&gt;
[quote user="Nimish"]Also after flashing neither of the two Led&amp;#39;s glow.[/quote]
&lt;p&gt;&amp;nbsp;In your original question you said that LD2 was blinking Red/Green/Blue. Is that not the case?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Best regards, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is next step to do after flashing hex files of nRF examples</title><link>https://devzone.nordicsemi.com/thread/147699?ContentTypeID=1</link><pubDate>Fri, 07 Sep 2018 04:51:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4b80714-ffbb-46f2-b35a-e7ea99f13f7b</guid><dc:creator>Nimish</dc:creator><description>&lt;p&gt;So after flashing the dongle with required program the dongle exits bootloader mode. So how will I come to know the dongle is advertising or not. Also after flashing neither of the two Led&amp;#39;s glow. Also should I have to power the dongle externally?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is next step to do after flashing hex files of nRF examples</title><link>https://devzone.nordicsemi.com/thread/147479?ContentTypeID=1</link><pubDate>Thu, 06 Sep 2018 07:04:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c06f8eeb-0f9b-4fb0-b03a-bec0f0f6db26</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;This seems to be the expected behaviour of the ble_app_blinky, yes.&lt;/p&gt;
&lt;p&gt;The nRF52840 Dongle can be programmed through the built-in USB bootloader. &lt;br /&gt;To program the Dongle, it must be in bootloader mode. &lt;br /&gt;You can enter bootloader mode either by; &lt;br /&gt;- Triggering the nRF52840 USB DFU endpoint&lt;br /&gt;- Or pressing the RESET button on the Dongle (See picture below).&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-4604449953e441a9bce6e97097a4e165/dongle.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;When you have programmed the Dongle using the programmer app the dongle will exit bootloader mode. That is why you get the &amp;quot;Reopen device error&amp;quot;.&lt;/p&gt;
&lt;p&gt;Let me know if you have any further questions.&lt;/p&gt;
&lt;p&gt;Best regards, &lt;br /&gt;Joakim.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>