unable to print logs with esp32 audio kit
Posted: Tue Oct 14, 2025 6:49 am
Hi everyone.
I'm new to esp and just started a project with ESP32-LyraT v4.3 audiokit.
My goal for now is to make a c project that plays a .wav file from a FAT32 formatted sdcard.
I successfully flashed the esp with my project but when I try to use monitor to watch it, I don't see any of my printf/ESP_LOG messeges (which I need for identification if i mounted the sdcard and for general debugging). I do see all of the esp logs from boot and main task (which calls and returns from the app_main).
chatGPT advised me to change the boundrate, add delay to the code and check menuconfig configuration but still no luck.
any ideas on what should I do next?
I'm new to esp and just started a project with ESP32-LyraT v4.3 audiokit.
My goal for now is to make a c project that plays a .wav file from a FAT32 formatted sdcard.
I successfully flashed the esp with my project but when I try to use monitor to watch it, I don't see any of my printf/ESP_LOG messeges (which I need for identification if i mounted the sdcard and for general debugging). I do see all of the esp logs from boot and main task (which calls and returns from the app_main).
chatGPT advised me to change the boundrate, add delay to the code and check menuconfig configuration but still no luck.
any ideas on what should I do next?