SD_MMC and FabGL ESP32 3.3V Board - 16MB Flash / 4 MB PSRAM not work #235
Replies: 8 comments 4 replies
-
does it work with fabgl examples (like the filebrowser)? |
Beta Was this translation helpful? Give feedback.
-
On this board SD card is connected to: so, SPI.begin(14, 35, 12, 13) should work. |
Beta Was this translation helpful? Give feedback.
-
Sorry, I've never used SD_MMC , anyway it seems you should set signals with setPins method, before begin(). However it doesn't use SPI signals (the unique way supported by FabGL board). |
Beta Was this translation helpful? Give feedback.
-
standing to... |
Beta Was this translation helpful? Give feedback.
-
in the PCB at the level of the SD connector there are 2 resistors of 10k (cms 103), if I add two resistors in the other two empty slots should it work with SD_MMC? |
Beta Was this translation helpful? Give feedback.
-
Please could you confirm that following code works on the TTGO VGA32 V1.4?
|
Beta Was this translation helpful? Give feedback.
-
To start, I need to run that code on TTGO VGA32 1.4, but it doesn't work for me (sorry I haven't experience on MMC). I get:
|
Beta Was this translation helpful? Give feedback.
-
you are right, the sd_mmc library does not work on the VGA32 v1.4 card, I have just tested. surely the pins are not connected, you need pullup resistors on some pins of the sd card. [EDIT] |
Beta Was this translation helpful? Give feedback.
-
Hi,
i received my new board, but
sd_mmc with this board not work.
i don't use fabgl library.
the code below with the board fabgl work.
the code below SD_MMC not work but work with board VGA32 and TTGO T8:
the code below work on board TTGO T8
the code below work with the board VGA32 (SD)
any idea ?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions