Skip to content

Commit e8dad5b

Browse files
committed
Merge branch 'doc/remove_esp32_wrover' into 'master'
doc: Remove ESP32-WROVER setting See merge request face-recognition-framework/esp-who!85
2 parents 10a1e91 + 6828563 commit e8dad5b

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

docs/en/Camera_connections.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@
33

44
The table below lists the specific pins used in this example for connecting the ESP32 module and the camera module.
55

6-
| Interface | Camera Pin | ESP32-WROVER | ESP-EYE |
7-
| :--- | :---: | :---: | :---: |
8-
| SCCB Clock | SIOC | IO27 | IO23 |
9-
| SCCB Data | SIOD | IO26 | IO18 |
10-
| System Clock | XCLK | IO21 | IO4 |
11-
| Vertical Sync | VSYNC | IO25 | IO5 |
12-
| Horizontal Reference | HREF | IO23 | IO27 |
13-
| Pixel Clock | PCLK | IO22 | IO25 |
14-
| Pixel Data Bit 0 | D2 | IO4 | IO34 |
15-
| Pixel Data Bit 1 | D3 | IO5 | IO13 |
16-
| Pixel Data Bit 2 | D4 | IO18 | IO14 |
17-
| Pixel Data Bit 3 | D5 | IO19 | IO35 |
18-
| Pixel Data Bit 4 | D6 | IO36 | IO39 |
19-
| Pixel Data Bit 5 | D7 | IO39 | IO38 |
20-
| Pixel Data Bit 6 | D8 | IO34 | IO37 |
21-
| Pixel Data Bit 7 | D9 | IO35 | IO36 |
22-
| Camera Reset | RESET | -1 | -1 |
23-
| Camera Power Down | PWDN | -1 | -1 |
24-
| Power Supply 3.3V | 3V3 | 3V3 | 3v3 |
25-
| Ground | GND | GND | GND |
6+
| Interface | Camera Pin | ESP-EYE |
7+
| :--- | :---: | :---: |
8+
| SCCB Clock | SIOC | IO23 |
9+
| SCCB Data | SIOD | IO18 |
10+
| System Clock | XCLK | IO4 |
11+
| Vertical Sync | VSYNC | IO5 |
12+
| Horizontal Reference | HREF | IO27 |
13+
| Pixel Clock | PCLK | IO25 |
14+
| Pixel Data Bit 0 | D2 | IO34 |
15+
| Pixel Data Bit 1 | D3 | IO13 |
16+
| Pixel Data Bit 2 | D4 | IO14 |
17+
| Pixel Data Bit 3 | D5 | IO35 |
18+
| Pixel Data Bit 4 | D6 | IO39 |
19+
| Pixel Data Bit 5 | D7 | IO38 |
20+
| Pixel Data Bit 6 | D8 | IO37 |
21+
| Pixel Data Bit 7 | D9 | IO36 |
22+
| Camera Reset | RESET | -1 |
23+
| Camera Power Down | PWDN | -1 |
24+
| Power Supply 3.3V | 3V3 | 3v3 |
25+
| Ground | GND | GND |
2626

2727
> The pin mapping will be slightly different if you use other ESP32 modules.
2828

0 commit comments

Comments
 (0)