Board-dat/NBL/NBL1107-dat/NBL1107-dat.md
... ...
@@ -1,7 +1,7 @@
1 1
2 2
# NBL1107-dat
3 3
4
-https://www.electrodragon.com/product/ble-5-0-mesh-sensor-node-mini-board-mesh-node/
4
+[BLE 5.0 Mesh Sensor Node Mini Board Mesh-Node](https://www.electrodragon.com/product/ble-5-0-mesh-sensor-node-mini-board-mesh-node/)
5 5
6 6
legacy wiki page - https://w.electrodragon.com/w/Mesh-Node
7 7
Chip-cn-dat/HDSC-dat/HC32F003-dat/HC32F003-dat.md
... ...
@@ -37,6 +37,15 @@ For [[mesh-node-dat]] - [[NBL1107-dat]]
37 37
- [[I2C-dat]]: I2C data write and read
38 38
- [[GPIO-dat]]: read write GPIO relay
39 39
40
+## repo
41
+
42
+- https://github.com/Edragon/MCU-HDSC-basic
43
+- https://github.com/Edragon/MCU-HDSC-SDK
44
+- https://github.com/Edragon/MCU-HDSC-HC32L110
45
+- https://github.com/Edragon/MCU-HDSC-HC32F00X
46
+- https://github.com/Edragon/MCU-HDSC-SDK-HC32L136
47
+- https://github.com/Edragon/MCU-HDSC-APP
48
+- E:\Git-category\git-MCU-HDSC
40 49
41 50
42 51
## ref
Chip-cn-dat/LGT-dat/2025-06-25-14-39-24.png
... ...
Binary files /dev/null and b/Chip-cn-dat/LGT-dat/2025-06-25-14-39-24.png differ
Chip-cn-dat/LGT-dat/LGT8F328-DAT/2025-06-25-14-39-49.png
... ...
Binary files /dev/null and b/Chip-cn-dat/LGT-dat/LGT8F328-DAT/2025-06-25-14-39-49.png differ
Chip-cn-dat/LGT-dat/LGT8F328-DAT/2025-06-25-14-42-46.png
... ...
Binary files /dev/null and b/Chip-cn-dat/LGT-dat/LGT8F328-DAT/2025-06-25-14-42-46.png differ
Chip-cn-dat/LGT-dat/LGT8F328-DAT/2025-06-25-14-52-14.png
... ...
Binary files /dev/null and b/Chip-cn-dat/LGT-dat/LGT8F328-DAT/2025-06-25-14-52-14.png differ
Chip-cn-dat/LGT-dat/LGT8F328-DAT/2025-06-25-14-53-56.png
... ...
Binary files /dev/null and b/Chip-cn-dat/LGT-dat/LGT8F328-DAT/2025-06-25-14-53-56.png differ
Chip-cn-dat/LGT-dat/LGT8F328-DAT/2025-06-25-14-55-01.png
... ...
Binary files /dev/null and b/Chip-cn-dat/LGT-dat/LGT8F328-DAT/2025-06-25-14-55-01.png differ
Chip-cn-dat/LGT-dat/LGT8F328-DAT/58-57-15-14-02-2023.png
... ...
Binary files /dev/null and b/Chip-cn-dat/LGT-dat/LGT8F328-DAT/58-57-15-14-02-2023.png differ
Chip-cn-dat/LGT-dat/LGT8F328-DAT/LGT8F328-DAT.md
... ...
@@ -0,0 +1,57 @@
1
+# LGT8F328 DAT
2
+
3
+- [legacy wiki page](https://www.electrodragon.com/w/Logicgreen)
4
+
5
+
6
+## comparison to arduino atmega328
7
+
8
+| pin | LGT | arduino | note |
9
+| ----- | ------- | ------- | --------- |
10
+| pin3 | PE4 | GND | extra pin |
11
+| pin6 | PE5 | VCC | extra pin |
12
+| pin18 | PE0/SWC | AVCC | prog port |
13
+| pin21 | PE2/SWD | GND | prog port |
14
+
15
+common pin
16
+- pin 4 = VCC
17
+- pin 5 = GND
18
+
19
+![](58-57-15-14-02-2023.png)
20
+
21
+## LGT8F328-QFP MIN SYS
22
+
23
+![](2025-06-25-14-53-56.png)
24
+## LGT8F328P-SSOP20
25
+
26
+![](2025-06-25-14-39-49.png)
27
+
28
+[[arduino-dat]] compatible design
29
+
30
+![](2025-06-25-14-42-46.png)
31
+
32
+## periperhals
33
+
34
+- [[I2C-dat]] - [[SPI-dat]] - [[UART-dat]] - [[GPIO-dat]] - [[PWM-dat]] - [[ADC-dat]] - [[DAC-dat]]
35
+
36
+
37
+## LGT8F88A-QFP32 MIN System
38
+
39
+![](2025-06-25-14-52-14.png)
40
+
41
+## APP
42
+
43
+### USB Demo
44
+
45
+![](2025-06-25-14-55-01.png)
46
+## demo
47
+
48
+https://www.youtube.com/shorts/CL2-iH4KWQQ
49
+
50
+
51
+## ref
52
+
53
+
54
+
55
+- [[LGT8F328]]
56
+
57
+- [[LGT]]
... ...
\ No newline at end of file
Chip-cn-dat/LGT-dat/LGT8F328-DAT/LGT8F328-SDK-DAT
... ...
@@ -0,0 +1,56 @@
1
+
2
+# LGT8F328-SDK-DAT
3
+
4
+
5
+
6
+## Sketch uploads By Arduino IDE
7
+- Pre-loaded bootloder. Just select corresponding board to upload sketch, refer to bootloader sketch below
8
+- Programming pin port same as FTDI [[FT232-dat]], same as arduino pro mini
9
+- A backup method for without DTR, just hold down RESET button when "compiling", then release when "uploading".
10
+
11
+
12
+
13
+
14
+
15
+
16
+## bootloader
17
+
18
+### nullab board
19
+
20
+- most compatible, please use this one
21
+- Nullab Nano/ Maker Nano
22
+- install by this - https://nulllab.coding.net/p/lgt/d/nulllab_lgt_arduino/git/raw/master/package_nulllab_boards_index_zh.json
23
+
24
+
25
+### old 1
26
+
27
+https://github.com/LGTMCU/Larduino_HSP
28
+Installation:
29
+
30
+- Unzip master.zip
31
+- Copy the [hardware] directory to Arduino's sketchbook directory (see below to find out where it normally resides)
32
+- Restart Arduino, you will see new board from [Tools]->[Board] menu.
33
+
34
+### old 2 bootloader
35
+
36
+- Better not used for experiment, your often daily programming learning or testing, although no problem, but if unexpected error cause the board bricked, you need special programmer to re-programme the bootloader.
37
+- Good to migrate to a low cost board instead of original expensive board.
38
+- Same way to upload sketch as pro mini, notice to choose the board
39
+ - 8F328P - original IC bootloader, please use this one
40
+ - 8F328D - compatible, can also upload code, but don't know if any unknow error.
41
+ - Pro mini - also can upload, but active very wired
42
+
43
+
44
+## Chip Note
45
+
46
+- crystal is not soldered, it can work without crystal, unlike [[atmega328]]
47
+
48
+## Programmer
49
+
50
+- arduino UNO can pretend as a chip programmer
51
+- please contact us if you need to order original programmer
52
+
53
+
54
+## ref
55
+
56
+- [[LGT8F328-dat]] - [[LGT-dat]]
... ...
\ No newline at end of file
Chip-cn-dat/LGT-dat/lgt-dat.md
... ...
@@ -0,0 +1,20 @@
1
+
2
+# LGT-dat
3
+
4
+## LGT8x
5
+
6
+![](2025-06-25-14-39-24.png)
7
+
8
+- [[LGT8F328-dat]]
9
+
10
+
11
+## repo
12
+
13
+- https://github.com/Edragon/Arduino-LGT
14
+- https://github.com/Edragon/LGT-PIC
15
+- https://github.com/Edragon/LGT
16
+
17
+
18
+## ref
19
+
20
+- [[chip-cn-dat]] - [[EDA-dat]]
... ...
\ No newline at end of file
Chip-cn-dat/LGT/58-57-15-14-02-2023.png
... ...
Binary files a/Chip-cn-dat/LGT/58-57-15-14-02-2023.png and /dev/null differ
Chip-cn-dat/LGT/LGT8F328-DAT.md
... ...
@@ -1,72 +0,0 @@
1
-# LGT8F328 DAT
2
-
3
-- [legacy wiki page](https://www.electrodragon.com/w/Logicgreen)
4
-
5
-
6
-## comparison to arduino atmega328
7
-
8
-| pin | LGT | arduino | note |
9
-| ----- | ------- | ------- | --------- |
10
-| pin3 | PE4 | GND | extra pin |
11
-| pin6 | PE5 | VCC | extra pin |
12
-| pin18 | PE0/SWC | AVCC | prog port |
13
-| pin21 | PE2/SWD | GND | prog port |
14
-
15
-common pin
16
-- pin 4 = VCC
17
-- pin 5 = GND
18
-
19
-![](58-57-15-14-02-2023.png)
20
-
21
-## Sketch uploads By Arduino IDE
22
-- Pre-loaded bootloder. Just select corresponding board to upload sketch, refer to bootloader sketch below
23
-- Programming pin port same as FTDI [[FT232-dat]], same as arduino pro mini
24
-- A backup method for without DTR, just hold down RESET button when "compiling", then release when "uploading".
25
-
26
-
27
-
28
-## bootloader
29
-
30
-### nullab board
31
-
32
-- most compatible, please use this one
33
-- Nullab Nano/ Maker Nano
34
-- install by this - https://nulllab.coding.net/p/lgt/d/nulllab_lgt_arduino/git/raw/master/package_nulllab_boards_index_zh.json
35
-
36
-
37
-### old 1
38
-
39
-https://github.com/LGTMCU/Larduino_HSP
40
-Installation:
41
-
42
-- Unzip master.zip
43
-- Copy the [hardware] directory to Arduino's sketchbook directory (see below to find out where it normally resides)
44
-- Restart Arduino, you will see new board from [Tools]->[Board] menu.
45
-
46
-### old 2 bootloader
47
-
48
-- Better not used for experiment, your often daily programming learning or testing, although no problem, but if unexpected error cause the board bricked, you need special programmer to re-programme the bootloader.
49
-- Good to migrate to a low cost board instead of original expensive board.
50
-- Same way to upload sketch as pro mini, notice to choose the board
51
- - 8F328P - original IC bootloader, please use this one
52
- - 8F328D - compatible, can also upload code, but don't know if any unknow error.
53
- - Pro mini - also can upload, but active very wired
54
-
55
-
56
-## Chip Note
57
-
58
-- crystal is not soldered, it can work without crystal, unlike [[atmega328]]
59
-
60
-## Programmer
61
-
62
-- arduino UNO can pretend as a chip programmer
63
-- please contact us if you need to order original programmer
64
-
65
-## demo
66
-
67
-https://www.youtube.com/shorts/CL2-iH4KWQQ
68
-
69
-
70
-## ref
71
-
72
-- [[LGT8F328]]
Chip-cn-dat/LGT/lgt-dat.md
Chip-cn-dat/chip-cn-dat.md
... ...
@@ -14,6 +14,8 @@
14 14
15 15
- [[WCH-dat]] - [[CH55x-dat]]
16 16
17
+- [[LGT-dat]] - [[LGT8F328-DAT]]
18
+
17 19
- [[RDA-dat]]
18 20
19 21
- [[CONSONANCE-dat]] - [[JDY-dat]]
Chip-dat/Nordic-dat/nordic-dat.md
... ...
@@ -3,10 +3,17 @@
3 3
4 4
- [[NRF24L01-dat]]
5 5
6
+- [[NRF51822-dat]]
7
+
6 8
- [[NRF52832-dat]]
7 9
8 10
- [[NRF52840-dat]]
9 11
12
+
13
+
14
+
10 15
## ref
11 16
17
+- [[bluetooth-dat]]
18
+
12 19
- [[chip-dat]]
... ...
\ No newline at end of file
PCB-dat/EDA-dat/EDA-dat.md
... ...
@@ -5,3 +5,4 @@
5 5
6 6
- [[easyeda.com-dat]]
7 7
8
+- [[altium-designer-dat]]
... ...
\ No newline at end of file
Tech-dat/Network-dat/Bluetooth-dat/bluetooth-dat.md
... ...
@@ -3,6 +3,13 @@
3 3
4 4
- [[bt-audio-dat]]
5 5
6
+## boards
7
+
8
+- [[NBL1064-dat]] == [Bluetooth IO Control Board EDR 2.0, BLK_IO](https://www.electrodragon.com/product/bluetooth-io-control-board-edr-2-0-blk_io/)
9
+
10
+- [[NBL1101-dat]] == [JDY-25M Bluetooth 5.0 BLE5.0 Mesh Networking Module](https://www.electrodragon.com/product/jdy-25m-bluetooth-5-0-ble5-0-mesh-networking-module/)
11
+
12
+- [[NBL1107-dat]] == [BLE 5.0 Mesh Sensor Node Mini Board Mesh-Node](https://www.electrodragon.com/product/ble-5-0-mesh-sensor-node-mini-board-mesh-node/)
6 13
7 14
## Mode
8 15
Tech-dat/acturator-dat/motor-dat/motor-dat.md
... ...
@@ -79,7 +79,9 @@ brushless
79 79
![](2025-04-02-17-28-34.png)
80 80
81 81
82
+## mechanical parts
82 83
84
+- [[shaft-coupler-dat]]
83 85
84 86
85 87
## ref
app-dat/3d-print-dat/3d-print-dat.md
... ...
@@ -15,3 +15,6 @@
15 15
## good projects by 3D print
16 16
17 17
- [[rover-dat]]
18
+
19
+
20
+## drone claw
... ...
\ No newline at end of file
weekly-dat/2025-June-dat/2025-June-dat.md
... ...
@@ -0,0 +1,22 @@
1
+
2
+# 2025-June-dat
3
+
4
+This a weekly update newsletter, to briefly tell you whats new and whats fun we are working at, hope you like
5
+
6
+## New Boards
7
+
8
+
9
+
10
+## Development, Documents Updates
11
+
12
+
13
+
14
+## Dissusion, Feedback, To-do
15
+
16
+
17
+
18
+## Interesting Readings, News
19
+
20
+- [teardown 3d print drone claw ](https://www.electrodragon.com/teardown-a-3d-printed-drone-claw/)
21
+
22
+