<?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>DevAcademy Fundamentals Lesson 6 Exercise 2 does not have any UART output with Thingy:53</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126297/devacademy-fundamentals-lesson-6-exercise-2-does-not-have-any-uart-output-with-thingy-53</link><description>Using Thingy:53, I needed to add the following code to the boards/thingy53_nrf5340_cpuapp_ns.overlay file in order to be able to view the output: 
 
 &amp;amp;uart0 { 
 status=&amp;quot;okay&amp;quot;; 
 };</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 30 Dec 2025 23:22:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126297/devacademy-fundamentals-lesson-6-exercise-2-does-not-have-any-uart-output-with-thingy-53" /><item><title>RE: DevAcademy Fundamentals Lesson 6 Exercise 2 does not have any UART output with Thingy:53</title><link>https://devzone.nordicsemi.com/thread/557760?ContentTypeID=1</link><pubDate>Tue, 30 Dec 2025 23:22:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:539c0b84-c0d3-4742-b48a-b7ab743bd21e</guid><dc:creator>snacker</dc:creator><description>&lt;p&gt;Interesting... I do see the output with the terminals using the l6_e2_sol.&amp;nbsp; Strange, when I was following the lesson, I had to add that code in order to see it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DevAcademy Fundamentals Lesson 6 Exercise 2 does not have any UART output with Thingy:53</title><link>https://devzone.nordicsemi.com/thread/557732?ContentTypeID=1</link><pubDate>Tue, 30 Dec 2025 13:15:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66154285-2627-4e34-ba1f-5683df4ac3cd</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You are correct. The Serial Terminal is not required to read the logs from the Thingy:53. I wrongfully assumed that it would show up as one of the &amp;quot;connected devices&amp;quot; in my nRF Connect for VS Code extension, but it will not because there is no debugger on the Thingy:53.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When running l6_e2_sol again, I was able to also see the output with the nRF Terminal extension. Have you tried running the code from both the provided solution and your completed exercise?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DevAcademy Fundamentals Lesson 6 Exercise 2 does not have any UART output with Thingy:53</title><link>https://devzone.nordicsemi.com/thread/557674?ContentTypeID=1</link><pubDate>Mon, 29 Dec 2025 13:11:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73faa6c8-4966-4852-ab03-deb092e20692</guid><dc:creator>snacker</dc:creator><description>&lt;p&gt;Thank you for your response.&amp;nbsp; I&amp;#39;m specifically referring to Lesson 6, Exercise 2 of the &amp;quot;nRF Connect SDK Fundamentals&amp;quot; course which does not say anything about that. I was using generic serial terminals like cutecom, minicom, ..., but wasn&amp;#39;t getting anything from the Thingy:53 comm port.&amp;nbsp; Should the&amp;nbsp;course material be updated to specify one or both of these for those using Thingy:53 for that exercise?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DevAcademy Fundamentals Lesson 6 Exercise 2 does not have any UART output with Thingy:53</title><link>https://devzone.nordicsemi.com/thread/557641?ContentTypeID=1</link><pubDate>Mon, 29 Dec 2025 09:12:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c826dafb-4ca5-4445-ae47-3d129cac20c7</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The logging output for the Thingy:53 is available through the USB CDC ACM class, so you will be able to see the logs by using i.e. the Serial Terminal application from nRF Connect for Desktop:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1766999359127v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1766999421480v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;See the relevant part of the Thingy:53 application guide &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/thingy53/thingy53_application_guide.html#connecting_to_thingy53_for_logs"&gt;here&lt;/a&gt;&amp;nbsp;(docs.nordicsemi.com).&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>