<?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>Transmitting data from nRF52832 to smart phone using ble_app_uart example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42931/transmitting-data-from-nrf52832-to-smart-phone-using-ble_app_uart-example</link><description>I am using the nRF52832 (on Rigado BMD-300 EVAL kit). I am using keil IDE and nRF GO to upload my compiled code to my device. I am using SKD 15.2.0. Using Windows 10. 
 
 I am using the nRF52 chip to collect data from a second IC using SPI; I have modified</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 24 Jan 2019 13:56:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42931/transmitting-data-from-nrf52832-to-smart-phone-using-ble_app_uart-example" /><item><title>RE: Transmitting data from nRF52832 to smart phone using ble_app_uart example</title><link>https://devzone.nordicsemi.com/thread/167664?ContentTypeID=1</link><pubDate>Thu, 24 Jan 2019 13:56:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22c82402-e63f-4684-908f-60688d072a53</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;I must say that the documentation, naming, and comments in the NUS example could be a lot clearer in distinguishing what is the actual, physical hardware UART and what is the &amp;quot;emulated&amp;quot; device over-the-air.&lt;/p&gt;
&lt;p&gt;To be fair, it doesn&amp;#39;t help that the word &amp;quot;peripheral&amp;quot; is used in two senses -&amp;nbsp;there&amp;#39;s&amp;nbsp; &amp;quot;peripheral&amp;quot; in the Bluetooth sense, and also&amp;nbsp;&lt;span&gt;&amp;quot;peripheral&amp;quot; in the&amp;nbsp;microcontroller hardware sense!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transmitting data from nRF52832 to smart phone using ble_app_uart example</title><link>https://devzone.nordicsemi.com/thread/167650?ContentTypeID=1</link><pubDate>Thu, 24 Jan 2019 13:35:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27fd49f8-0ae4-4537-9f12-b5f2b2a9f4de</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There is no point in going through app_uart/uart_event_handle, this is for handling data from the hardware UART peripheral. What you should do is to add your data to a buffer in your spi_event_handler and pass this to&amp;nbsp;&lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/group__ble__nus#ga4189d97e88b018e48847c3ea26c4b05d"&gt;ble_nus_data_send&lt;/a&gt;() to send the data on BLE.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>