SD.h Library Not Recognized in Arduino 1.8.19

I have Arduino 1.8.19 installed, but mine doesn't support SD.h. How should I solve this issue?

Very unlikely.

For help, have a look at the forum guidelines, in the post titled "How to get the best out of this forum" and follow instructions to add the information required by forum members.

I'm trying to connect my ESP32 board to a Micro SD Card Module. Even after following the instructions at ESP32 - SD Card | ESP32 Tutorial, Arduino IDE 1.8.19 still couldn't recognize the SD.h file. How should I solve this problem?

My car doesn't start. What is the problem?

Please read and follow the forum instructions, post the required information (code, wiring and complete error messages) and I'm sure that forum members can offer suggestions.

The ESP32 core comes with it's own SD.h file

Might help if you tell us what the error reported actually is.

No problems with SD cards on ESP32s with IDE 1.8.19 here.

Even after following the instructions and putting my FAT32 SD card into the Micro SD Card Module, the Serial Module kept telling me that the SD card ain’t initialized.

So your saying that the SD.h library is being recognised, as in the program compiles and loads, but the SD card is then not recognised ?

There may be a wiring issue,
Or a coding issue.

How about you provide us with the code you use (posted within code tags, not linked to somewhere)
edit: oh and which core version do you use ?

And show us a picture of how you wired it.

The code and schematic can be found here: ESP32 - SD Card | ESP32 Tutorial

Now, I'm seeing that my SD Card is initialized, but there was an issue when trying to open the "esp32.txt" file.

What kind of issue?

I am not looking there.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.