Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sd card issue #552

Open
Vital1984 opened this issue Nov 6, 2024 · 5 comments
Open

sd card issue #552

Vital1984 opened this issue Nov 6, 2024 · 5 comments

Comments

@Vital1984
Copy link

hi guys

ich have this problem . and can not figure out whats the problem. try different sd cards different sd card adapter everytime same result.

maybe some one can help ?

ESP32 Chip: ESP32-S3
Arduino Version: 3.0.5
ESP-IDF Version: 5.1.4
MiniWebRadio Version 3.5t - Nov 04/2024
ARDUINO_LOOP_STACK_SIZE 8192 words (32 bit)
FLASH size 16777216 bytes, speed 80 MHz
CPU speed 240 MHz
SDMMC speed 80 MHz
TFT speed 40 MHz
PSRAM total size: 8374816 bytes
RESET_REASON: Reset due to power-on event

00:00:00
00:00:00 ***************************
00:00:00 * MiniWebRadio V3 *
00:00:00 ***************************
00:00:00
00:00:00 setup: .... Arduino is pinned to core 1
00:00:00 tft_info: . init ILI9341
00:00:00 setup: .... Init SD card
E (211) sdmmc_common: sdmmc_init_ocr: send_op_cond (1) returned 0x107
E (211) vfs_fat_sdmmc: sdmmc_card_init failed (0x107).
[ 1158][E][SD_MMC.cpp:190] begin(): Failed to initialize the card (0x107). Make sure SD card lines have pull-up resistors in place.
00:00:00 SD Card Mount Failed

@kpbicka
Copy link

kpbicka commented Nov 6, 2024

Если есть разные шилды картридеров, попробуй их - на всех стоят разные резисторы подтяжки
Для разных говённых микроСД карт может помочь снижение скорости SPI
Возможно длинные провода до ридера
Посмотри картинки от wolle - там нарисованы SMD-резисторы которые или надо удалить или наоборот установить

@schreibfaul1
Copy link
Owner

SD_MMC does not require any external resistors. You can connect the SD card directly to the pins of the ESP32.
Some displays with a built-in SD card adapter have resistors that are connected in series. These should be bridged.

@Vital1984
Copy link
Author

hi danke ja das habe ich auch schon versucht die sd karte direkt an den esp32 ohne adapter und ähnliches leider ohne erfolg. jetzt habe ich irgend einen den ich noch liegen hatte ausprobiert damit geht es nun. habe aber nun andere probleme. weis nicht ob ich einen neuen post dazu aufmachen soll oder lieber hier schreiben .

und zwar bekomme ich kein wifi verbindung ob ich meine zugangsdaten in die common.h schreibe oder auf die sdkarte es verbindet sich nicht zu meinem wlan.

und um mich mit dem Accespoint zu verbinden geht auch nicht .es wird einfach nicht gefunden

@schreibfaul1
Copy link
Owner

Dann gehe ich davon aus, dass die SD Karte nicht mehr das Problem ist.

Der ESP32 kommt manchmal mit den Einstellungen des Routers nich klar.
Ich habe hier eine Fritzbox und wenn WPA2+WPA3 eingestellt ist funktioniert es nicht. WPA2(CCMP) hingegen funktioniert. Vielleicht ist es bei deinem Router ähnlich?

@AlfredoCubitos
Copy link

Hi,
I had similar problems: to connect to an AP I used a separate antenna. And, WiFi works only with PSRAM!
My SD-Card throwed always an error 0xffffff or similar, every time when I put the whole Content_on_SD_Card on it.
I set #define SDMMC_FREQUENCY 10000000
Which works for me when the SD-Card is empty . Higher values didn't work either.

I checked the SD-Card with the same HW-Config with another ESP32 and ran the SD_MMC test from the Arduino IDE with the SD_Card_Content on it.
It works perfectly. No error.
Also see:Tutorial

So I decided to to copy step by step each directory from Content_on_SD_Card.zip to the SD-Card separately.
Finally this works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants