6f27654f76b11d04c0833d34779c21df2e31231b
Board-dat/Board-DAT.md
... | ... | @@ -178,6 +178,8 @@ classic - [[NBL1012-dat]] - [[NBL1022-dat]] - [[NBL1018-dat]] |
178 | 178 | |
179 | 179 | - [[NBL1060-dat]] - [[NBL1061-dat]] |
180 | 180 | |
181 | +- [[NBL1107-dat]] |
|
182 | + |
|
181 | 183 | ### NID |
182 | 184 | - [[NID1003-DAT]] - [[NID1005-DAT]] - [[NID1024-DAT]] - [[NID1026-DAT]] |
183 | 185 |
Board-dat/NBL/NBL1101-dat/NBL1101-dat.md
... | ... | @@ -8,4 +8,6 @@ JDY-25M Bluetooth 5.0 BLE5.0 Mesh Networking Module |
8 | 8 | |
9 | 9 | ## ref |
10 | 10 | |
11 | +- [[JDY-25M-dat]] |
|
12 | + |
|
11 | 13 | - [[JDY-25M]] |
... | ... | \ No newline at end of file |
Chip-cn-dat/HDSC-dat/HC32F003-dat.md
... | ... | @@ -5,4 +5,11 @@ |
5 | 5 | |
6 | 6 | For [[mesh-node-dat]] - [[NBL1107-dat]] |
7 | 7 | |
8 | -![](2024-05-15-16-48-43.png) |
|
... | ... | \ No newline at end of file |
0 | +![](2024-05-15-16-48-43.png) |
|
1 | + |
|
2 | + |
|
3 | +## Demo codes |
|
4 | + |
|
5 | +- AT: send AT commands to [[BLE-dat]] module [[NBL1101-dat]] |
|
6 | +- [[I2C-dat]]: I2C data write and read |
|
7 | +- [[GPIO-dat]]: read write GPIO relay |
|
... | ... | \ No newline at end of file |
Chip-cn-dat/JDY-dat/JDY-25M-dat/JDY-25M-dat.md
... | ... | @@ -0,0 +1,4 @@ |
1 | + |
|
2 | +# JDY-25M-dat |
|
3 | + |
|
4 | +- [[NBL1101-dat]] |
|
... | ... | \ No newline at end of file |
Chip-cn-dat/aosong-dat/AHT20-dat/AHT20-dat.md
... | ... | @@ -0,0 +1,20 @@ |
1 | + |
|
2 | +# AHT20-dat |
|
3 | + |
|
4 | +- [[I2C-dat]] |
|
5 | + |
|
6 | + |
|
7 | +## code |
|
8 | + |
|
9 | +- arduino - adafruit AHTx0 |
|
10 | + |
|
11 | +output |
|
12 | + |
|
13 | + Temperature: 36.78 degrees C |
|
14 | + Humidity: 40.17% rH |
|
15 | + Temperature: 36.77 degrees C |
|
16 | + Humidity: 40.09% rH |
|
17 | + |
|
18 | +- https://github.com/dvarrel/AHT20 |
|
19 | + |
|
20 | + |
Chip-dat/rohm-dat/KX023-1025-dat.md
... | ... | @@ -4,4 +4,15 @@ |
4 | 4 | KX023-1025 |
5 | 5 | LGA-16 |
6 | 6 | |
7 | -- [[Accelerometer-dat]] |
|
... | ... | \ No newline at end of file |
0 | +- [[Accelerometer-dat]] - [[I2C-dat]] |
|
1 | + |
|
2 | + |
|
3 | +## Note |
|
4 | + |
|
5 | +- If you use our modules, please use our code, I2C address is not the same |
|
6 | + |
|
7 | + |
|
8 | +## code |
|
9 | + |
|
10 | +- https://github.com/dlyckelid/KX023-1025-IMU |
|
11 | +- https://github.com/nguyenmanhthao996tn/Kionix_KX023/ |
SDK-dat/HDSC-SDK-dat/2024-05-15-17-50-41.png
... | ... | Binary files /dev/null and b/SDK-dat/HDSC-SDK-dat/2024-05-15-17-50-41.png differ |
SDK-dat/HDSC-SDK-dat/HDSC-SDK-dat.md
... | ... | @@ -3,4 +3,18 @@ |
3 | 3 | |
4 | 4 | ## HDSC ISP |
5 | 5 | |
6 | -![](2024-05-15-17-46-45.png) |
|
... | ... | \ No newline at end of file |
0 | +![](2024-05-15-17-46-45.png) |
|
1 | + |
|
2 | +![](2024-05-15-17-50-41.png) |
|
3 | + |
|
4 | +1) HC32x00x 和 HC32x11x 系列无 MODE/BOOT0 引脚,串行编程时需将串口模块的 RTS 或者 DTR 连接到目标 MCU 的 RESET 引脚。 |
|
5 | +2) 不同型号芯片的 MODE/BOOT0 引脚的连接方式可能不一样,具体请参照表 1。 |
|
6 | + |
|
7 | + |
|
8 | + |
|
9 | +## MDK Support |
|
10 | + |
|
11 | +- HDSC.HC32F003.1.0.1.pack |
|
12 | +- HDSC.HC32F005.1.0.1.pack |
|
13 | + |
|
14 | + |
SDK-dat/MDK-ARM-dat/MDK-ARM-dat.md
... | ... | @@ -0,0 +1,12 @@ |
1 | + |
|
2 | +# MDK-ARM-dat |
|
3 | + |
|
4 | +## Version List |
|
5 | + |
|
6 | +- 5.3.8 |
|
7 | + |
|
8 | + |
|
9 | + |
|
10 | +## Supports |
|
11 | + |
|
12 | +- [[HDSC-SDK-dat]] |
|
... | ... | \ No newline at end of file |
SDK-dat/VS-CPP/vs-cpp-dat.md
... | ... | @@ -1,7 +0,0 @@ |
1 | - |
|
2 | -# Microsoft C++ Build Tools |
|
3 | - |
|
4 | -https://visualstudio.microsoft.com/visual-cpp-build-tools/ |
|
5 | - |
|
6 | -- install the basic only |
|
7 | - |
SDK-dat/vscode-dat/VS-CPP/vs-cpp-dat.md
... | ... | @@ -0,0 +1,7 @@ |
1 | + |
|
2 | +# Microsoft C++ Build Tools |
|
3 | + |
|
4 | +https://visualstudio.microsoft.com/visual-cpp-build-tools/ |
|
5 | + |
|
6 | +- install the basic only |
|
7 | + |
Tech/Interface-dat/I2C-dat/I2C-dat.md
... | ... | @@ -12,6 +12,19 @@ for [[IOD1001-dat]] |
12 | 12 | //I2C device found at address 0x76 ! // BME280 |
13 | 13 | |
14 | 14 | |
15 | +// I2C device found at address 0x1F ! // KX023 |
|
16 | +// I2C device found at address 0x38 ! // AHT20 |
|
17 | + |
|
18 | + |
|
19 | +## Boards |
|
20 | + |
|
21 | +- [[AHT20-dat]] - [[KX023-1025-dat]] |
|
22 | + |
|
23 | +- [[INA226-dat]] - [[OLED-dat]] |
|
24 | + |
|
25 | +- [[NBL1107-dat]] |
|
26 | + |
|
27 | + |
|
15 | 28 | ## Set custom I2C |
16 | 29 | |
17 | 30 | Wire.begin(I2C_SDA, I2C_SCL); |
... | ... | @@ -23,9 +36,6 @@ the most easy to use library for ESP |
23 | 36 | - https://github.com/ThingPulse/esp8266-oled-ssd1306 |
24 | 37 | |
25 | 38 | |
26 | -## Boards |
|
27 | - |
|
28 | -- [[INA226-dat]] - [[OLED-dat]] |
|
29 | 39 | |
30 | 40 | |
31 | 41 | ## ref |