<?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>BLE UART example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36329/ble-uart-example</link><description>Hello , 
 System configuration 
 Set up 1 Adafruit BLE Feather running stock central UART example from NORDIC SDK version 15.0`examples connected to host PC using USB 
 Set up 2 Adafruit BLE Feather running a custom application largely based on peripheral</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 11 Jul 2018 19:34:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36329/ble-uart-example" /><item><title>RE: BLE UART example</title><link>https://devzone.nordicsemi.com/thread/139779?ContentTypeID=1</link><pubDate>Wed, 11 Jul 2018 19:34:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f6de370-07d5-47be-8730-a3be05e31dea</guid><dc:creator>howard n2wx</dc:creator><description>&lt;p&gt;Yes, the serial numbers come from the j-link labels.&amp;nbsp; I put a 0 into the serial number field on my end and displayed the selection dialog mentioned in your link.&amp;nbsp;&lt;/p&gt;
[quote userid="71259" url="~/f/nordic-q-a/36329/ble-uart-example/139778"]If that is true then should I be using two debuggers?[/quote]
&lt;p&gt;I believe you have to use two, or the equivalent such as with an nRF52-DK&amp;#39;s embedded J-link brought out to your other board.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART example</title><link>https://devzone.nordicsemi.com/thread/139778?ContentTypeID=1</link><pubDate>Wed, 11 Jul 2018 19:25:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67c84e38-ec43-419e-8653-4bd706e7c706</guid><dc:creator>Sreedhar</dc:creator><description>&lt;p&gt;I do get the dialog .Looks like the serial number field is editable. I put in zero for both hoping for another popup to show up but it did not&amp;nbsp; per this thread (&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/30732/how-to-use-two-rtt-viewers"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/30732/how-to-use-two-rtt-viewers&lt;/a&gt;)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Where do these serial number come from ? I guess these come from the Jlink debuggers&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If that is true then should I be using two debuggers?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART example</title><link>https://devzone.nordicsemi.com/thread/139777?ContentTypeID=1</link><pubDate>Wed, 11 Jul 2018 19:02:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f78ba678-c8e1-4e16-9c38-337dcf3992e5</guid><dc:creator>howard n2wx</dc:creator><description>&lt;p&gt;Oh yeah you should be seeing a dialog like this:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/1731.rtt.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;when you start the viewer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART example</title><link>https://devzone.nordicsemi.com/thread/139776?ContentTypeID=1</link><pubDate>Wed, 11 Jul 2018 18:58:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95409d81-273b-4746-b9f4-a640e5c3e680</guid><dc:creator>Sreedhar</dc:creator><description>&lt;p&gt;Thanks for the reply . Yes I have enabled RTT backend.&lt;/p&gt;
&lt;p&gt;But my problem appears to be how do I force the Segger Software to see see two bLE feathers connected over USB.?&lt;/p&gt;
&lt;p&gt;I understand it should bring up a dialog allowing me to choose a particular board but it does not . I can see an out put from the peripheral only and not the central board&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART example</title><link>https://devzone.nordicsemi.com/thread/139775?ContentTypeID=1</link><pubDate>Wed, 11 Jul 2018 18:48:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2760a212-4f0e-457f-ad78-089f04793a6a</guid><dc:creator>howard n2wx</dc:creator><description>&lt;p&gt;Hello Sreedhar,&lt;/p&gt;
&lt;p&gt;Both app_uart examples log the transition to connected and disconnected states at the Info log level in ble_nus_c_evt_handler and ble_evt_handler.&lt;/p&gt;
&lt;p&gt;In sdk_config.h confirm the RTT log backend is selected and enable logging to the Info or Debug log level to get the connection state log messages.&lt;/p&gt;
&lt;p&gt;For ex., within the relevant #ifndef/#endif wrappers use&lt;/p&gt;
&lt;p&gt;#define NRF_LOG_BACKEND_RTT_ENABLED 1&lt;/p&gt;
&lt;p&gt;&amp;nbsp;and maybe&lt;/p&gt;
&lt;p&gt;#define NRF_LOG_DEFAULT_LEVEL 3&lt;/p&gt;
&lt;p&gt;(I&amp;#39;m not sure if you need to set the default log level but you definitely do need to enable the RTT backend)&lt;/p&gt;
&lt;p&gt;Best Regards, Howard&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>