913e7e9b9d
Added detailed setup instructions and features for esp32-cam_webserver.
1.8 KiB
1.8 KiB
👀 esp32-cam_webserver Overview
A handmade webcam
🚀 Features
This a portable mini photo camera.It has also a flash.Every photo saved with unique name in a sd card storage.
📦 Setup
Refer to the circuit diagramFile>Preferences>Additional Boards Manager URLs:(Click the double window button)
Paste this code
https://dl.espressif.com/dl/package_esp32_index.json
Click 'OK'Install the 'Arduino IDE' software and open 'Examples>esp32>Camera>CameraWebServer' fileTools>Board>Boards Manager...Search 'esp32' by Espressif Systems, and install it
⚠️ Warning: Make sure you have installed the correct USB driver (CH340, CH341, FT232R / FTDI Driver, CP2102) before connecting the ESP32CAM to your computer.
Plug the ESP32CAM into your computerTools>Board>esp32>'AI Thinker ESP32-CAM'Tools>Port>'Select the esp's port'
Apply these changes:
- CPU Frequency: 240MHz (WiFi/BT)
- Core Debug Level: None
- Erase All Flash Before Sketch Upload: Disabled
- Flash Frequency: 80MHz
- Flash Mode: QIO
- Partition Scheme: Huge APP (3MB No OTA/1MB SPIFFS)
Tools>Manage Libraries...>Install the libraries used in the codeClick the 'upload ➡️' button
✅ To make sure it has been uploaded successfully, you should see the message 'Done uploading'
🎉 Run
Connect the battery to the boardDisconnect the IO0-GND connection(disable programming mode)Press the reset button on the esp32camYou are ready to use your mini camera