s60sc / ESP32-CAM_MJPEG2SD

ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser.
GNU Affero General Public License v3.0
931 stars 214 forks source link

Suggestion for DIYMORE Boards #382

Closed teto90 closed 8 months ago

teto90 commented 8 months ago

I downloaded your amazing work and flashed on an ESP32-Cam sold by DIYMORE and with the ESP module with the following logo: img1

I struggled a lot with the SD. I was unable to make it working. After a lot of research and pain I added this line in the setup section and everything started to work like a charme.

pinMode(2, INPUT_PULLUP);

I think you can add a note on your README in order to prevent some Pain to other guys.

Thanks again for the amazing work.

s60sc commented 8 months ago

Thanks. This could be a manufacturing defect, the board should have a pullup resistor on pin 2.