|
3 | 3 |
|
4 | 4 | The table below lists the specific pins used in this example for connecting the ESP32 module and the camera module.
|
5 | 5 |
|
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 | |
26 | 26 |
|
27 | 27 | > The pin mapping will be slightly different if you use other ESP32 modules.
|
28 | 28 |
|
0 commit comments