Board/Board-DAT.md
... ...
@@ -74,6 +74,9 @@
74 74
### STH
75 75
- [[STH1074-DAT]] - [[STH1078-DAT]]
76 76
77
+### STM
78
+- [[STM1004-DAT]]
79
+
77 80
### SSL
78 81
- [[SSL1075-DAT]]
79 82
Board/STH/STH1074-DAT.md
... ...
@@ -6,5 +6,9 @@ https://www.electrodragon.com/product/water-turbidity-sensor/
6 6
Sensor default out analog value 0~4.5V
7 7
Small breakout LM358 to amplify the analog input signal, tuning on-board trim-pot for the amplication.
8 8
9
+- [[micropython-dat]]
10
+
11
+
12
+
9 13
10 14
- [[STH1074]] - [[LM358]]
... ...
\ No newline at end of file
Board/STM/16-29-16-06-07-2023.png
... ...
Binary files /dev/null and b/Board/STM/16-29-16-06-07-2023.png differ
Board/STM/STM1004-DAT.md
... ...
@@ -0,0 +1,29 @@
1
+
2
+# STM1004 DAT
3
+
4
+![](16-29-16-06-07-2023.png)
5
+
6
+https://www.electrodragon.com/product/stm32f405-mini-development-board-micropython-compatible-pyboard/
7
+
8
+STM32F405RGT6
9
+- LQFP-64
10
+
11
+## demo testing code
12
+
13
+ import pyb
14
+
15
+ while True:
16
+ pyb.LED(1).on()
17
+ pyb.LED(2).on()
18
+ pyb.LED(3).on()
19
+ pyb.LED(4).on()
20
+ pyb.delay(500)
21
+
22
+ pyb.LED(1).off()
23
+ pyb.LED(2).off()
24
+ pyb.LED(3).off()
25
+ pyb.LED(4).off()
26
+ pyb.delay(500)
27
+
28
+- [[micropython-dat]] firmware please find in out [[repository]]
29
+- [[STM1004]]
... ...
\ No newline at end of file
SDK/AVR-SDK-dat.md
... ...
@@ -0,0 +1,4 @@
1
+
2
+# AVR SDK dat
3
+
4
+https://github.com/micronucleus/micronucleus
... ...
\ No newline at end of file
SDK/PIC/pic-sdk-dat.md
... ...
@@ -0,0 +1,52 @@
1
+
2
+
3
+### mplabX
4
+ - v2.3 = 377MB
5
+ - MPLAB X IDE
6
+ - MPLAB IPE - programming tool
7
+ - v4.05
8
+ - v4.15
9
+ - https://microchipdeveloper.com/ipe:installation
10
+
11
+### further install compiler
12
+- MPLAB XC8 Compiler
13
+- MPLAB XC16 Compiler
14
+- MPLAB XC32 Compiler
15
+
16
+### MPLAB X Harmony
17
+
18
+### PICC
19
+ - 9.8.3
20
+
21
+### Programming PIC16F684
22
+![](10-53-12-29-12-2022.png)
23
+
24
+![](31-53-12-29-12-2022.png)
25
+
26
+### Programming PIC16F72
27
+
28
+- power option:
29
+
30
+![](38-58-12-29-12-2022.png)
31
+
32
+
33
+ *****************************************************
34
+
35
+ 连接到MPLAB PICkit 3...
36
+
37
+ Currently loaded firmware on PICkit 3
38
+ 固件套件版本.....01.51.08
39
+ 固件类型..............中档
40
+
41
+ Programmer to target power is enabled - VDD = 5.000000 volts.
42
+ Target device PIC16F72 found.
43
+ 器件ID版本 = 2
44
+
45
+
46
+
47
+### code
48
+https://e_dragon@bitbucket.org/e_dragon/pic.git
49
+
50
+### PICKIT
51
+
52
+![](13-43-12-29-12-2022.png)
... ...
\ No newline at end of file
SDK/PIC/pic-sdk.md
... ...
@@ -1,52 +0,0 @@
1
-
2
-
3
-### mplabX
4
- - v2.3 = 377MB
5
- - MPLAB X IDE
6
- - MPLAB IPE - programming tool
7
- - v4.05
8
- - v4.15
9
- - https://microchipdeveloper.com/ipe:installation
10
-
11
-### further install compiler
12
-- MPLAB XC8 Compiler
13
-- MPLAB XC16 Compiler
14
-- MPLAB XC32 Compiler
15
-
16
-### MPLAB X Harmony
17
-
18
-### PICC
19
- - 9.8.3
20
-
21
-### Programming PIC16F684
22
-![](10-53-12-29-12-2022.png)
23
-
24
-![](31-53-12-29-12-2022.png)
25
-
26
-### Programming PIC16F72
27
-
28
-- power option:
29
-
30
-![](38-58-12-29-12-2022.png)
31
-
32
-
33
- *****************************************************
34
-
35
- 连接到MPLAB PICkit 3...
36
-
37
- Currently loaded firmware on PICkit 3
38
- 固件套件版本.....01.51.08
39
- 固件类型..............中档
40
-
41
- Programmer to target power is enabled - VDD = 5.000000 volts.
42
- Target device PIC16F72 found.
43
- 器件ID版本 = 2
44
-
45
-
46
-
47
-### code
48
-https://e_dragon@bitbucket.org/e_dragon/pic.git
49
-
50
-### PICKIT
51
-
52
-![](13-43-12-29-12-2022.png)
... ...
\ No newline at end of file
SDK/SDK-DAT.md
... ...
@@ -1,4 +1,11 @@
1 1
2 2
# SDK DAT
3 3
4
-- [[flash-download-tool]]
... ...
\ No newline at end of file
0
+- [[flash-download-tool]]
1
+
2
+
3
+
4
+
5
+- [[pic-sdk-dat]], [[arduino]], [[arduino-ESP32]], [[arduino-esp8266]]
6
+
7
+- [[micropython-dat]]
... ...
\ No newline at end of file
SDK/all-sdk.md
... ...
@@ -1,2 +0,0 @@
1
-
2
-- [[PIC-SDK]], [[arduino]], [[arduino-ESP32]], [[arduino-esp8266]]
... ...
\ No newline at end of file
SDK/microPython/Thonny.md
... ...
@@ -0,0 +1,2 @@
1
+
2
+# thonny
... ...
\ No newline at end of file
SDK/microPython/micropython-dat.md
... ...
@@ -0,0 +1,5 @@
1
+
2
+# micropython dat
3
+
4
+https://github.com/Edragon/Code-MicroPython
5
+https://github.com/Edragon/STM32-F4-MicroPython2
... ...
\ No newline at end of file