From c12f50dce8679ee1a0e0c320d213ac464015ba8d Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sun, 19 Oct 2025 19:00:05 +0300 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c546467..316642d 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,35 @@ ## 🔎 Preparation -1. `` - ## 📦 Setup +1. `Refer to the circuit diagram` +2. `Install the 'Arduino IDE' software and open 'esp32-cam_camera.ino' file` +4. `File>Preferences>Additional Boards Manager URLs:(Click the double window button)` +>Paste this code +```bash +https://dl.espressif.com/dl/package_esp32_index.json +``` +5. `Click 'OK'` +6. `Tools>Board>Boards Manager...` +7. `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. +8. `Plug the ESP32CAM into your computer` +9. `Tools>Board>esp32>'AI Thinker ESP32-CAM'` +9. `Tools>Port>'Select the esp's port'` +10. `CPU Frequency:240MHz(WIFI/BT) + asdasd` +10. `Tools>Manage Libraries...>Install the libraries used in the code` +11. `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` +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

\ No newline at end of file +

📜 GPL-3.0 License