Board-dat/IDD/IDD1013-DAT/IDD1013-DAT.md
... ...
@@ -126,6 +126,11 @@ Updated by customer:
126 126
- 1) putting a jumper to E-18;
127 127
- 2) consider the panel as 64x64 and set number of panels to 2 instead of 1.
128 128
129
+
130
+## Demo video
131
+
132
+- https://t.me/electrodragon3/57
133
+
129 134
## ref
130 135
131 136
- [[CCO3546-dat]]
Board-dat/IDD/IDD1016-DAT/IDD1016-DAT.md
... ...
@@ -6,4 +6,50 @@
6 6
https://w.electrodragon.com/w/ESP32_RMP
7 7
8 8
9
-![](18-27-13-07-03-2023.png)
... ...
\ No newline at end of file
0
+![](18-27-13-07-03-2023.png)
1
+
2
+## Use guide
3
+
4
+You will need ESP32 main controller board to stack on it. Includes:
5
+
6
+- [[NWI1206-dat]] - [[NWI1100-dat]]
7
+
8
+- [[NWI1145-dat]]
9
+
10
+## PxMatrix Configuration
11
+
12
+* #define P_LAT 22
13
+* #define P_A 19
14
+* #define P_B 23
15
+* #define P_C 18
16
+* #define P_D 5
17
+* #define P_E 15
18
+
19
+
20
+For ESP32-DEVKITC
21
+* #define P_OE 16
22
+
23
+
24
+For ESP32-PICO
25
+* #define P_OE 12
26
+
27
+
28
+The rest fixed used pin
29
+* CLK = 14
30
+* R1 = 13
31
+
32
+SEL1 pin is the SEL-PIN4 in [[HUB75-dat]]
33
+
34
+## demo code
35
+
36
+- Github code https://github.com/2dom/PxMatrix
37
+- work with default demo code above
38
+
39
+## demo video
40
+
41
+- PxMatrix Demo video - https://t.me/electrodragon3/20
42
+- ESP32 with [[IDD1016-dat]] based on code PxMatrix - https://t.me/electrodragon3/41
43
+
44
+## ref
45
+
46
+- [[RMP-driver-dat]]
... ...
\ No newline at end of file
Board-dat/NWI/NWI1100-dat/NWI1100-dat.md
... ...
@@ -4,6 +4,8 @@
4 4
5 5
ESP32-DevKitC
6 6
7
+https://www.electrodragon.com/product/esp32-devkitc/
8
+
7 9
8 10
![](20-34-18-09-08-2023.png)
9 11
Board-dat/NWI/NWI1145-dat/NWI1145-dat.md
... ...
@@ -1,6 +1,7 @@
1 1
2 2
# NWI1145-dat
3 3
4
+https://www.electrodragon.com/product/esp32-pico-kit-dev-board-v4/
4 5
5 6
![](2024-02-28-16-37-12.png)
6 7
Board-dat/NWI/NWI1206-dat/NWI1206-dat.md
... ...
@@ -1,6 +1,8 @@
1 1
2 2
# NWI1206 dat
3 3
4
+https://www.electrodragon.com/product/esp32-goo-mini-development-board-wifi-bluetooth-dual-core/
5
+
4 6
## Pin Definitions and Size
5 7
6 8
![](56-35-18-04-08-2023.png)
board-series-dat/RMP-driver-dat/RMP-driver-dat.md
... ...
@@ -10,6 +10,14 @@
10 10
11 11
- with Orange Pi - [[MPC1123-dat]]
12 12
13
+## matrix panel
14
+
15
+- [[led-rgb-panel-dat]]
16
+
17
+## knowledge
18
+
19
+- [[HUB75-dat]]
20
+
13 21
## Typical wiring with RPI
14 22
15 23
| Connection | Pin | Pin | Connection |
... ...
@@ -37,9 +45,6 @@
37 45
38 46
- reference link - https://github.com/hzeller/rpi-rgb-led-matrix/blob/a3eea997a9254b83ab2de97ae80d83588f696387/wiring.md
39 47
40
-## matrix panel
41
-
42
-- [[led-rgb-panel-dat]]
43 48
44 49
45 50
## demo