<?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>Academy course: Bluetooth Low Energy Fundamentals, no UART log</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122254/academy-course-bluetooth-low-energy-fundamentals-no-uart-log</link><description>Hello, 
 I am studying the materials in Bluetooth Low Energy Fundamentals. 
 I cloned the codes from GitHub https://github.com/NordicDeveloperAcademy/bt-fund 
 I tried to build and run(debug) the code and it seems working as I can see the BT device from</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 Aug 2025 02:09:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122254/academy-course-bluetooth-low-energy-fundamentals-no-uart-log" /><item><title>RE: Academy course: Bluetooth Low Energy Fundamentals, no UART log</title><link>https://devzone.nordicsemi.com/thread/545849?ContentTypeID=1</link><pubDate>Mon, 18 Aug 2025 02:09:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb2d307d-d26a-4c0d-aa5a-bf802ac0e959</guid><dc:creator>keithauhk</dc:creator><description>&lt;p&gt;Hi Benjamin,&lt;/p&gt;
&lt;p&gt;I just reviewed this and found I have wrongly chosen &amp;quot;nrf52kbd/nrf52832&amp;quot; as Board target.&lt;/p&gt;
&lt;p&gt;I changed it to &amp;quot;nrf52dk/nrf52832&amp;quot; and now works.&lt;br /&gt;&lt;br /&gt;Thanks for your help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Academy course: Bluetooth Low Energy Fundamentals, no UART log</title><link>https://devzone.nordicsemi.com/thread/539482?ContentTypeID=1</link><pubDate>Tue, 17 Jun 2025 07:49:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ac48ee1-fea0-48c4-b557-8bb766665e49</guid><dc:creator>Benjamin</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;Your settings looks correct to me. I went through the build steps now with the same DK that you are using and everything works without changing anything.&lt;/p&gt;
&lt;p&gt;Have you changed any other file or setting?&lt;/p&gt;
&lt;p&gt;Also, make sure you have the latest software installed. I recommend going though the installation &lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-1-nrf-connect-sdk-introduction/topic/exercise-1-1/"&gt;steps&lt;/a&gt; in the fundamentals course.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Benjamin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Academy course: Bluetooth Low Energy Fundamentals, no UART log</title><link>https://devzone.nordicsemi.com/thread/539290?ContentTypeID=1</link><pubDate>Mon, 16 Jun 2025 01:06:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8fa74353-68f0-4603-864c-4183532eddeb</guid><dc:creator>keithauhk</dc:creator><description>&lt;p&gt;Hi Benjamin,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;I can get UART output normally with other sample codes from NCS v3.0.1. So, the problem should not be caused by Windows setup.&lt;br /&gt;&lt;br /&gt;For those BLE Fundamentals examples, the settings that I am using is &amp;quot;Board target&amp;quot; -&amp;gt; &amp;quot;nrf52dk/nrf52832&amp;quot; and &amp;quot;Base configuration files&amp;quot; -&amp;gt; prj.conf. Would there anything that I have missed?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Regards,&lt;/p&gt;
&lt;p&gt;Keith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Academy course: Bluetooth Low Energy Fundamentals, no UART log</title><link>https://devzone.nordicsemi.com/thread/539195?ContentTypeID=1</link><pubDate>Fri, 13 Jun 2025 11:59:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4a7f5ad-67ef-4753-b7dc-17b35c12583b</guid><dc:creator>Benjamin</dc:creator><description>&lt;p&gt;Hi Keith,&lt;/p&gt;
&lt;p&gt;Thanks for reaching out!&lt;/p&gt;
&lt;p&gt;Which operating system are you using? Does this issue occur with one specific exercise or across all of them? And have you tried building and flashing the exercise solution? In the BLE Fundamentals course, you shouldn&amp;#39;t need to modify the &lt;code&gt;prj.conf&lt;/code&gt; file to enable logging, as it&amp;#39;s already set up for you.&lt;/p&gt;
&lt;p&gt;UART logs are sent to the serial terminal. By default, UART0 appears as a COM port on Windows or a ttyACM device on Linux or macOS. Make sure you&amp;#39;re connected to the correct serial terminal (usually VCOM0). This is done by selecting the plug icon on VCOM0 in the&amp;nbsp;&lt;em&gt;Connected Devices&lt;/em&gt; menu. You should see the output&amp;nbsp;logs directly in VS Code.&lt;/p&gt;
&lt;p&gt;You can also use another terminal program if you prefer, as long as it&amp;#39;s pointed to the correct port or device.&lt;/p&gt;
&lt;p&gt;Be sure the baud rate is set to 115200. Also, there could be issues if you have multiple instances opened of a port/device. If you read from the port/device in you normal terminal you will not see output in the VSCode terminal.&lt;/p&gt;
&lt;p&gt;If not done already, also check out&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-3-printing-messages-to-console-and-logging/"&gt;Lesson 4&lt;/a&gt;&amp;nbsp;of the NCS Fundamentals course as this explain logging and printing over UART step by step.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br /&gt;Benjamin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>