Search found 1 match

by Papalapap
Fri Dec 09, 2022 12:52 pm
Forum: ESP32 Arduino
Topic: ESP32-S3-DEVKIT not able to access SD-Card via SPI.
Replies: 0
Views: 1430

ESP32-S3-DEVKIT not able to access SD-Card via SPI.

Good day all,

I've been trying to mount an SD card with the ESP32-S3 devkit for days to no avail.
Countless things I have already tried, does anyone have any ideas? Attached is my code:


#include "FS.h"
#include "SD.h"
#include "SPI.h"

void listDir(fs::FS &fs, const char * dirname, uint8_t ...

Go to advanced search