Hello everyone,
I'm working with the TTGO T8 ESP32-S2 board and I would like to use the built-in microSD card to store and read files. I'm using the Arduino IDE and I've tried several example codes, but I haven't been able to make them work correctly.
I've tried using the "SD" library along with the "SPI" library to configure the SPI bus and the chip select pin. I have also verified the physical connections of the microSD card.
However, every time I run the code, I get errors when initializing the microSD card or when trying to open or create files on the card.
I would greatly appreciate it if someone could provide me with a functional example code that I can use as a starting point to work with the microSD card on the TTGO T8 ESP32-S2 board. I would also appreciate any additional advice or guidelines to ensure that the configuration and code are correct.
Thank you very much for your help!