Refine setup instructions in README.md
Reorganize setup instructions and remove preparation section.
This commit is contained in:
@@ -8,23 +8,20 @@
|
|||||||
<h1 align="center">This a portable mini photo camera.It has also a flash.</h1>
|
<h1 align="center">This a portable mini photo camera.It has also a flash.</h1>
|
||||||
|
|
||||||
|
|
||||||
## 🔎 Preparation
|
|
||||||
|
|
||||||
|
|
||||||
## 📦 Setup
|
## 📦 Setup
|
||||||
1. `Refer to the circuit diagram`
|
1. `Refer to the circuit diagram`
|
||||||
2. `Install the 'Arduino IDE' software and open 'esp32-cam_camera.ino' file`
|
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)`
|
3. `File>Preferences>Additional Boards Manager URLs:(Click the double window button)`
|
||||||
>Paste this code
|
>Paste this code
|
||||||
```bash
|
```bash
|
||||||
https://dl.espressif.com/dl/package_esp32_index.json
|
https://dl.espressif.com/dl/package_esp32_index.json
|
||||||
```
|
```
|
||||||
5. `Click 'OK'`
|
4. `Click 'OK'`
|
||||||
6. `Tools>Board>Boards Manager...`
|
5. `Tools>Board>Boards Manager...`
|
||||||
7. `Search 'esp32' by Espressif Systems, and install it`
|
6. `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.
|
> ⚠️ **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`
|
7. `Plug the ESP32CAM into your computer`
|
||||||
9. `Tools>Board>esp32>'AI Thinker ESP32-CAM'`
|
8. `Tools>Board>esp32>'AI Thinker ESP32-CAM'`
|
||||||
9. `Tools>Port>'Select the esp's port'`
|
9. `Tools>Port>'Select the esp's port'`
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|||||||
Reference in New Issue
Block a user