Skip to content

Problems with SD card slot, Wifi is connecting every second time #200

Answered by biologist79
egezgin asked this question in Q&A
Discussion options

You must be logged in to vote

Have a look at this one:
https://github.com/espressif/arduino-esp32/blob/master/libraries/SD_MMC/examples/SDMMC_Test/SDMMC_Test.ino

You only need GPIOs 15, 14 and 2. This is sd_mmc in 1bit-mode. But's that's already connected accordingly at your board. So you don't have to care about hardware.

But in software basically this line is important: https://github.com/espressif/arduino-esp32/blob/master/libraries/SD_MMC/examples/SDMMC_Test/SDMMC_Test.ino#L175

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@egezgin
Comment options

Comment options

You must be logged in to vote
1 reply
@egezgin
Comment options

Answer selected by egezgin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants