<?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>Running examples on nrf52840 dongle</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39435/running-examples-on-nrf52840-dongle</link><description>Hi, 
 I tried to run the pca10056 ble_app_uart on a nrf52840 dongle (pca10059) after modifying the example as suggested here on the devzone. I had to define the rx,tx,ctx and rts pins since these are not defined in the board header file for the dongle</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Dec 2018 20:19:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39435/running-examples-on-nrf52840-dongle" /><item><title>RE: Running examples on nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/160275?ContentTypeID=1</link><pubDate>Tue, 04 Dec 2018 20:19:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d3501bb-76b7-4188-9287-a2e9b8ff1f7d</guid><dc:creator>FrankBau</dc:creator><description>&lt;p&gt;Yes, the UART lines were floating. If I do an external loopback by connecting RX and TX lines, or pull RX high, it works. Thanks alot.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Running examples on nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/160124?ContentTypeID=1</link><pubDate>Tue, 04 Dec 2018 08:00:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5a576b1-24c0-4b4d-aa1f-052b62964b50</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Please make sure you follow all steps described in the&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/tutorials/b/getting-started/posts/nrf52840-dongle-programming-tutorial"&gt;nRF52840 Dongle Programming Tutorial&lt;/a&gt;. Did you connect the UART lines to anything? If you leave them floating, there might be an error detected on the lines, putting the device into the error handler. By default, most examples in our SDK that use app_uart pass the errors to APP_ERROR_CHECK in the UART event handler. If you are using app_uart, you can try to remove this macro, to see if the rest of your code continue executing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Running examples on nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/160114?ContentTypeID=1</link><pubDate>Tue, 04 Dec 2018 06:56:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c92b14ce-0605-4cd0-9e58-2d85726d042a</guid><dc:creator>FrankBau</dc:creator><description>&lt;p&gt;I run into the same issue.&lt;/p&gt;
&lt;p&gt;Copied SDK 15.2 example examples\ble_peripheral\ble_app_uart\pca10056 into new pca10059 subfolder, changed board definition to BOARD_PCA10059 (tried both, armgcc and SES) and added pin definitions near the end of components\boards\pca10059.h:&lt;/p&gt;
&lt;p&gt;#define RX_PIN_NUMBER&amp;nbsp; NRF_GPIO_PIN_MAP(0,10)&lt;br /&gt;#define TX_PIN_NUMBER&amp;nbsp; NRF_GPIO_PIN_MAP(0, 9)&lt;br /&gt;#define CTS_PIN_NUMBER NRF_GPIO_PIN_MAP(0,24)&lt;br /&gt;#define RTS_PIN_NUMBER NRF_GPIO_PIN_MAP(0,22)&lt;/p&gt;
&lt;p&gt;(Tried several pin assignments like 20,17,15,13 too).&lt;/p&gt;
&lt;p&gt;Flashing with nRF Connect (Win10) succeeds, but the Dongle seems to crash immediately: no LEDs, no BLE advertising.&lt;/p&gt;
&lt;p&gt;Really like the Dongle for prototyping and would like to understand how to get the peripherals used.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Running examples on nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/152918?ContentTypeID=1</link><pubDate>Mon, 15 Oct 2018 14:44:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fec55ed0-4629-4f77-a0d6-72f04b62daf8</guid><dc:creator>WirelessCharging</dc:creator><description>&lt;p&gt;I&amp;#39;m in the same situation, where I&amp;#39;d like to use the nrf52 dongle with uart configured to GPIOs instead of the USB pins.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Running examples on nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/152839?ContentTypeID=1</link><pubDate>Mon, 15 Oct 2018 10:23:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa9f537b-3bfb-4477-a63c-c99ea9638766</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Can you elaborate on this statement:&lt;/p&gt;
[quote user=""]programming the resulting hex and the softdevice using nrfconnect, it did not work.[/quote]
&lt;p&gt;Does it not work to program the application? Is the application not advertising? Is the data not coming over UART?&lt;/p&gt;
&lt;p&gt;Which pins did you configure for UART peripheral? How did you connect UART to PC? Note that there is no Segger Debugger chip on the Dongle, meaning that there is no &amp;quot;automatic&amp;quot; UART to USB interface. If you want to use the USB interface for UART, you need to incorportae something like the&amp;nbsp;&lt;a title="USB CDC ACM Example" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/usbd_cdc_acm_example.html?cp=4_0_0_4_5_50_3"&gt;USB CDC ACM Example&lt;/a&gt;&amp;nbsp;into the application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Running examples on nrf52840 dongle</title><link>https://devzone.nordicsemi.com/thread/152778?ContentTypeID=1</link><pubDate>Sun, 14 Oct 2018 21:01:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:352eb17d-6000-4158-9693-80a5081f90e8</guid><dc:creator>NickBle</dc:creator><description>&lt;p&gt;I need this as well! If I understand correctly the HW UART can&amp;#39;t be used on the&amp;nbsp;&lt;span&gt;pca10059 because it&amp;#39;s wired to the LED or something? But we should be able to assign other pins to UART, aren&amp;#39;t we? &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I want to interface the UART to another microcontroller and want to route the UART communication over BLE (and maybe USB). Basically a UART-BLE gateway.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>