I'm pretty new to IOT and esp32 but so far managed to learn by myself, however, when I tried connecting a YX5300 serial mp3 module to my esp32 I have struggled to even make the #include libraries work.
I am using vscode along with platformio and I installed the "SerialMP3Player" library in my project to make it work.
After installing the library to my project i got errors saying that the "SoftwareSerial" library needs to be installed aswell, so I installed it and now, after doing that, my current error is this:
the build error i recieved after installing both libraries
So my question is what to do now? continue to find and install libraries that pop up in build errors or am i just missing something obvious?
Also, is it even possible to connect this module to an esp32 board? I only came across examples using arduino board variants.
Thanks!