B4R Question SD Card on TTGO TCALL SIM800L

sasetcolombia

Member
Licensed User
Longtime User
I am trying to store data on a sd card using TTGO TCALL SIM800L module.

The SD Card is formatted with FAT32 and stores two files:
rates.dat
log.txt
When making the connection it detects the list of files,but it is not possible to read the content of the files.

Log:
ets Jun  8 2016 00:22:57
AppStart
/System Volume Information    0kb    1
/log.txt    0kb    0
/rates.dat    1kb    0
Error opening file.

I have tried creating a directory with:
sd.MKDir ("agc001.txt")
but don't believe it.

According to the documentation, this is the pinout of the TTGO TCALL:
VSPI_MOSI = 23
VSPI_MISO = 19
VSPI_SCK = 18
VSPI_SS = 5
I'm using sd.Initialize (5)

Which default pins does rSD use?

what is the problem?
Thanks for your help!
 

Attachments

  • ttgo1.4.jpg
    ttgo1.4.jpg
    329.2 KB · Views: 226

candide

Active Member
Licensed User
issue similar to this old one ?
 
Upvote 0

sasetcolombia

Member
Licensed User
Longtime User
issue similar to this old one ?
Thank you!
Now it works!
 
Upvote 0
Top