Not sure where to put this post, or even if Aruino.cc is appropriate. Hopefully someone can help out.
I'm trying to use the ESP32-CAM as a timelapse camera, storing the images on the module's SD card. I'm using this sketch:
I have it uploaded and running, but the Serial Monitor shows "No SD Card attached" message. And, of course, no images are being saved to the SD Card. I tried with 1GB, 2GB, and 16GB cards with no luck.
Anyone know anything about this?
The camera itself does work, as I can successfully run the "ESP32-CAM webserver" example sketch. Not sure what's going on the with the SD Card.
So, something wrong with the sketch I first posted. And that's the one with time lapse functionality. Possibly something to do with the LED being on the same pin (4) as needed for the SD card and perhaps the sketch isn't properly handling that.