FURK4NGG d3aefd48e7 Fix formatting for CPU Frequency instruction
Updated formatting for CPU Frequency instruction in README.
2025-10-19 19:01:19 +03:00
2025-10-16 19:52:09 +03:00
2025-10-16 19:52:09 +03:00
2025-10-16 19:52:09 +03:00
2025-10-16 19:52:09 +03:00
2025-10-16 19:52:09 +03:00
2025-10-16 19:51:07 +03:00
2025-10-16 19:52:09 +03:00

👀 esp32-cam_camera Overview

A handmade photo camera

🚀 Features

This a portable mini photo camera.It has also a flash.

🔎 Preparation

📦 Setup

  1. Refer to the circuit diagram
  2. Install the 'Arduino IDE' software and open 'esp32-cam_camera.ino' file
  3. File>Preferences>Additional Boards Manager URLs:(Click the double window button)

Paste this code

https://dl.espressif.com/dl/package_esp32_index.json
  1. Click 'OK'
  2. Tools>Board>Boards Manager...
  3. 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.

  1. Plug the ESP32CAM into your computer
  2. Tools>Board>esp32>'AI Thinker ESP32-CAM'
  3. Tools>Port>'Select the esp's port'
  4.  asdasd```
    
  5. Tools>Manage Libraries...>Install the libraries used in the code
  6. Click the 'upload ➡️' button
    To make sure it has been uploaded successfully, you should see the message 'Done uploading'

🎉 Run

1 Connect the battery to the board
2. Reset the esp32cam
3. You are ready to use your mini camera

🔒 License

📜 GPL-3.0 License

S
Description
No description provided
Readme GPL-3.0 2.7 MiB
Languages
C 84.2%
C++ 15.8%