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

Servo on GPIO13 #333

Closed gary-justausername closed 10 months ago

gary-justausername commented 10 months ago

Hi, ESP32-CAM AI Thinker board. Servo on Pin 13 didn't work as it seems to be used by the microSD card. The web server would not load and it gave an SD error. - thanks

gary-justausername commented 10 months ago

Hi, I ended up using GPIO3 and GPIO1. I don't use the serial monitor as my projects are deployed. Just have to turn servos off, save, reboot, upload OTA and turn servos back on. Thanks

gary-justausername commented 10 months ago

Solved