espressif / esp-at

AT application for ESP32/ESP32-C2/ESP32-C3/ESP32-C6/ESP8266
Apache License 2.0
871 stars 765 forks source link

compiled with FS but i dont know if it works #147

Open vagr02 opened 5 years ago

vagr02 commented 5 years ago

Hi, I did some tests of AT+FS command with LyraT board and 4GB Micro SD card inserted and formated to FAT filesystem. I compiled software (last master branch) with enabled AT-FS (i didnt find any other settings for SD card in menuconfig). Unfortunately i cannot read and list files on SD card. I dont know what i am doing wrong? I have SD card with one file: esp32tst.txt and i get those results:

AT+FS=0,4,"." +FS:test.txt <--- there is not such a file on SD card OK

AT+FS=0,2,"esp32tst.txt",0,100 open /fatfs/esp32tst.txt fail ERROR

vagr02 commented 5 years ago

Maybe just wrong parameters of command or compilation settings? :)

xcguang commented 5 years ago

Hi, Now AT+FS cannot support SD card.

vagr02 commented 5 years ago

Thank you for information. I hope SD card will be supported in near future. It is useful function :-)

vagr02 commented 5 years ago

Hello, is there something new about filesystem and SD card support? :-)

toko1 commented 5 years ago

Hi, is SD card already supported in AT+FS? I need access to the SD card via AT commands .

jpazderka commented 5 years ago

Hi, it would be very nice to have this AT support - is there anything new about it?