ESPWebDAV icon indicating copy to clipboard operation
ESPWebDAV copied to clipboard

ERROR: Failed to initialize SD Card

Open Nadagh opened this issue 1 year ago • 2 comments

Used ARDUINO IDE v1.8.12, ESP8266 Arduino Core version 2.4.0 and SdFat-1.0.16. On the ESP module itself, the marking ESP8266MOD. Everything compiled. Connected to WiFi. Gives an error ERROR: Failed to initialize SD Card.

The output to the terminal looks like this.

Connected to TP-LW IP address: 192.168.7.56 RSSI: -64 Mode: 3 ERROR: Failed to initialize SD Card WebDAV server started

SD connection is ok.

Am I doing something wrong or do I need to configure something correctly? The error is observed in both examples from this library.

Nadagh avatar Jun 02 '23 05:06 Nadagh

same issue here

smily77 avatar Jan 21 '24 08:01 smily77

Try using spi half speed, or div_3

andreiciocanvlad avatar May 11 '24 18:05 andreiciocanvlad