News

General issue report Description: I’m trying to use the SPI SD card example from ESP-IDF to mount a micro-SD card via an SPI SD card module. It works fine using Arduino-ESP32, but fails in ESP-IDF.
I have compiled and trying running the sd card example on the WAVESHARE ESP32-S3-GEEK (also detected as ESP32-S3-USB-OTG in arduino studio) board. IDF verson: 5.4.0 Readme file says the default PINs ...
The ESP32 is tasked with reading the buttons, playing a corresponding song loaded on an SD card, and handling the digital to analog conversion when sending it out to be played on the speaker.
The SD card reader module is connected to the IndusBoard Coin V2 using the default SPI pins, as specified in the circuit diagram. These pins can be redefined in the code if different pins are ...