<?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 add merge UART code in eddystone beacon</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/45092/how-to-add-merge-uart-code-in-eddystone-beacon</link><description>I tried to advertising eddy stone beacon from getting serial UART data. i merged 2 codes in ble_app_eddystone and uart code but one error become like 
 ..\..\..\..\..\..\components\drivers_nrf\uart\nrf_drv_uart.c(102): error: #94-D: the size of an array</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 Mar 2019 09:46:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/45092/how-to-add-merge-uart-code-in-eddystone-beacon" /><item><title>RE: How to add merge UART code in eddystone beacon</title><link>https://devzone.nordicsemi.com/thread/177270?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2019 09:46:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d18afa0f-853a-41ff-aff5-d73bb2fdb3c8</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;The procedure should be similar to &lt;a href="https://devzone.nordicsemi.com/b/blog/posts/merging-two-ble-examples-together"&gt;this blog post&lt;/a&gt;. Make sure that the UART_ENABLED_COUNT is greater than 0 in this line:&lt;/p&gt;
&lt;div&gt;&lt;pre class="ui-code" data-mode="text"&gt;static uart_control_block_t m_cb[UART_ENABLED_COUNT];&lt;/pre&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>