<?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>how to implement nrf52840 serial and open thread together</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27641/how-to-implement-nrf52840-serial-and-open-thread-together</link><description>Hi,
I am getting data over thread and BLE network. I want to send the received data over uart.
Is it possible to use serial example to merge with thread server example?
If yes please let me know the changes to be made in make file and sdk_config.h</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 Nov 2017 12:50:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27641/how-to-implement-nrf52840-serial-and-open-thread-together" /><item><title>RE: how to implement nrf52840 serial and open thread together</title><link>https://devzone.nordicsemi.com/thread/109148?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2017 12:50:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f07077d-f5f2-4135-8ee7-0e7199f1152b</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;If you are using an example that implements CLI or NCP, you &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.threadsdk.v0.11.0/thread_intro.html?cp=4_2_0_1_0#thread_hardware_requirements"&gt;cannot use UART0&lt;/a&gt; as this is used by the OpenThread stack. The nRF52840 can have two UARTE instances, meaning you can use UARTE1 for your application. How you setup the UART peripheral will depend on if you use the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/hardware_driver_uart.html?cp=4_0_0_2_18"&gt;UART driver&lt;/a&gt; directly, the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/group__app__uart.html?cp=4_0_0_6_11_52"&gt;app_uart&lt;/a&gt; library, or &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/lib_serial.html?cp=4_0_0_3_37"&gt;nrf_serial&lt;/a&gt; library. If you provide some more details on what example you are using, and what modules you want to use, we can help you in the right direction.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>