I am using SD card using SPI pins as below
MOSI / DI IO13
MISO / DO IO14
CLK IO15
CS IO16
I made changes to the settings.h and others, rest works fine but seeing this error when playing an mp3 from SD card when using SD card on SPI
[ 20376][E][sd_diskio.cpp:132] sdSelectCard(): Select Failed
[ 20381][E][sd_diskio.cpp:630] ff_sd_status(): Check status failed
I am using dev branch with esp32-arduino v3.0.0
Any ideas what I am doing wrong?
tueddy
2
Hi, you may have to setup the pins as described in the official Espressif example.
There is an ESPuino fork where it was implemented for an S3: