From 3b0ee3a704397de1fd22d5871e66440ddefca025 Mon Sep 17 00:00:00 2001 From: Anatoli Arkhipenko Date: Fri, 27 Sep 2024 09:22:07 -0400 Subject: [PATCH] README.md updates --- PlatformIO/README.md | 52 +------------------------------------------- 1 file changed, 1 insertion(+), 51 deletions(-) diff --git a/PlatformIO/README.md b/PlatformIO/README.md index a3f2254..7904a4a 100644 --- a/PlatformIO/README.md +++ b/PlatformIO/README.md @@ -138,57 +138,7 @@ Please do not demand fixes and updates - you are welcome to take this repo as a ### Procedure: -Use this process **ONLY** if you want to update to the very latest drivers. - -**Remember**: updating to the latest drivers may break the code dependencies and require investigation / code changes. - -1. Clone or pull this repo locally using GIT - -2. **Use AS-IS (in Arduino IDE) for guaranteed results.** If you feel adventurous and brave - proceed to step 3. - -3. Download latest ZIP file from https://github.com/espressif/esp32-camera.git into the esp32-cam subfolder - -4. In the archive: delete `examples` and `test` folders - -5. Delete **ALL FILES** in the sketch folder (from step 1) except `esp32-cam*.ino` and `camera_pins.h` - -6. In the archive: switch to subfolder `esp32-camera-master/target` and delete subfolders for `esp32s2` and `esp32s3` - I have not tested with those ones - -7. unzip using `unzip -jo esp32-camera-master.zip` command. This will place all files in the same folder in a flat file structure - - - - **NOTE:** please observe the `-jo` flag: the sketch assumes all files are in the same folder and will overwrite the existing old files without asking for confirmation. - - - -In **esp32-cam.ino** sketch select your camera pin assignment. - -The choices are: - -- CAMERA_MODEL_WROVER_KIT - -- CAMERA_MODEL_ESP_EYE - -- CAMERA_MODEL_M5STACK_PSRAM - -- CAMERA_MODEL_M5STACK_WIDE - -- CAMERA_MODEL_AI_THINKER - - - -Compile the **esp32-cam.ino** sketch using the following settings: - -- ESP32 Dev Module -- CPU Freq: 240 -- Flash Freq: 80 -- Flash mode: QIO -- Flash Size: 4Mb -- Partition: Default, Minimal SPIFFS (or any other that would fit the sketch) -- PSRAM: **Enabled** - - +#### WORK IN PROGRESS ### Results: