Unfortunately, I haven’t managed to sort it out on my own so far.
Can anyone give me more detailed instructions on how to configure my ESP32-S2-DevKitC-1 devicefor this?
That would be great!
A big thank you to everyone in advance!
Best regards, Thomas
I may be way off on a tangent, but I have used the TX and RX GPIO pins to view the log from ESP32 microcontrollers on my linux PC with minicom terminal emulation. Hopefiully this should be relatively easy to test.
To do this you probably only need
logger:
hardware_uart: uart0 # on S3-mini this gives idf bootloader only
level: debug
and to decide what baud rate to use (ESP32 defaults to 115200). See the UART and Logger components in the ESPHome documentation.