I was trying “Take Photos and Save to MicroSD Card (Time-lapse” Project. I follwed the same instructions and same code. But on Serial port I got the following Message –
“Initializing the camera module…Ok!
Initializing the MicroSD card module… Starting SD Card
Picture file name: /picture0.jpg
E (2560) sdmmc_cmd: sdmmc_read_sectors_dma: sdmmc_send_cmd returned 0xffffffff
E (2560) diskio_sdmmc: sdmmc_read_blocks failed (-1)
E (3561) sdmmc_req: sdmmc_host_wait_for_event returned 0x107
E (3561) sdmmc_cmd: sdmmc_read_sectors_dma: sdmmc_send_cmd returned 0x107
E (3562) diskio_sdmmc: sdmmc_read_blocks failed (263) ”
Please guide me
This problem is sorted out.
“I had continuously kept pin 4 HIGH (Where LED is connected). Hence SD Card was not getting detected. After setting this Pin to LOW. The SD Card was detected”
Now the project is working fine.