<?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>nRF52 sdk15..0.0 uart event question.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37039/nrf52-sdk15-0-0-uart-event-question</link><description>Hi, I&amp;#39;m using nRF52832 with my custom board. (sdk 15.0.0) 
 I changed ble_uart example code, so I can receive GPS data through bluetooth. 
 Now, I have to send GPS data to PC through UART and I succeed in receiving GPS data to my PC and UART app simultaneously</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Aug 2018 01:31:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37039/nrf52-sdk15-0-0-uart-event-question" /><item><title>RE: nRF52 sdk15..0.0 uart event question.</title><link>https://devzone.nordicsemi.com/thread/142482?ContentTypeID=1</link><pubDate>Thu, 02 Aug 2018 01:31:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1b31073-7ebf-467e-aaa2-8012257672b9</guid><dc:creator>Ferrell</dc:creator><description>&lt;p&gt;Thanks for repling and sorry for poor explanation.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Yes, ble_nus_data_send was the problem!&lt;/p&gt;
&lt;p&gt;Thanks!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 sdk15..0.0 uart event question.</title><link>https://devzone.nordicsemi.com/thread/142362?ContentTypeID=1</link><pubDate>Wed, 01 Aug 2018 11:24:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38a93258-c332-431a-a879-0dc18fcbccd1</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;That is probably because your app is&amp;nbsp;calling&amp;nbsp;ble_nus_data_send inside&amp;nbsp;&amp;nbsp;APP_UART_DATA_READY event handling even though you are not connected and this will return an error. Not sure how you are handling it. I am guessing that you are still getting one&amp;nbsp;APP_UART_DATA_READY event and nothing after that.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I cannot see your code but you need to put a condition around&amp;nbsp;ble_nus_data_send to send BLE data only when in connection and not otherwise.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>