<?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>NRF52832 NUS embedded source code</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43554/nrf52832-nus-embedded-source-code</link><description>Hi, I&amp;#39;m trying to communicate the sensor that working with uart (57600 baud rate) with NRF52832 module. I cant find the example project like that. Architecture wil be like this; 
 Sensor------------------&amp;gt;NRF52832----------------&amp;gt;Mobile Phone UART(57600</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Feb 2019 18:10:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43554/nrf52832-nus-embedded-source-code" /><item><title>RE: NRF52832 NUS embedded source code</title><link>https://devzone.nordicsemi.com/thread/170456?ContentTypeID=1</link><pubDate>Mon, 11 Feb 2019 18:10:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab22d382-aeca-48f1-98d0-69d734544984</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Look at the examples &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/ble_sdk_app_nus_c"&gt;ble_app_uart_c&lt;/a&gt;&lt;span&gt;&amp;nbsp;and &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/ble_sdk_app_nus_eval"&gt;ble_app_uart&lt;/a&gt;, which are located in&amp;nbsp;&lt;em&gt;\examples\ble_central\ble_app_uart_c&amp;nbsp;&lt;/em&gt;and&amp;nbsp;&lt;em&gt;\examples\ble_peripheral\ble_app_uart&amp;nbsp;&lt;/em&gt;respectively.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 NUS embedded source code</title><link>https://devzone.nordicsemi.com/thread/170357?ContentTypeID=1</link><pubDate>Mon, 11 Feb 2019 13:04:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9097f683-5c89-4721-bbfc-374d3c85485e</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;It&amp;#39;s all in the SDK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 NUS embedded source code</title><link>https://devzone.nordicsemi.com/thread/170333?ContentTypeID=1</link><pubDate>Mon, 11 Feb 2019 12:11:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:027809a6-4ea8-42c3-aa90-b1d11b2e0c48</guid><dc:creator>bariserbay</dc:creator><description>&lt;p&gt;Can you share the link that i can work on it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 NUS embedded source code</title><link>https://devzone.nordicsemi.com/thread/170331?ContentTypeID=1</link><pubDate>Mon, 11 Feb 2019 12:05:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4d079d4-a9e0-4979-865b-1767eac76b50</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;A UART neither knows nor cares what is connected to it - it just sends bytes, and receives bytes.&lt;/p&gt;
&lt;p&gt;So look at the UART examples - they illustrate how to&amp;nbsp;&lt;span&gt;sends bytes out of the UART, and&amp;nbsp;receives bytes into the UART.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Similarly, transmitting bytes over BLE is not affected by where the bytes came from - they are all just bytes.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Probably the Nordic UART Service (NUS) example would be a good place to start - as that illustrates both receiving &amp;amp; sending bytes via the hardware UART, and transferring those bytes over BLE to a mobile app ...&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>