<?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>UART CALLBACK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/46468/uart-callback</link><description>Is there a callback or interrupt that i can use to process the data recieved via UART for Raspberry Pi</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 25 Apr 2019 07:11:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/46468/uart-callback" /><item><title>RE: UART CALLBACK</title><link>https://devzone.nordicsemi.com/thread/183644?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2019 07:11:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5974d1c-5eec-4779-a83b-cce60d1ad00b</guid><dc:creator>Andy</dc:creator><description>&lt;p&gt;Sorry I didn&amp;#39;t know you were using the mesh SDK. I&amp;#39;m not familiar with that SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART CALLBACK</title><link>https://devzone.nordicsemi.com/thread/183642?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2019 07:03:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29f5a228-6dcc-4976-b3b1-5237cdd8d258</guid><dc:creator>Brijesh</dc:creator><description>&lt;p&gt;void fmc_serial_rx_cb(const uint8_t* p_data, uint32_t length)&lt;/p&gt;
&lt;p&gt;{&lt;br /&gt;__LOG(LOG_SRC_APP, LOG_LEVEL_INFO,&amp;quot;\n-------------SERIAL RECIEVED : %s--------------\n&amp;quot;,*p_data);&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;void fmc_uart_init()&lt;br /&gt;{__LOG(LOG_SRC_APP, LOG_LEVEL_INFO, &amp;quot;----- INITIALIZING SERIAL UART-----\n&amp;quot;);&lt;br /&gt;&lt;br /&gt;nrf_mesh_serial_init(&amp;amp;fmc_serial_rx_cb);&lt;br /&gt;ERROR_CHECK(nrf_mesh_serial_enable());&lt;br /&gt;printf(&amp;quot;UART STARTED&amp;quot;);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;Checkout this segment , What am i doing wrong&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART CALLBACK</title><link>https://devzone.nordicsemi.com/thread/182952?ContentTypeID=1</link><pubDate>Mon, 22 Apr 2019 17:35:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1cea5c91-8d64-409a-994e-3736f819f2e5</guid><dc:creator>Andy</dc:creator><description>&lt;p&gt;&lt;span&gt;Yes. Read the&amp;nbsp;&lt;/span&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/hardware_driver_uart.html"&gt;documentation&lt;/a&gt;&lt;span&gt;. You can process the data on RX &lt;/span&gt;done&lt;span&gt; events.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>