Error interfacing SD card with board.
Posted: Sun Feb 04, 2024 7:19 am
I've been trying to create an wav encoder to store an sine wave to an .wav file on SD card, using esp32 and have tried interfacing the SD card with esp32 and it worked perfectly this is the working program https://pastebin.com/z5AVVB74for SD card interfacing without the wav encoder integrated. But if i try to use this modified programhttps://pastebin.com/qwh86Efx , i get the error while opening the SD card "E (442) example: Failed to open file for writing" , I can still read the card details, but it refuses to open file for writing. What could be the possible error.
The pin configuration is in SD in SPI mode and the connections are specified in the program.
Board: ESP32 WROOM 32.
The pin configuration is in SD in SPI mode and the connections are specified in the program.
Board: ESP32 WROOM 32.