<?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>NUS UART sending data problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35296/nus-uart-sending-data-problem</link><description>Hi! 
 My setup: 
 * nRF52 DK 
 * nRF5_SDK_15.0.0_a53641a 
 * s132_nrf52_6.0.0 
 * SES V3.34b 64-bit 
 * android ver.8 smartphone with nRF Connect / LightBlue / nRF UART v2.0 
 I am using uart_ble_app example and I am able to send data through &amp;quot; RX Characteristic</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 Apr 2019 06:27:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35296/nus-uart-sending-data-problem" /><item><title>RE: NUS UART sending data problem</title><link>https://devzone.nordicsemi.com/thread/181981?ContentTypeID=1</link><pubDate>Mon, 15 Apr 2019 06:27:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd3d9618-9999-4b9f-8646-897737a89041</guid><dc:creator>Pawel Niedbala</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think like I&amp;#39;m able to help - lack of knowledge and other tasks to do. I suggest you to open a new thread with this problem so Nordic support team can assign you an engineer. This thread is already marked as &amp;quot;solved&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NUS UART sending data problem</title><link>https://devzone.nordicsemi.com/thread/181979?ContentTypeID=1</link><pubDate>Mon, 15 Apr 2019 06:09:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75be0c8c-bd3d-45c5-83d3-7d2084d4a877</guid><dc:creator>Anubhav</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;My setup is completely the same as yours. I tried to run the UART example then bidirectional communication is possible as because I could send and receive data through TERMITE.&lt;/p&gt;
&lt;p&gt;I added the UART example to another example but in that case, I just can see the sent data from my phone to nRF52840 board but I can&amp;#39;t see the data sent from my nRF52840 board to my phone.&lt;/p&gt;
&lt;p&gt;Can you please help me with the problem???&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NUS UART sending data problem</title><link>https://devzone.nordicsemi.com/thread/135689?ContentTypeID=1</link><pubDate>Tue, 12 Jun 2018 08:36:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:985a5f08-778d-4dac-87f1-f9e7c1f8cfd5</guid><dc:creator>Pawel Niedbala</dc:creator><description>&lt;p&gt;Update 2:&lt;/p&gt;
&lt;p&gt;Bidirectional communication in ble_app_uart works as I believe it is supposed to, I can send and receive data using a terminal. I just had to use TERMITE, because puTTY and J-Link terminal weren&amp;#39;t suitable.&lt;/p&gt;
&lt;p&gt;So for now it is solved&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NUS UART sending data problem</title><link>https://devzone.nordicsemi.com/thread/135620?ContentTypeID=1</link><pubDate>Mon, 11 Jun 2018 14:35:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d47bc57-4be3-4e9f-a4ec-95e1926ec880</guid><dc:creator>Pawel Niedbala</dc:creator><description>&lt;p&gt;Update 1:&lt;/p&gt;
&lt;p&gt;It looks like the tx buffer comes empty, despite I put some random numbers into&amp;nbsp;&lt;em&gt;RX Characteristic&lt;/em&gt; in the mobile app.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;void uart_event_handle(app_uart_evt_t * p_event)
{
    switch (p_event-&amp;gt;evt_type)
    {
        case APP_UART_TX_EMPTY:
            NRF_LOG_INFO(&amp;quot;quite empty, isn&amp;#39;t it?&amp;quot;);
            break;
            
    }
}

&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;it prints &amp;quot;quite empty, isn&amp;#39;t it?&amp;quot; on the terminal :(&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>