Board-dat/DOD/DOD1084-dat/DOD1084-dat.md
... ...
@@ -5,3 +5,7 @@ https://w.electrodragon.com/w/STM32
5 5
6 6
![](2024-01-13-13-05-45.png)
7 7
8
+
9
+Periperals list
10
+
11
+- [[flash-dat]] - [[OLED-dat]] - [[LCD-dat]] - [[NRF24L01-dat]]
... ...
\ No newline at end of file
Chip-dat/Nordic-dat/2024-01-13-17-39-29.png
... ...
Binary files /dev/null and b/Chip-dat/Nordic-dat/2024-01-13-17-39-29.png differ
Chip-dat/Nordic-dat/NRF24L01-dat.md
... ...
@@ -0,0 +1,9 @@
1
+
2
+# NRF24L01
3
+
4
+https://w.electrodragon.com/w/Category:NRF24#NRF24L01_with_STC_C51_MCU
5
+
6
+
7
+## SCH
8
+
9
+![](2024-01-13-17-39-29.png)
... ...
\ No newline at end of file
Chip-dat/Nordic/NRF24L01.md
... ...
@@ -1,4 +0,0 @@
1
-
2
-# NRF24L01
3
-
4
-https://w.electrodragon.com/w/Category:NRF24#NRF24L01_with_STC_C51_MCU
... ...
\ No newline at end of file
Tech/interactive-dat/OLED-dat/OLED-dat.md
... ...
@@ -1,28 +0,0 @@
1
-
2
-
3
-# oled-dat
4
-
5
-## boards
6
-- [[IOD1001-dat]]
7
-- [[IOD1003-dat]]
8
-- [[ESP32-ISO-dat]]
9
-
10
-## init
11
-
12
-SSD1306Wire display(0x3c, 12, 2); // ADDRESS, SDA, SCL , ESP32 pin IO12 for SDA and IO2 for SCL
13
-
14
-
15
-# arduino OLED
16
-
17
-
18
-- SSD1306ascii
19
-
20
-
21
-## common OLED I2C address
22
-
23
-- 0x3C = the version we are selling
24
-
25
-
26
-## ref
27
-
28
-- [[OLED]] - [[display-dat]] - [[display]]
... ...
\ No newline at end of file
Tech/interactive-dat/display-dat/LCD-dat/2024-01-13-17-41-14.png
... ...
Binary files /dev/null and b/Tech/interactive-dat/display-dat/LCD-dat/2024-01-13-17-41-14.png differ
Tech/interactive-dat/display-dat/LCD-dat/LCD-dat.md
... ...
@@ -0,0 +1,8 @@
1
+
2
+# LCD-dat
3
+
4
+## SCH
5
+
6
+using with STM32 SPI2
7
+
8
+![](2024-01-13-17-41-14.png)
... ...
\ No newline at end of file
Tech/interactive-dat/display-dat/LCD-dat/fpc-ips-lcd.md
... ...
@@ -0,0 +1,18 @@
1
+
2
+# fpc ips lcd
3
+
4
+
5
+| Common Size | Status | Pins | Drive | Specs W x H | Installation | Pins |
6
+|-|-|-|-|-|-|-|
7
+| 0.96 | Pick | 8Pin | ST7735 | IPS 80*160 | FPC | LEDA GND RESET RS SDA SCL VDD CS
8
+| 1.14 | Pick | 8Pin | ST7789 | 135 x 240 | FPC | LEDA GND RESET RS SDA SCL VDD CS
9
+| 1.3'' | | 12Pin | ST7789 | IPS 240*240 | | GND LEDK LEDA VDD GND GND DC CS SCL SDA RESET GND
10
+| 1.44'' | Pick | 14Pin | ST7735 | IPS 128*128 | Soldering | GND VSS LEDK LEDA VSS RST AO SDA SCK VDD VDDI CS VSS GND
11
+| 1.77'' | | 10Pin | ST7735 | IPS 128*160 | |
12
+| 1.77'' | | 12Pin | ST7735 | IPS 128*160 | | GND AO SCK SDA GND CS RSTB LEDK LEDA VCC VCC GND
13
+| 1.77'' | | 14Pin | ST7735 | IPS 128*160| |
14
+| 2.0'' | Pick | 12Pin | ST7789V | IPS 240*320 | Soldering | GND LEDK LEDA VCI GND AO CS SCL SDA RESET GND
15
+| 2.4'' | | 15Pin | ST7789V | IPS 240*320 |
16
+| 2.8'' | Pick | 12Pin | ST7789 | IPS 240*320 | FPC | LEDK LEDA GND VCC IOVCC TE CS RESET DC SCK SDA GND |
17
+
18
+- [[ILC1075-dat]] - [[ilc1078-dat]]
... ...
\ No newline at end of file
Tech/interactive-dat/display-dat/OLED-dat/2024-01-13-17-43-38.png
... ...
Binary files /dev/null and b/Tech/interactive-dat/display-dat/OLED-dat/2024-01-13-17-43-38.png differ
Tech/interactive-dat/display-dat/OLED-dat/OLED-dat.md
... ...
@@ -0,0 +1,33 @@
1
+
2
+
3
+# oled-dat
4
+
5
+## boards
6
+- [[IOD1001-dat]]
7
+- [[IOD1003-dat]]
8
+- [[ESP32-ISO-dat]]
9
+
10
+## init
11
+
12
+SSD1306Wire display(0x3c, 12, 2); // ADDRESS, SDA, SCL , ESP32 pin IO12 for SDA and IO2 for SCL
13
+
14
+
15
+# arduino OLED
16
+
17
+
18
+- SSD1306ascii
19
+
20
+
21
+## common OLED I2C address
22
+
23
+- 0x3C = the version we are selling
24
+
25
+## SCH
26
+
27
+using with STM32 SPI2
28
+
29
+![](2024-01-13-17-43-38.png)
30
+
31
+## ref
32
+
33
+- [[OLED]] - [[display-dat]] - [[display]]
... ...
\ No newline at end of file
Tech/interactive-dat/fpc-ips-lcd.md
... ...
@@ -1,18 +0,0 @@
1
-
2
-# fpc ips lcd
3
-
4
-
5
-| Common Size | Status | Pins | Drive | Specs W x H | Installation | Pins |
6
-|-|-|-|-|-|-|-|
7
-| 0.96 | Pick | 8Pin | ST7735 | IPS 80*160 | FPC | LEDA GND RESET RS SDA SCL VDD CS
8
-| 1.14 | Pick | 8Pin | ST7789 | 135 x 240 | FPC | LEDA GND RESET RS SDA SCL VDD CS
9
-| 1.3'' | | 12Pin | ST7789 | IPS 240*240 | | GND LEDK LEDA VDD GND GND DC CS SCL SDA RESET GND
10
-| 1.44'' | Pick | 14Pin | ST7735 | IPS 128*128 | Soldering | GND VSS LEDK LEDA VSS RST AO SDA SCK VDD VDDI CS VSS GND
11
-| 1.77'' | | 10Pin | ST7735 | IPS 128*160 | |
12
-| 1.77'' | | 12Pin | ST7735 | IPS 128*160 | | GND AO SCK SDA GND CS RSTB LEDK LEDA VCC VCC GND
13
-| 1.77'' | | 14Pin | ST7735 | IPS 128*160| |
14
-| 2.0'' | Pick | 12Pin | ST7789V | IPS 240*320 | Soldering | GND LEDK LEDA VCI GND AO CS SCL SDA RESET GND
15
-| 2.4'' | | 15Pin | ST7789V | IPS 240*320 |
16
-| 2.8'' | Pick | 12Pin | ST7789 | IPS 240*320 | FPC | LEDK LEDA GND VCC IOVCC TE CS RESET DC SCK SDA GND |
17
-
18
-- [[ILC1075-dat]] - [[ilc1078-dat]]
... ...
\ No newline at end of file
Tech/memory-dat/flash-dat/2024-01-13-17-38-48.png
... ...
Binary files /dev/null and b/Tech/memory-dat/flash-dat/2024-01-13-17-38-48.png differ
Tech/memory-dat/flash-dat/flash-dat.md
... ...
@@ -0,0 +1,11 @@
1
+
2
+# flash
3
+
4
+## SPI Flash
5
+
6
+![](2024-01-13-17-38-48.png)
7
+
8
+## Nand Flash
9
+
10
+- Raspberry Pi CM Module 4 - [[RMP-RPI-CM4-dat]]
11
+
Tech/memory-dat/memory-dat.md