<?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 to use Simple UART driver?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26193/how-to-use-simple-uart-driver</link><description>From the SDK8 s110 device, I want to send the string(&amp;quot;hello&amp;quot;) to the other device via the uart, and in the meantime I want the battery voltage to come through uart. 
 I defined ; 
 void uart_event_handle(app_uart_evt_t * p_event)
{
 static uint8_t</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Oct 2017 18:53:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26193/how-to-use-simple-uart-driver" /><item><title>RE: how to use Simple UART driver?</title><link>https://devzone.nordicsemi.com/thread/103157?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 18:53:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:290ec6d6-c86d-4000-900c-21698c66f6f6</guid><dc:creator>purgoufr</dc:creator><description>&lt;p&gt;ble_nus_string_send() function is already exist in sdk8. But I can not send string with use that function. Because ble_nus_string_send() function sends data through ble when it recevie data from UART. But I want to send/receive data through UART line as in ARM Core(not over ble).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to use Simple UART driver?</title><link>https://devzone.nordicsemi.com/thread/103159?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 10:57:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53a47a98-510a-4912-bb86-3ed4b6b441cb</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;It is possible to stick with the SDK v.8 yes. You should able to send a string using the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk51.v9.0.0/group__ble__sdk__srv__nus.html#gacaf254f54b8edc3d2558845b89a93e4c"&gt;ble_nus_string_send()&lt;/a&gt; function.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to use Simple UART driver?</title><link>https://devzone.nordicsemi.com/thread/103158?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 10:37:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7cc4fd12-0e62-4583-8e91-f673350b4b7d</guid><dc:creator>purgoufr</dc:creator><description>&lt;p&gt;If possible, I&amp;#39;d rather stay at SDK8. Because many devices I can not access are using sdk8. I suppose I want to use sdk 12, would you tell me how I can easily migrate if I can?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to use Simple UART driver?</title><link>https://devzone.nordicsemi.com/thread/103156?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 10:25:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1c4d083-1e37-40da-bacf-53d99bc15c03</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi purgoufr!&lt;br /&gt;
Have you considered using one of our later SDK? The SDK v.12.3 is the latest SDK with nRF51 support, and the SDK v14.1 is the latest with nRF52 support. In the latest SDK&amp;#39;s there is both a central and peripheral uart example which does exactly what you want.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>