Ai-Thinker-Open / GPRS_C_SDK

Ai-Thinker A9/A9G GPRS (with GPS(A9G)) module C development SDK
https://ai-thinker-open.github.io/GPRS_C_SDK_DOC
MIT License
446 stars 232 forks source link

SD card access #506

Open willemneethling opened 2 years ago

willemneethling commented 2 years ago

1. SDK version(SDK 版本)

{ N/A }

Is there any way to access the SD card without resorting to custom firmware, e.g. via AT commands? There is a unsoldered header on the A9G "pudding" dev board which seems to relate to the SPI interface to the SD card, has anyone ever been able to use that?

Mukund2900 commented 3 weeks ago

@willemneethling did you find anything for this ? I have connected esp32 to a9g but esp32 is unable to read/write/connect to sd card on a9g. Is there a way to do it

willemneethling commented 3 weeks ago

@Mukund2900 No luck. I did not find any documented way of using the SD slot without resorting to the custom chinese SDK. I also soldered a header onto the exposed SD pins and tried to drive this from the ESP32 without success.