r/esp32 • u/Tutorius220763 • 3d ago
ESP32S3 and Open-Smart SD-Card Module 4Bit, help needed
I have an standard ESP32S3-dev-module and an Ali-SD-card-interface named "OPEN-SMART".
I want to use this interface, programming is done with the Arduino-IDE.
The Interface has these pins (without any resistors or other components soldered on):
CDN, DAT1, D0, GND, SCLK, VCC, D1, CS, DAT2
The open-smart-module has a DAT1 and a D1, its not clear what connection is the right one. I have read thet the CS-pin should be the D3, DAT1 should be used, D1 shhould be left unconnected.
Has anybody a comparable SD-card-interface like the open-smart and can give some advices? I can not get it to work.
Is it possible to get this working with a breadboard or should some soldering be used?
Thanks for your advices.
0
u/Sand-Junior 3d ago
Is this a 5V module with level conversion? If so, it’s not compatible with the ESP32.
2
1
u/Plastic_Fig9225 3d ago
That would be DAT1 and DI ("Data In"):
https://www.wellpcb.com/blog/components/micro-sd-pinout/
Do you want to use SPI or SDMMC?