5facfadacd7c5220df184f6ad65a5473192b5c1e
👀 esp32-cam_camera Overview
A handmade photo camera
🚀 Features
This a portable mini photo camera.It has also a flash.Every photo saved with unique name in a sd card storage.
🔎 Preparation
1. Components
'1' ESP32-CAM'1' FT232RL USB to UART Converter
Use an SD card with a minimum capacity of 4 GB, formatted as FAT32 with a 32 KB allocation unit size.Then insert this SD card into your ESP32-CAM board.Connect your 'OV2640' camera to your ESP32-CAM board.
📦 Setup
Refer to the circuit diagramInstall the 'Arduino IDE' software and open 'esp32-cam_camera.ino' with 5 other fileFile>Preferences>Additional Boards Manager URLs:(Click the double window button)
Paste this code
https://dl.espressif.com/dl/package_esp32_index.json
Click 'OK'Tools>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)
- 115200 baud
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'
⚠️ Advisory for Developers: If you want to try this project in the future with new generation boards and you want to add new features like using 'DS1302 real time module', you must have 3 unused pins.
🎉 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
🔒 License
📜 GPL-3.0 License
Languages
C
84.2%
C++
15.8%