<?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>THE PROBLEM OF UART</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36379/the-problem-of-uart</link><description>I download the SDK at https://www.nordicsemi.com/eng/nordic/Products/nRF5-SDK/nRF5-SDK-zip/59011 . When I used &amp;quot;nRF5_SDK_15.0.0_a53641a\examples\ble_central\ble_app_uart_c &amp;quot; , it run ok. But when I changed the define of RX_PIN_NUMBER at pca10040.h . The</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Jul 2018 16:51:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36379/the-problem-of-uart" /><item><title>RE: THE PROBLEM OF UART</title><link>https://devzone.nordicsemi.com/thread/140270?ContentTypeID=1</link><pubDate>Mon, 16 Jul 2018 16:51:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d260ae8-8c8c-409e-95b3-f5dc685ceb8a</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Why do you change the RX pin? Do you connect it to something else? If you connect it to something else, do you also connect the other device to ground?&lt;/p&gt;
&lt;p&gt;If you just change the pin number, but don&amp;#39;t connect anything to it, it will be left floating in the wind and will pick up noise. The UART will then believe that the noise is actual data, but not be able to make sense of it. Then it generates a Communication error.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>