DevAcademy Fundamentals Lesson 6 Exercise 2 does not have any UART output with Thingy:53

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:

&uart0 {
    status="okay";
};
Parents Reply
  • Thank you for your response.  I'm specifically referring to Lesson 6, Exercise 2 of the "nRF Connect SDK Fundamentals" course which does not say anything about that. I was using generic serial terminals like cutecom, minicom, ..., but wasn't getting anything from the Thingy:53 comm port.  Should the course material be updated to specify one or both of these for those using Thingy:53 for that exercise?

Children
Related