Board-dat/NBL/NBL1107-dat/NBL1107-dat.md
... ...
@@ -11,6 +11,29 @@ legacy wiki page - https://w.electrodragon.com/w/Mesh-Node
11 11
12 12
- SJ1 setup button output to either Reset or P32
13 13
14
+## Pin Definitiosn
15
+
16
+| MCU pins | BT Modules | Sensors | Other |
17
+| ---------- | ---------- | ---------- | -------------------- |
18
+| Reset | | | Button Reset or PROG |
19
+| U0_TXD | BT_RXD | | |
20
+| U0_RXD | BT_TXD | | |
21
+| P03 | - | - | NC |
22
+| P15 | BT_IN2 | | |
23
+| P14 | BT_IN1 | | |
24
+| P23 | BT_stat | | |
25
+| P24 | | | Button Alternative |
26
+| P25 | | Sensor SDA | |
27
+| P26 | | Sensor SCL | |
28
+| P27 | | | lead out free |
29
+| P31 | | | lead out free |
30
+| P32 | BT_PWRC | | |
31
+| P33 | | | Bat_ADC |
32
+| P34 | | | Relay |
33
+| P35_U1_TXD | | | free or PROG |
34
+| P36_U1_RXD | | | free or PROG |
35
+
36
+
14 37
15 38
## ref
16 39
Chip-cn-dat/JDY-dat/JDY-25M-dat/JDY-25M-dat.md
... ...
@@ -9,8 +9,43 @@ legacy wiki page - https://www.electrodragon.com/w/JDY-25M
9 9
10 10
![](2024-05-15-18-59-17.png)
11 11
12
-- [[NBL1101-dat]]
12
+- [[NBL1101-dat]] - [[NBL1107-dat]]
13 13
14
+## Pins
15
+
16
+| Pin | Definition | Function | Description |
17
+| --- | ---------- | ------------------------ | ------------------------------------------------------------- |
18
+| 1 | TXD | Serial port | Serial output, the level is TTL level |
19
+| 2 | RXD | Serial port | Serial input, the level is TTL level |
20
+| 3 | NULL | Null | - |
21
+| 4 | NULL | Null | - |
22
+| 5 | KEY5 | Input 5 | inputs* |
23
+| 6 | KEY4 | Input 4 | inputs* |
24
+| 7 | KEY3 | Input 3 | inputs* |
25
+| 8 | KEY2 | Input 2 | inputs* |
26
+| 9 | NULL | Null | - |
27
+| 10 | KEY1 | Input 1 | inputs* |
28
+| 11 | RESET | Reset | Low level reset, high level working (high level if suspended) |
29
+| 12 | VCC | Power Supply | Supply(1.8-3.6V) |
30
+| 13 | GND | GND | Power ground |
31
+| 14 | PWRC | Sleep wake pin | PWRC descriptions* |
32
+| 15 | ALED | Broadcast LED indication | LED_status* |
33
+| 16 | STAT | Connection status | status* |
34
+| 17 | OUTPUT5 | Output 5 | outputs* |
35
+| 18 | NULL | Null | - |
36
+| 19 | NULL | Null | - |
37
+| 20 | NULL | Null | - |
38
+| 21 | NULL | Null | - |
39
+| 22 | OUTPUT1 | Output 1 | outputs* |
40
+| 23 | OUTPUT2 | Output 2 | outputs* |
41
+| 24 | OUTPUT3 | Output 3 | outputs* |
42
+| 25 | OUTPUT4 | Output 4 | outputs* |
43
+
44
+* outputs = Default low level, support serial instruction control and input KEY pin control in network state
45
+* status = In non mesh mode, low level if not connected, high level after connection In mesh mode (output high level if connect to network successfully, if not, output low level)
46
+* inputs = inputs
47
+* PWRC descriptions = Support PWRC pin wake-up in deep sleep state, and AT instruction sending is supported when the connection status is pulled down
48
+* LED_status = In non mesh mode (flash if not connected, light on after connection)
14 49
15 50
## AT commands
16 51