-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseveral-esp32-model-pinouts.txt
More file actions
60 lines (57 loc) · 984 Bytes
/
several-esp32-model-pinouts.txt
File metadata and controls
60 lines (57 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#########################
# AiThinker (ESP32-CAM) #
#########################
d0: 5
d1: 18
d2: 19
d3: 21
d4: 36
d5: 39
d6: 34
d7: 35
xclk: 0
pclk: 22
vsync: 25
href: 23
sda: 26
scl: 27
reset: -1
pwdn: 32
##############################################
# M5StackWide (ELEGOO's robot kit ESP32-CAM) #
##############################################
d0: 32 // Y2_GPIO_NUM
d1: 35 // Y3_GPIO_NUM
d2: 34 // Y4_GPIO_NUM
d3: 5 // Y5_GPIO_NUM
d4: 39 // Y6_GPIO_NUM
d5: 18 // Y7_GPIO_NUM
d6: 36 // Y8_GPIO_NUM
d7: 19 // Y9_GPIO_NUM
xclk: 27 // XCLK_GPIO_NUM
pclk: 21 // PCLK_GPIO_NUM
vsync: 25 // VSYNC_GPIO_NUM
href: 26 // HREF_GPIO_NUM
sda: 22 // SIOd_GPIO_NUM
scl: 23 // SIOC_GPIO_NUM
reset: 15 // RESET_GPIO_NUM
pwdn: -1
###############################
# FreeNove (ESP32-CAM WROVER) #
###############################
d0: 4
d1: 5
d2: 18
d3: 19
d4: 36
d5: 39
d6: 34
d7: 35
xclk: 21
pclk: 22
vsync: 25
href: 23
sda: 26
scl: 27
reset: -1
pwdn: -1