This is the SD-Card example for esp-arduino 8266/ESP32/ESP32S2/ESP32S3/ESP32C3/ESP32C6. It will support FatEx >32GB that is based on the greiman/SdFat. And is supported by arduino 3.2.1 It also has OTA software update support, and a Wifi manager. Wifi login can be reseted by pressing the Boot button for 5 Seconds Platformio is also supported. You can see this Project in Action video https://youtu.be/4TL-1kFhhLU?si=0_FFTyLoHQfMEpkf
It is based on the work that Mohammed Rezwanul Islam has done see his video video
You can program the ESP by using this link
SD card Server software to the ESP-32 (Clasic/S2/S3/C3/C6) / ESP8266 device.
| Device | SD_CS | SD_CLK | SD_MOSI | SD_MISO |
|---|---|---|---|---|
| ESP8266 4MB | 15 | 14 | 13 | 12 |
| ESP32-Clasic 4MB | 5 | 18 | 23 | 19 |
| ESP32-S2 4MB | 10 | 12 | 11 | 13 |
| ESP32-S3 8MB | 10 | 12 | 11 | 13 |
| ESP32-C3 4MB | 10 | 3 | 4 | 5 |
| ESP32-C6 8MB | 18 | 21 | 19 | 20 |