bitluni / ESP32CamTimeLapse

152 stars 56 forks source link

ESP-Eye-andEars #10

Closed kriswiner closed 4 years ago

kriswiner commented 4 years ago

I made a small ESP32-based camera following the ESP32_Eye. I added two ICS43434 mics and an SD card. I had to rearrange the camera pins to add the SD card, mics are the same as on the Eye. Camera seems to work fine. However, I can't get the SD card to mount (can't get past the SD_MMC.begin call. I have a bunch of stuff written on my one and only 8 GB SD card. I followed the pin assignments in the SD_MMC_Test example. Do I need to format a new card? Is 450 mA current enough? I must be missing something simple. Can't believe the camera works but the SD card does not? Any advice?

kriswiner commented 4 years ago

Looks like I am simply missing a pullup on GPIO2, which I verified with a standalone ESP32 dev board. Looking forward to making use of your work, thanks.