<?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>nRF Connect tutorial stuck: no COM port shown on device, Seeeduino XIAO BLE Sense</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/107017/nrf-connect-tutorial-stuck-no-com-port-shown-on-device-seeeduino-xiao-ble-sense</link><description>I&amp;#39;m using the Seeduino Xiao BLE Sense device, which has an nRF52840. I&amp;#39;ve installed the latest nRF Connect Desktop (4.3.0) in Visual Studio, and version 2.5.0 of the SDK. I&amp;#39;ve got the Xiao BLE Sense plugged into the Xiao Expansion Board harward so that</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 03 Jan 2024 07:55:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/107017/nrf-connect-tutorial-stuck-no-com-port-shown-on-device-seeeduino-xiao-ble-sense" /><item><title>RE: nRF Connect tutorial stuck: no COM port shown on device, Seeeduino XIAO BLE Sense</title><link>https://devzone.nordicsemi.com/thread/462405?ContentTypeID=1</link><pubDate>Wed, 03 Jan 2024 07:55:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f02b94da-dfa9-48d0-9644-bae0bc2f7c23</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Glad to hear!&lt;/p&gt;
&lt;p&gt;Yes, I can understand that it may be confusing.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As mentioned, it is possible to use the peripheral USB (driven by the nRF) to send data as well. If that is something you want to test, I suggest that you look into the sample:&lt;/p&gt;
&lt;p&gt;v2.5.0\zephyr\samples\subsys\usb\cdc_acm (&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/usb/cdc_acm/README.html"&gt;description&lt;/a&gt;),&lt;/p&gt;
&lt;p&gt;But if your intention is to follow the developer academy, I believe using the RTT log is far easier. Note that you may need to reconnect the RTT terminal whenever you recompile and flash the device, because recompiling the application may change the location of the RTT buffer, and the RTT terminal doesn&amp;#39;t know whether this address has changed.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect tutorial stuck: no COM port shown on device, Seeeduino XIAO BLE Sense</title><link>https://devzone.nordicsemi.com/thread/462352?ContentTypeID=1</link><pubDate>Tue, 02 Jan 2024 15:45:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9fcc5f20-9c7a-4665-9c12-b1484bdf4766</guid><dc:creator>cab938</dc:creator><description>&lt;p&gt;Thanks Edvin, this is what I figured but being new to the ecosystem I was unsure! I&amp;#39;ve got it going with RTT.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Connect tutorial stuck: no COM port shown on device, Seeeduino XIAO BLE Sense</title><link>https://devzone.nordicsemi.com/thread/462313?ContentTypeID=1</link><pubDate>Tue, 02 Jan 2024 14:00:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a42c04f3-6e50-45e6-a98c-6a34a8049db2</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The tutorials are tailored for our Development Kits, and unfortunately, they may not work as &amp;quot;out of the box&amp;quot; on other hardware.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The reason the COM port shows up on the DK and not when you use an external debugger is that the On Board debugger that we are using on the DKs sets up the COM port, and translates from UART to COM, so that your terminal can read it.&lt;/p&gt;
&lt;p&gt;I think the easiest way for you to see the log with your current board would be to either use RTT (on the bottom from your first screenshot), and then use:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LOG=y
CONFIG_USE_SEGGER_RTT=y
CONFIG_LOG_BACKEND_UART=n
CONFIG_LOG_BACKEND_RTT=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This way it will use the RTT backend of your programmer instead of the UART bridge that is not present. Alternatively, if you have an external UART to USB device, you can connect this to your extension board. (At least if &lt;a href="https://wiki.seeedstudio.com/Seeeduino-XIAO-Expansion-Board/"&gt;this is the one you are using&lt;/a&gt;, it looks like that would be possible. But I have not tested this board myself).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The third option would be to use the USB that is present on the nRF itself. Please note that this works only as long as the application is running as intended. If you run into any issues, and your application crashes, then the USB stack will stop as well, and you may not get as much information as you do if you are using the UART or the RTT backend.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>