Board-dat/NWI/NWI1249-dat/2026-04-07-01-40-22.png
... ...
Binary files /dev/null and b/Board-dat/NWI/NWI1249-dat/2026-04-07-01-40-22.png differ
Board-dat/NWI/NWI1249-dat/NWI1249-dat.md
... ...
@@ -11,7 +11,7 @@ all boards info - [[ESP32-S3-board-dat]] - [[ESP32-S3-board-VCC-dat]] - [[ESP32-
11 11
12 12
ESP32-S3-cam-dat - [[ESP32-S3-dat]]
13 13
14
-- [[camera-sdk-dat]] - [[sensor-Camera-dat]] - [[OV2640-dat]]
14
+- [[camera-sdk-dat]] - [[sensor-Camera-dat]] - [[OV2640-dat]] - [[camera-SDK-dat]]
15 15
16 16
- [[ESP32-SDK-dat]] - [[serial-dat]]
17 17
... ...
@@ -85,6 +85,28 @@ board right side
85 85
| GPIO19 | USB_D+ | ADC2_CH8 | URTS |
86 86
| GND | | | |
87 87
88
+camera pins CameraWebServer
89
+
90
+ #define PWDN_GPIO_NUM -1
91
+ #define RESET_GPIO_NUM -1
92
+
93
+ #define XCLK_GPIO_NUM 15
94
+ #define SIOD_GPIO_NUM 4
95
+ #define SIOC_GPIO_NUM 5
96
+
97
+ #define Y9_GPIO_NUM 16
98
+ #define Y8_GPIO_NUM 17
99
+ #define Y7_GPIO_NUM 18
100
+ #define Y6_GPIO_NUM 12
101
+ #define Y5_GPIO_NUM 10
102
+ #define Y4_GPIO_NUM 8
103
+ #define Y3_GPIO_NUM 9
104
+ #define Y2_GPIO_NUM 11
105
+
106
+ #define VSYNC_GPIO_NUM 6
107
+ #define HREF_GPIO_NUM 7
108
+ #define PCLK_GPIO_NUM 13
109
+
88 110
89 111
## miropython setup
90 112
... ...
@@ -129,6 +151,11 @@ esp32-s3 = {
129 151
130 152
- [[SD-dat]]
131 153
154
+camera
155
+
156
+![](2026-04-07-01-40-22.png)
157
+
158
+
132 159
## Extension board SCH
133 160
134 161
![](2025-07-30-16-52-51.png)
Board-new-dat/board-new-dat.md
... ...
@@ -1,6 +1,8 @@
1 1
2 2
# board-new-dat
3 3
4
+
5
+
4 6
- [[ESP32-ISO-dat]] - [[rs485-autoboard-1]]
5 7
6 8
- [[battery-drainer-dat]]
Board-new-dat/robotpet-dat/robotpet-dat.md
... ...
@@ -0,0 +1,27 @@
1
+
2
+# robotpet-dat
3
+
4
+- [[sensor-camera-dat]]
5
+
6
+
7
+define
8
+
9
+ #define PWDN_GPIO_NUM -1
10
+ #define RESET_GPIO_NUM -1
11
+ #define XCLK_GPIO_NUM 5
12
+ #define SIOD_GPIO_NUM 8
13
+ #define SIOC_GPIO_NUM 9
14
+
15
+ #define Y9_GPIO_NUM 4
16
+ #define Y8_GPIO_NUM 6
17
+ #define Y7_GPIO_NUM 7
18
+ #define Y6_GPIO_NUM 14
19
+ #define Y5_GPIO_NUM 17
20
+ #define Y4_GPIO_NUM 21
21
+ #define Y3_GPIO_NUM 18
22
+ #define Y2_GPIO_NUM 16
23
+ #define VSYNC_GPIO_NUM 1
24
+ #define HREF_GPIO_NUM 2
25
+ #define PCLK_GPIO_NUM 15
26
+
27
+
Tech-dat/sensor-camera-dat/camera-SDK-dat/camera-SDK-dat.md
... ...
@@ -1,10 +1,12 @@
1 1
2 2
# camera-SDK-dat
3 3
4
-- [[ESP1000-dat]] - [[SCM1030-dat]]
4
+
5
+- [[I2C-dat]]
5 6
6 7
- [[camera-dat]]
7 8
9
+- [[micropython-dat]]
8 10
9 11
- https://github.com/espressif/esp32-camera
10 12
... ...
@@ -13,6 +15,14 @@ Arduino IDE
13 15
If you are using the arduino-esp32 core in Arduino IDE, no installation is needed! You can use esp32-camera right away.
14 16
15 17
18
+## board
19
+
20
+- [[ESP1000-dat]] - [[SCM1030-dat]]
21
+
22
+
23
+## ESP32
24
+
25
+- official code camera - CameraWebServer.ino
16 26
17 27
## repro
18 28
Tech-dat/sensor-camera-dat/sensor-Camera-dat.md
... ...
@@ -21,6 +21,11 @@
21 21
- [[camera-installation-dat]] - [[sensor-camera-dat]]
22 22
23 23
24
+
25
+## camera
26
+
27
+- [[OV3660-dat]] - [[OV2640-dat]] - [[OV5640-dat]]
28
+
24 29
## boards
25 30
26 31
- [[ESP1000-dat]]
... ...
@@ -33,7 +38,7 @@
33 38
34 39
- [[ESP32-S3-APP-dat]]
35 40
36
-
41
+- [[NWI1249-dat]]
37 42
38 43
39 44