<?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>Reading advertised data over BLE via UART</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44400/reading-advertised-data-over-ble-via-uart</link><description>Hello, 
 I&amp;#39;ve just been following this tutorial for beginners about advertising. I&amp;#39;ve got it to work fine. I am able to advertise specific data and this can be viewed through nRF connect . My question is, if it is possible to convert this manufacturer</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Mar 2019 00:46:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44400/reading-advertised-data-over-ble-via-uart" /><item><title>RE: Reading advertised data over BLE via UART</title><link>https://devzone.nordicsemi.com/thread/174912?ContentTypeID=1</link><pubDate>Fri, 08 Mar 2019 00:46:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3f223e1-1b43-476b-a824-5335e093892c</guid><dc:creator>Vroon</dc:creator><description>&lt;p&gt;Thank you, Simon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading advertised data over BLE via UART</title><link>https://devzone.nordicsemi.com/thread/174749?ContentTypeID=1</link><pubDate>Thu, 07 Mar 2019 09:28:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75ecb847-309c-42ae-a2e1-1266e62b4086</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;If you have defined an array of data to advertise, you can print the data out by using the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v12.0.0%2Fnrf_log.html"&gt;Logger module&lt;/a&gt;&amp;nbsp;and NRF_LOG_INFO, with UART as a backend, in the following manner:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;uint8_t data[] = &amp;quot;SomeData!&amp;quot;; //Data to advertise
.
.
.
NRF_LOG_INFO(&amp;quot;%s \r\n&amp;quot;, data);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Take a look at one of the examples in the SDK which uses UART logging, and use it as a reference (e.g. &lt;em&gt;ble_app_beacon&lt;/em&gt;)&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading advertised data over BLE via UART</title><link>https://devzone.nordicsemi.com/thread/174402?ContentTypeID=1</link><pubDate>Wed, 06 Mar 2019 00:49:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f61502e2-5ad7-43a9-b40b-dd517372e926</guid><dc:creator>Vroon</dc:creator><description>&lt;p&gt;Hi Simon, I was wondering if there was a specific way to send just the advertised manufacturer specific data via UART?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Reading advertised data over BLE via UART</title><link>https://devzone.nordicsemi.com/thread/174274?ContentTypeID=1</link><pubDate>Tue, 05 Mar 2019 13:39:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59b79155-2bd6-49f4-bf3c-f238f6dd6c0c</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Yes, this is possible. Take a look at the &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/uart_example"&gt;UART example&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>