i have followed the above tutorial and down loaded the SD-Test in arduino and get the following error
ts Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1344
load:0x40078000,len:13836
load:0x40080400,len:3608
entry 0x400805f0
Card Mount Failed
ti am using ide v1.6.5 and board esp dev module and sd card module with formated sd card
Have you any ideas to help me
regards
Dave
Hi.
That error can mean one of the following scenarios:
- the microSD card is corrupted and you need to format it
- the microSD card is not connected properly to the microSD card slot
- the microSD card module is not connected to the right ESP32 GPIOs
So, I recommend formatting the microSD card and checking all the connections.
Regards,
Sara