<?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>Problem connecting with Bluetooth UART sample with nRF Connect SDK on nRF5340</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60893/problem-connecting-with-bluetooth-uart-sample-with-nrf-connect-sdk-on-nrf5340</link><description>Hi all, 
 I&amp;#39;m currently working with the nRF5340 PDK trying to get the UART central sample working with a paired nRF52 PCA10040 DK running the UART peripheral program. 
 
 The nRF5340 is programmed with the HCI RPMsg sample on the network core, as per</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 May 2020 10:48:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60893/problem-connecting-with-bluetooth-uart-sample-with-nrf-connect-sdk-on-nrf5340" /><item><title>RE: Problem connecting with Bluetooth UART sample with nRF Connect SDK on nRF5340</title><link>https://devzone.nordicsemi.com/thread/250920?ContentTypeID=1</link><pubDate>Wed, 20 May 2020 10:48:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b3f8e02-a4a1-470c-9be1-45b4e2af7963</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I am not familiar enough, but I assume that when you include&amp;nbsp;scan.h (and indirectly scan.c) to your project, that the compiler check the&amp;nbsp;Kconfig.scan, which I can see have&amp;nbsp;CONFIG_BT_SCAN_UUID_CNT.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem connecting with Bluetooth UART sample with nRF Connect SDK on nRF5340</title><link>https://devzone.nordicsemi.com/thread/250280?ContentTypeID=1</link><pubDate>Fri, 15 May 2020 20:39:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d789f0ab-2691-4397-84bb-348cfb5e9004</guid><dc:creator>supershirobon</dc:creator><description>&lt;p&gt;Hi, sorry for the delay.&lt;/p&gt;
&lt;p&gt;Since I need access to the UART, I&amp;#39;ve been attempting to integrate the UART Central example into the hci_rpmsg example running on the network core.&lt;/p&gt;
&lt;p&gt;Some of the header files are presenting issues.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;bluetooth/gatt.h fails with&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;#39;CONFIG_BT_MAX_PAIRED&amp;#39; undeclared here (not in a function); did you mean &amp;#39;CONFIG_BT_RX_PRIO&amp;#39;?&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;and bluetooth/scan.h fails with&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;#39;CONFIG_BT_SCAN_UUID_CNT&amp;#39; undeclared here (not in a function); did you mean &amp;#39;CONFIG_BT_HCI_CMD_COUNT&amp;#39;?&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Searching for those led me to&amp;nbsp;&lt;a href="https://docs.zephyrproject.org/1.13.0/reference/kconfig/CONFIG_BT_MAX_PAIRED.html"&gt;https://docs.zephyrproject.org/1.13.0/reference/kconfig/CONFIG_BT_MAX_PAIRED.html&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.4.0/nrf/reference/kconfig/CONFIG_BT_SCAN_UUID_CNT.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.4.0/nrf/reference/kconfig/CONFIG_BT_SCAN_UUID_CNT.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;BT_MAX_PAIRED was already in its Kconfig file, and BT_SCAN_UUID_CNT wasn&amp;#39;t in its Kconfig file, so I manually added it as per the above link, but it didn&amp;#39;t seem to do anything.&lt;/p&gt;
&lt;p&gt;Where is the compiler looking for those definitions when it&amp;#39;s compiling the project?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem connecting with Bluetooth UART sample with nRF Connect SDK on nRF5340</title><link>https://devzone.nordicsemi.com/thread/247932?ContentTypeID=1</link><pubDate>Mon, 04 May 2020 14:28:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:958d7bad-0907-45ca-a3a9-384a3571ee39</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Not tried this myself, but are you using the latest examples on the master branch, and followed the description?&lt;br /&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/peripheral_uart/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/peripheral_uart/README.html&lt;br /&gt;&lt;/a&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/central_uart/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/central_uart/README.html&lt;/a&gt;&lt;/p&gt;
[quote user=""]Another thing I will mention is that on the nRF53 side, none of the central UART sample seems to be printing to the console, the only output seems to be from the HCI RPMsg sample running on the network core, even though I would expect the central UART to be outputting as well.[/quote]
&lt;p&gt;This is due to only one UART is currently functional and that one is used for the application UART (not debug):&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/errata_nRF5340_EngA/ERR/nRF5340/EngineeringA/latest/anomaly_340_84.html"&gt;https://infocenter.nordicsemi.com/topic/errata_nRF5340_EngA/ERR/nRF5340/EngineeringA/latest/anomaly_340_84.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>