BOM-DAT/screws-dat/screws-dat.md
... ...
@@ -0,0 +1,3 @@
1
+
2
+# screws-dat
3
+
Board-dat/DOD/DOD1049-dat/2023-12-29-16-34-26.png
... ...
Binary files /dev/null and b/Board-dat/DOD/DOD1049-dat/2023-12-29-16-34-26.png differ
Board-dat/DOD/DOD1049-dat/2023-12-29-16-39-29.png
... ...
Binary files /dev/null and b/Board-dat/DOD/DOD1049-dat/2023-12-29-16-39-29.png differ
Board-dat/DOD/DOD1049-dat/DOD1049-dat.md
... ...
@@ -0,0 +1,35 @@
1
+
2
+# DOR1049-dat
3
+
4
+https://www.electrodragon.com/product/pic-pic16f72-development-board/
5
+
6
+
7
+legacy wiki page - https://w.electrodragon.com/w/Category:PIC
8
+
9
+
10
+## Board Info
11
+
12
+![](2023-12-29-16-34-26.png)
13
+
14
+LEDs:
15
+- power supply
16
+- RA0
17
+
18
+Buttons selectable to
19
+- Reset
20
+- RA1
21
+
22
+ADC on board potentiometer
23
+- RA2
24
+
25
+Power supply VCC selectable to
26
+- +5V
27
+- 3V3
28
+
29
+## SCH
30
+
31
+![](2023-12-29-16-39-29.png)
32
+
33
+## ref
34
+
35
+- [[PIC-SDK]]
... ...
\ No newline at end of file
Board-dat/DOD/DOR1049-dat/2023-12-29-16-34-26.png
... ...
Binary files a/Board-dat/DOD/DOR1049-dat/2023-12-29-16-34-26.png and /dev/null differ
Board-dat/DOD/DOR1049-dat/2023-12-29-16-39-29.png
... ...
Binary files a/Board-dat/DOD/DOR1049-dat/2023-12-29-16-39-29.png and /dev/null differ
Board-dat/DOD/DOR1049-dat/DOR1049-dat.md
... ...
@@ -1,35 +0,0 @@
1
-
2
-# DOR1049-dat
3
-
4
-https://www.electrodragon.com/product/pic-pic16f72-development-board/
5
-
6
-
7
-legacy wiki page - https://w.electrodragon.com/w/Category:PIC
8
-
9
-
10
-## Board Info
11
-
12
-![](2023-12-29-16-34-26.png)
13
-
14
-LEDs:
15
-- power supply
16
-- RA0
17
-
18
-Buttons selectable to
19
-- Reset
20
-- RA1
21
-
22
-ADC on board potentiometer
23
-- RA2
24
-
25
-Power supply VCC selectable to
26
-- +5V
27
-- 3V3
28
-
29
-## SCH
30
-
31
-![](2023-12-29-16-39-29.png)
32
-
33
-## ref
34
-
35
-- [[PIC-SDK]]
... ...
\ No newline at end of file
Board-dat/NWI/NWI1125-DAT/NWI1245-custom.md
... ...
@@ -1,10 +0,0 @@
1
-
2
-
3
-One of the RS485 ports will be connected with RJ45 connector
4
-
5
-and other one will be connected with Screw Terminals
6
-
7
-The board should be able to power a ESP32-DevKitC, V4 from 12V power supply to RS485 board.
8
-
9
-- [[NWI1245]]
10
-- [[RJ45]]
... ...
\ No newline at end of file
Board-dat/NWI/NWI1241-dat/NWI1241-dat.md
... ...
@@ -115,3 +115,5 @@ New version define in the file User_Setup.h
115 115
- [[NWI1241]]
116 116
117 117
- Module - [[ESP32-WROVER-dat]]
118
+
119
+- [[memory-dat]] - [[sd-dat]] - [[audio-dat]] - [[I2C-dat]]
... ...
\ No newline at end of file
Board-dat/NWI/NWI1245-DAT/NWI1245-DAT.md
... ...
@@ -120,4 +120,4 @@ V1.11
120 120
121 121
- [[qc-dat]]
122 122
123
-- [[NWI1245]] - [[NWI1245-QC-log-dat]]
... ...
\ No newline at end of file
0
+- [[NWI1245-fab]] - [[NWI1245-QC-log-dat]]
... ...
\ No newline at end of file
Tech-dat/memory-dat/memory-dat.md
... ...
@@ -1,4 +1,4 @@
1 1
2 2
# memory-dat
3 3
4
-- [[sd-dat]] - [[flash-dat]]
... ...
\ No newline at end of file
0
+- [[sd-dat]] - [[flash-dat]] - [[spi-flash-dat]] - [[eeprom-dat]]
... ...
\ No newline at end of file
Tech-dat/memory-dat/sd-dat/sd-dat.md
... ...
@@ -2,3 +2,10 @@
2 2
# sd-dat
3 3
4 4
5
+## ESP32-WROVER
6
+
7
+ #define SD_CS IO13
8
+ #define SD_MISO IO2
9
+ #define SD_MOSI IO15
10
+ #define SD_MOSI IO14
11
+