<?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 can I get the nRF UART v2.0 for Android？</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24085/how-can-i-get-the-nrf-uart-v2-0-for-android</link><description>I recently use the uart with nRF51822，but I can not find the APP for Android，can anyone give me a link ？I have no permition to download from the official website</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Aug 2017 04:11:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24085/how-can-i-get-the-nrf-uart-v2-0-for-android" /><item><title>RE: How can I get the nRF UART v2.0 for Android？</title><link>https://devzone.nordicsemi.com/thread/94840?ContentTypeID=1</link><pubDate>Tue, 08 Aug 2017 04:11:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12c9b790-580e-42d5-be46-f66b9bf779e3</guid><dc:creator>LIANGTAO</dc:creator><description>&lt;p&gt;OK，I get it. thank you very much.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I get the nRF UART v2.0 for Android？</title><link>https://devzone.nordicsemi.com/thread/94839?ContentTypeID=1</link><pubDate>Mon, 07 Aug 2017 11:17:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2e0df3e-d05c-494d-a0eb-f3afeec16ba3</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Using the ble_app_uart example, you should be able to see both the data you send(from the app) and receive(from nRF51 via PC/UART).&lt;/p&gt;
&lt;p&gt;Note that the data in your UART terminal(on PC) will not be sent to the phone before you either send a newline character(&amp;#39;\n&amp;#39;) or the data string reach &lt;code&gt;BLE_NUS_MAX_DATA_LEN&lt;/code&gt; characters (20).&lt;/p&gt;
&lt;p&gt;Relevant code-lines:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;  if ((data_array[index - 1] == &amp;#39;\n&amp;#39;) || (index &amp;gt;= (BLE_NUS_MAX_DATA_LEN)))
            {
                err_code = ble_nus_string_send(&amp;amp;m_nus, data_array, index);
                if (err_code != NRF_ERROR_INVALID_STATE)
                {
                    APP_ERROR_CHECK(err_code);
                }

                index = 0;
            }
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In e.g. Termite terminal program, you can configure the text to be transmitted with new-line character by selecting the &amp;quot;Append LF&amp;quot; option:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/newline.png" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I get the nRF UART v2.0 for Android？</title><link>https://devzone.nordicsemi.com/thread/94838?ContentTypeID=1</link><pubDate>Mon, 07 Aug 2017 01:19:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75826a5e-ceda-437a-bc3e-cd96f6ac4957</guid><dc:creator>LIANGTAO</dc:creator><description>&lt;p&gt;thank you very much, I used to use the nRF-Toolbox app, but I found that this can only watch the data we send to the computer, it is not able to watch what we recieve from the PC&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I get the nRF UART v2.0 for Android？</title><link>https://devzone.nordicsemi.com/thread/94837?ContentTypeID=1</link><pubDate>Fri, 04 Aug 2017 13:40:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa6acb3c-84ec-4662-8102-36bb794914cc</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The old UART 2.0 app is deprecated (over 3 years since last update). I strongly recommend using the &lt;a href="https://www.nordicsemi.com/eng/Products/Nordic-mobile-Apps/nRF-Toolbox-App"&gt;nRF-Toolbox app&lt;/a&gt;, and use the UART function there instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>