<?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>UART communication between two boards</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41769/uart-communication-between-two-boards</link><description>Hi, 
 I am trying to establish UART communication between two nRF52 Dev boards. I flashed both of them with UART peripheral example from 15.2.0 SDK and connected TX,RX and GND pins. 
 Here, I encountered a weird issue where the two way communication(two</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 13 Mar 2019 12:08:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41769/uart-communication-between-two-boards" /><item><title>RE: UART communication between two boards</title><link>https://devzone.nordicsemi.com/thread/175910?ContentTypeID=1</link><pubDate>Wed, 13 Mar 2019 12:08:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe81c246-4a9e-4bda-845c-02c81d2206e4</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;You are seeing this behaviour because of how the DK&amp;#39;s are connected.&lt;/p&gt;
&lt;p&gt;The data being entered in the terminal will be forwarded via the segger chip on the DK to the nRF chip. &lt;br /&gt;Because you have connected both RX pins, both the nRF&amp;#39;s will receive the data. &lt;br /&gt;When the UART application receives the data, it will process it and print the data. This is done by the nRF forwarding the data to your terminal via the segger chip and the TX line.&lt;/p&gt;
&lt;p&gt;That is why you are seeing the two way comunication. If you connect TX1 -&amp;gt; RX2 and TX2 -&amp;gt;RX1, you should see the data go into an endless loop between the two.&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: UART communication between two boards</title><link>https://devzone.nordicsemi.com/thread/175014?ContentTypeID=1</link><pubDate>Fri, 08 Mar 2019 13:06:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7dabbd94-e15c-480d-96b7-7abec0a6e1b4</guid><dc:creator>DeveloperZ</dc:creator><description>&lt;p&gt;Can I know why is the two way communication happening when sending the data using terminal and why not when the data is being transferred over the application?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART communication between two boards</title><link>https://devzone.nordicsemi.com/thread/173127?ContentTypeID=1</link><pubDate>Tue, 26 Feb 2019 22:36:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89b5d491-30ed-4729-9d8d-80de437fe312</guid><dc:creator>DeveloperZ</dc:creator><description>[quote userid="20690" url="~/f/nordic-q-a/41769/uart-communication-between-two-boards/173089"]sending the data through the application.[/quote]
&lt;p&gt;This doesn&amp;#39;t show the two way communication between the boards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART communication between two boards</title><link>https://devzone.nordicsemi.com/thread/173089?ContentTypeID=1</link><pubDate>Tue, 26 Feb 2019 15:26:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e3898d7-610d-4f52-8e35-f15d80208cc4</guid><dc:creator>Joakim Jakobsen</dc:creator><description>[quote user="DeveloperZ"]No, I haven&amp;#39;t tried that yet.[/quote]
&lt;p&gt;&amp;nbsp;Maybe you could try that, and see if you still get a two way com. sending the data through the application.&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART communication between two boards</title><link>https://devzone.nordicsemi.com/thread/172750?ContentTypeID=1</link><pubDate>Mon, 25 Feb 2019 12:47:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:498b8262-93c3-4cca-9a5a-15ba5c7b09e5</guid><dc:creator>DeveloperZ</dc:creator><description>[quote userid="20690" url="~/f/nordic-q-a/41769/uart-communication-between-two-boards/172713"]Is all the data you sent from one board to the other, entered into the terminal?[/quote]
&lt;p&gt;Yes, I have been sending data only through the terminals.&lt;/p&gt;
[quote userid="20690" url="~/f/nordic-q-a/41769/uart-communication-between-two-boards/172713"]Have you tried sending any data directly through the application?[/quote]
&lt;p&gt;No, I haven&amp;#39;t tried that yet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART communication between two boards</title><link>https://devzone.nordicsemi.com/thread/172713?ContentTypeID=1</link><pubDate>Mon, 25 Feb 2019 09:49:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3dabdc44-b54a-4d42-9107-cca3f09c76b3</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Is all the data you sent from one board to the other, entered into the terminal?&lt;/p&gt;
&lt;p&gt;Have you tried sending any data directly through the application?&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART communication between two boards</title><link>https://devzone.nordicsemi.com/thread/172556?ContentTypeID=1</link><pubDate>Fri, 22 Feb 2019 15:49:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ede2c753-4cad-4819-87df-ee3e8c7eab6b</guid><dc:creator>DeveloperZ</dc:creator><description>&lt;p&gt;Okay.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART communication between two boards</title><link>https://devzone.nordicsemi.com/thread/172051?ContentTypeID=1</link><pubDate>Wed, 20 Feb 2019 09:16:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5e5d877-247a-467b-b774-c6095ba97b0c</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi again.&lt;/p&gt;
&lt;p&gt;Thank you for the detailed description of your setup.&lt;/p&gt;
&lt;p&gt;We have been able to reproduce it using the same setup as you. &lt;br /&gt;However, I must admit that I don&amp;#39;t know why that is working.&lt;/p&gt;
&lt;p&gt;I will do some digging and see if I can find an explanation to this.&lt;/p&gt;
&lt;p&gt;Best regards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART communication between two boards</title><link>https://devzone.nordicsemi.com/thread/169603?ContentTypeID=1</link><pubDate>Tue, 05 Feb 2019 21:16:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3292bf80-3fb3-4a88-b351-fa8cd2519fec</guid><dc:creator>DeveloperZ</dc:creator><description>&lt;p&gt;Hi Joakim,&lt;/p&gt;
&lt;p&gt;Sorry for the delay. This is the setup with the nRF52 DK&amp;#39;s.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/IMG_5F00_20190205_5F00_160251.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;I connected the grounds on both boards(black wire). Also connected TX on board 1 (P0.06) to RX on board 2 (P0.08) using green wire.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The code that I flashed on both boards is:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/**
 * Copyright (c) 2014 - 2018, Nordic Semiconductor ASA
 *
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without modification,
 * are permitted provided that the following conditions are met:
 *
 * 1. Redistributions of source code must retain the above copyright notice, this
 *    list of conditions and the following disclaimer.
 *
 * 2. Redistributions in binary form, except as embedded into a Nordic
 *    Semiconductor ASA integrated circuit in a product or a software update for
 *    such product, must reproduce the above copyright notice, this list of
 *    conditions and the following disclaimer in the documentation and/or other
 *    materials provided with the distribution.
 *
 * 3. Neither the name of Nordic Semiconductor ASA nor the names of its
 *    contributors may be used to endorse or promote products derived from this
 *    software without specific prior written permission.
 *
 * 4. This software, with or without modification, must only be used with a
 *    Nordic Semiconductor ASA integrated circuit.
 *
 * 5. Any software provided in binary form under this license must not be reverse
 *    engineered, decompiled, modified and/or disassembled.
 *
 * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA &amp;quot;AS IS&amp;quot; AND ANY EXPRESS
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *
 */
/** @file
 * @defgroup uart_example_main main.c
 * @{
 * @ingroup uart_example
 * @brief UART Example Application main file.
 *
 * This file contains the source code for a sample application using UART.
 *
 */

#include &amp;lt;stdbool.h&amp;gt;
#include &amp;lt;stdint.h&amp;gt;
#include &amp;lt;stdio.h&amp;gt;
#include &amp;quot;app_uart.h&amp;quot;
#include &amp;quot;app_error.h&amp;quot;
#include &amp;quot;nrf_delay.h&amp;quot;
#include &amp;quot;nrf.h&amp;quot;
#include &amp;quot;bsp.h&amp;quot;
#if defined (UART_PRESENT)
#include &amp;quot;nrf_uart.h&amp;quot;
#endif
#if defined (UARTE_PRESENT)
#include &amp;quot;nrf_uarte.h&amp;quot;
#endif


//#define ENABLE_LOOPBACK_TEST  /**&amp;lt; if defined, then this example will be a loopback test, which means that TX should be connected to RX to get data loopback. */

#define MAX_TEST_DATA_BYTES     (15U)                /**&amp;lt; max number of test bytes to be used for tx and rx. */
#define UART_TX_BUF_SIZE 256                         /**&amp;lt; UART TX buffer size. */
#define UART_RX_BUF_SIZE 256                         /**&amp;lt; UART RX buffer size. */

void uart_error_handle(app_uart_evt_t * p_event)
{
    if (p_event-&amp;gt;evt_type == APP_UART_COMMUNICATION_ERROR)
    {
        APP_ERROR_HANDLER(p_event-&amp;gt;data.error_communication);
    }
    else if (p_event-&amp;gt;evt_type == APP_UART_FIFO_ERROR)
    {
        APP_ERROR_HANDLER(p_event-&amp;gt;data.error_code);
    }
}


#ifdef ENABLE_LOOPBACK_TEST
/* Use flow control in loopback test. */
#define UART_HWFC APP_UART_FLOW_CONTROL_ENABLED

/** @brief Function for setting the @ref ERROR_PIN high, and then enter an infinite loop.
 */
static void show_error(void)
{

    bsp_board_leds_on();
    while (true)
    {
        // Do nothing.
    }
}


/** @brief Function for testing UART loop back.
 *  @details Transmitts one character at a time to check if the data received from the loopback is same as the transmitted data.
 *  @note  @ref TX_PIN_NUMBER must be connected to @ref RX_PIN_NUMBER)
 */
static void uart_loopback_test()
{
    uint8_t * tx_data = (uint8_t *)(&amp;quot;\r\nLOOPBACK_TEST\r\n&amp;quot;);
    uint8_t   rx_data;

    // Start sending one byte and see if you get the same
    for (uint32_t i = 0; i &amp;lt; MAX_TEST_DATA_BYTES; i++)
    {
        uint32_t err_code;
        while (app_uart_put(tx_data[i]) != NRF_SUCCESS);

        nrf_delay_ms(10);
        err_code = app_uart_get(&amp;amp;rx_data);

        if ((rx_data != tx_data[i]) || (err_code != NRF_SUCCESS))
        {
            show_error();
        }
    }
    return;
}
#else
/* When UART is used for communication with the host do not use flow control.*/
#define UART_HWFC APP_UART_FLOW_CONTROL_DISABLED
#endif


/**
 * @brief Function for main application entry.
 */
int main(void)
{
    uint32_t err_code;

    bsp_board_init(BSP_INIT_LEDS);

    const app_uart_comm_params_t comm_params =
      {
          RX_PIN_NUMBER,
          TX_PIN_NUMBER,
          RTS_PIN_NUMBER,
          CTS_PIN_NUMBER,
          UART_HWFC,
          false,
#if defined (UART_PRESENT)
          NRF_UART_BAUDRATE_115200
#else
          NRF_UARTE_BAUDRATE_115200
#endif
      };

    APP_UART_FIFO_INIT(&amp;amp;comm_params,
                         UART_RX_BUF_SIZE,
                         UART_TX_BUF_SIZE,
                         uart_error_handle,
                         APP_IRQ_PRIORITY_LOWEST,
                         err_code);

    APP_ERROR_CHECK(err_code);

#ifndef ENABLE_LOOPBACK_TEST
    printf(&amp;quot;\r\nUART example started.\r\n&amp;quot;);

    while (true)
    {
        uint8_t cr;
        while (app_uart_get(&amp;amp;cr) != NRF_SUCCESS);
        while (app_uart_put(cr) != NRF_SUCCESS);

        if (cr == &amp;#39;q&amp;#39; || cr == &amp;#39;Q&amp;#39;)
        {
            while (app_uart_get(&amp;amp;cr) != NRF_SUCCESS);
            printf(&amp;quot; \r\nValue: %d\r\n&amp;quot;, cr);
        }
    }
#else

    // This part of the example is just for testing the loopback .
    while (true)
    {
        uart_loopback_test();
    }
#endif
}


/** @} */
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;After flashing, I opened putty emulator for UART ports on both boards. When I send characters from board 1; they are displayed on terminal for board 2.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Next, when I send characters from board 2, they are being displayed on terminal for board 1 when I didn&amp;#39;t connect board 2 TX to board1 RX.&lt;/p&gt;
&lt;p&gt;What might be the reason?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART communication between two boards</title><link>https://devzone.nordicsemi.com/thread/164898?ContentTypeID=1</link><pubDate>Thu, 10 Jan 2019 12:15:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c0f0b3ed-4071-4e2f-88bb-1918ca5f380d</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;I&amp;#39;m afraid I haven&amp;#39;t been able to reproduce this on my side.&lt;/p&gt;
&lt;p&gt;Maybe you could upload a picture of your setup with the nRF52-DK&amp;#39;s?&lt;/p&gt;
&lt;p&gt;Also, you are using an unmodified version of the UART Hardware peripheral example?&lt;br /&gt;Located in &lt;em&gt;&amp;lt;sdk_root&amp;gt;/examples/peripheral/uart&lt;/em&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: UART communication between two boards</title><link>https://devzone.nordicsemi.com/thread/164313?ContentTypeID=1</link><pubDate>Mon, 07 Jan 2019 14:37:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52cb7947-d14e-402d-9adf-ad0e1a64e3d2</guid><dc:creator>DeveloperZ</dc:creator><description>&lt;p&gt;Yes, I disabled the flow control&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART communication between two boards</title><link>https://devzone.nordicsemi.com/thread/164059?ContentTypeID=1</link><pubDate>Fri, 04 Jan 2019 22:17:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa682190-81fd-43ec-b0e4-b631411642e7</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;make sure you disabled flow control.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART communication between two boards</title><link>https://devzone.nordicsemi.com/thread/164029?ContentTypeID=1</link><pubDate>Fri, 04 Jan 2019 16:48:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dabf9ee5-56e5-4d1b-827c-3e5d019cff67</guid><dc:creator>DeveloperZ</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I downloaded the stock SDK and and used the UART&amp;nbsp;peripheral example directly. I haven&amp;#39;t made any changes to the example.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART communication between two boards</title><link>https://devzone.nordicsemi.com/thread/164027?ContentTypeID=1</link><pubDate>Fri, 04 Jan 2019 16:39:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09e590a7-9798-4d8d-8b7f-2c16bcd925c7</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Thanks for the response.&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t been able to reproduce this yet. &lt;br /&gt;Have you made any changes at all to the example, i.e changed the TX/RX pins?&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: UART communication between two boards</title><link>https://devzone.nordicsemi.com/thread/163575?ContentTypeID=1</link><pubDate>Wed, 02 Jan 2019 21:21:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:151af4fa-a161-4be8-a408-1137df3aa329</guid><dc:creator>DeveloperZ</dc:creator><description>&lt;p&gt;I tried it again today and the result was the same!! One connection (TX on Board1 to RX on Board2 / &lt;span&gt;TX on Board2 to RX on Board1 / RX on both boards&lt;/span&gt;) is resulting in a two way communication!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART communication between two boards</title><link>https://devzone.nordicsemi.com/thread/163457?ContentTypeID=1</link><pubDate>Wed, 02 Jan 2019 13:50:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eaab10d7-1e91-4022-b9d7-1c1429d05d43</guid><dc:creator>DeveloperZ</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote userid="20690" url="~/f/nordic-q-a/41769/uart-communication-between-two-boards/163452"]You have only connected TX from one board to RX on another board, and are able to acheive two way communication? You also get two way communication connecting&amp;nbsp;only RX from one board to RX on the other board?[/quote]
&lt;p&gt;Yes, this is what I was facing. I was on vacation and just returned today. So, didn&amp;#39;t have much time working on this.&lt;/p&gt;
[quote userid="20690" url="~/f/nordic-q-a/41769/uart-communication-between-two-boards/163452"]If you have two DK&amp;#39;s (Board A and Board B),&lt;br /&gt;You should connect TX from board A to RX on board B and TX from board B to RX on board A.[/quote]
&lt;p&gt;This is what I have started with. Few weeks ago, it was working perfect with these connections but later it started to behave weirdly where the two way communication was occurring with only one connection.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am working with 15.2.0 SDK, examples-&amp;gt; peripheral-&amp;gt;uart. I didn&amp;#39;t create any custom board. I am using pca10040.h file only. And yes, I am using nRF52 DK&amp;#39;s with nRF52832.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART communication between two boards</title><link>https://devzone.nordicsemi.com/thread/163452?ContentTypeID=1</link><pubDate>Wed, 02 Jan 2019 13:42:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5670f97c-3d69-4557-bc93-1ee76a51fdca</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure if I understand exactly what your setup looks like.&lt;/p&gt;
&lt;p&gt;You have only connected TX from one board to RX on another board, and are able to acheive two way communication? You also get two way communication connecting&amp;nbsp;only RX from one board to RX on the other board?&lt;/p&gt;
&lt;p&gt;If you have two DK&amp;#39;s (Board A and Board B),&lt;br /&gt;You should connect TX from board A to RX on board B and TX from board B to RX on board A.&lt;/p&gt;
&lt;p&gt;Could you provide some more information as well?&lt;br /&gt;Which SDK are you working with? nRF52 DK? Custom board? etc.&amp;nbsp;&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>