Search found 1 match
- Sun Feb 04, 2024 7:19 am
- Forum: ESP-IDF
- Topic: Error interfacing SD card with board.
- Replies: 1
- Views: 500
Error interfacing SD card with board.
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/z5AVVB74 for SD card interfacing without the wav encoder integrated. But ...