<?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>Pairing NRF52840 dongle with NRF52840 DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59030/pairing-nrf52840-dongle-with-nrf52840-dk</link><description>Is it possible to pair the nrf52 DK and nrf52 dongle through bluetooth? My project requires that the nrf DK sends data (sensor values) to the nrf dongle, and from the dongle send data through the usb to the PC comport. For my project I don&amp;#39;t want to use</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Mar 2020 15:08:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59030/pairing-nrf52840-dongle-with-nrf52840-dk" /><item><title>RE: Pairing NRF52840 dongle with NRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/240078?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 15:08:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79b17891-4675-4194-ba35-41ca1477d2bc</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Ok. Seeing as that is a refinement of this question, with more information, I will close this ticket.&lt;br /&gt;The discussion will continue in the other ticket.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pairing NRF52840 dongle with NRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/239978?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 11:51:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2d43b85-d42d-4496-be95-595996d99e51</guid><dc:creator>MRK-196</dc:creator><description>&lt;p&gt;Hi, I wrote another question (here : &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/59101/how-to-download-project-usbd_ble_uart_pca10056_s140-in-nrf52-dongle"&gt;Link to question&lt;/a&gt;) with more detailed information of the problem I am encountering&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pairing NRF52840 dongle with NRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/239976?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 11:47:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44870f3c-33d4-4212-ab5c-bf4b19af5697</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Sorry for my late reply.&lt;br /&gt;The Dongle Programming Tutorial is the reference for how to make the examples compatible with the dongle.&lt;br /&gt;You are currently attempting the BLE Blinkey example. Have you tried to do the non-ble(without softdevice) Blinkey example first, before doing the BLE one?&lt;/p&gt;
[quote user="MRK-196"]I am&amp;nbsp; encountering errors when building the project.[/quote]
&lt;p&gt;Please elaborate on the exact errors you are encountering. If you could provide a log of the building output that would be beneficial.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pairing NRF52840 dongle with NRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/239791?ContentTypeID=1</link><pubDate>Fri, 13 Mar 2020 16:20:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ee1b9c7-e313-406b-94d9-589d72d78f3e</guid><dc:creator>MRK-196</dc:creator><description>&lt;p&gt;I think the problem is coming from the linker part, I am entering ( FLASH_PH_START=0x0;FLASH_PH_SIZE=0x100000;RAM_PH_START=0x20000000;RAM_PH_SIZE=0x40000;FLASH_START=0x1000;FLASH_SIZE=0xDF000;RAM_START=0x20000008;RAM_SIZE=0x3FFF8 )&lt;/p&gt;
&lt;p&gt;is there any reference on how to set up the linker?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pairing NRF52840 dongle with NRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/239784?ContentTypeID=1</link><pubDate>Fri, 13 Mar 2020 16:03:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:154266f1-017f-4f8b-be78-504c81f06483</guid><dc:creator>MRK-196</dc:creator><description>&lt;p&gt;No problem, I am trying to download to the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/usbd_ble_uart_example.html"&gt;USBD BLE UART example&lt;/a&gt; in the nrf5240 dongle by referring to the &amp;nbsp; &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; . But when I do the modifications of the linker and processor,&amp;nbsp; I am&amp;nbsp; encountering errors when building the project. Is there any more references on what to modify to make an nrf52 DK software compatible with nrf52 dongle?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pairing NRF52840 dongle with NRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/239781?ContentTypeID=1</link><pubDate>Fri, 13 Mar 2020 15:55:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d0f498c-29ed-4e11-b9c6-483b01de834f</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Yes, this is correct. I should instead have referred you the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/usbd_ble_uart_example.html"&gt;USBD BLE UART example&lt;/a&gt; for this, my apologies.&lt;br /&gt;This example communicates between the PC and Dongle using a virtual COM port, instead of UART.&lt;br /&gt;Note that this example is made for communicating with the nRF UART application for smartphones, so you will have to make changes to the example so as to communicate with your DK.&lt;br /&gt;&lt;br /&gt;Sorry for any confusion this might have caused.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pairing NRF52840 dongle with NRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/239762?ContentTypeID=1</link><pubDate>Fri, 13 Mar 2020 14:19:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ebcdc80-18c9-4e2e-8e21-e8d0aa3f0080</guid><dc:creator>MRK-196</dc:creator><description>&lt;p&gt;Yes, you understood my request.&lt;/p&gt;
&lt;p&gt;I have a last question regarding the dongle. I read that the dongle does not have a UART to communicate with the PC, but a serial communication can happen through the USB. Do I have to change the coding of the &amp;quot; &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/ble_sdk_app_nus_c.html"&gt;BLE Central nordic uart example&lt;/a&gt;&amp;quot; to operate by USB?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Pairing NRF52840 dongle with NRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/239697?ContentTypeID=1</link><pubDate>Fri, 13 Mar 2020 11:28:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04bd285b-10a5-42eb-a671-c7c9ee305333</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Yes, there are many ways to go about achieving this.&lt;br /&gt;Have you seen the Nordic UART example from the SDK?&lt;br /&gt;The example demonstrates how you can pair two devices, and have them transmit what they receive on UART to each other.&lt;br /&gt;The Dongle could run the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/ble_sdk_app_nus_c.html"&gt;BLE Central nordic uart example&lt;/a&gt;&amp;nbsp;and the DK could run the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/ble_sdk_app_nus_eval.html"&gt;UART/Serial port emulator example&lt;/a&gt;, to demonstrate this.&lt;br /&gt;&lt;br /&gt;You then just need to modify the application running on the DK, to sent the sensor data rather than UART data.&lt;br /&gt;&lt;br /&gt;Is this what you were looking for?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>