Hide last authors
Xiaoling 16.2 1 **Contents: **
2
Edwin Chen 1.1 3 {{toc/}}
4
Xiaoling 16.2 5
6
7
Xiaoling 4.2 8 = **1. Overview** =
Edwin Chen 1.1 9
Xiaoling 6.1 10 (((
Xiaoling 19.2 11
12
Edwin Chen 1.1 13 Shipped LT-22222-L is base on LoRaWAN protocol. We also develop a open source Point to Point LoRa protocol for LT-22222-L. The source code and hex file can be found at:
Xiaoling 6.1 14 )))
Edwin Chen 1.1 15
Xiaoling 6.1 16 (((
Edwin Chen 1.1 17 [[Point to Point Software for LT-22222-L>>https://github.com/dragino/LT-22222-L]].
Xiaoling 6.1 18 )))
Edwin Chen 1.1 19
20
Xiaoling 4.2 21 = **2. Features for this firmware** =
Edwin Chen 1.1 22
Xiaoling 8.2 23 == **2.1  Point To Point** ==
Xiaoling 4.2 24
Xiaoling 12.2 25 === **2.1.1 Overview** ===
Xiaoling 8.1 26
Xiaoling 15.4 27
Xiaoling 8.2 28 [[image:image-20220602111219-1.png||height="472" width="972"]]
Xiaoling 4.2 29
30
Xiaoling 12.2 31 === **2.2.2 Configure** ===
Xiaoling 4.2 32
Xiaoling 15.3 33
Xiaoling 4.3 34 (% border="1" style="background-color:#f7faff; color:black; width:500px" %)
35 |=**A's configuration**|=**B's configuration**
36 |AT+GROUPMOD=0|AT+GROUPMOD=0
37 |AT+TXCHS=868700000|AT+TXCHS=869000000
38 |AT+RXCHS=869000000|AT+RXCHS=868700000
39 |AT+TRIG1=2,50|AT+TRIG1=2,50
40 |AT+TRIG2=2,50|AT+TRIG2=2,50
41 |AT+DI1TODO1=2|AT+DI1TODO1=2
42 |AT+DI1TORO1=2|AT+DI1TORO1=2
43 |AT+DI2TODO2=2 |AT+DI2TODO2=2
44 |AT+DI2TORO2=2|AT+DI2TORO2=2
Xiaoling 4.2 45
Xiaoling 19.2 46
47
Xiaoling 15.2 48 === **2.2.3 Serial port display** ===
Xiaoling 12.2 49
Xiaoling 15.2 50
Xiaoling 12.2 51 (% class="wikigeneratedid" %)
Xiaoling 4.2 52 [[image:image-20220602111219-2.png]]
53
54
Xiaoling 12.2 55 (% class="wikigeneratedid" %)
Xiaoling 4.2 56 [[image:image-20220602111219-3.png]]
57
Xiaoling 19.2 58
Xiaoling 12.2 59 (% class="wikigeneratedid" %)
60 If the sender does not get the ACK reply from the receiver, it will retransmit up to 4 times, each interval is 6 seconds, and the UplinkCounter of the retransmission will not increase.
61
62
63 == **2.2  Point To Mult-Point ** ==
64
Xiaoling 15.2 65 === **2.2.1 Overview** ===
Xiaoling 12.2 66
67
Xiaoling 15.2 68 [[image:1654152390874-192.png]]
Xiaoling 12.2 69
70
Xiaoling 15.2 71 === **2.2.2  Configure** ===
72
73
Xiaoling 19.2 74 (% style="color:blue" %)**Configuration of the TX group:**
Xiaoling 15.2 75
76 AT+GROUPMOD=0,2
77
78 AT+TXCHS=868700000
79
80 AT+RXCHS=869000000
81
82 AT+TRIG1=2,50
83
84 AT+TRIG2=2,50
85
86 AT+DI1TODO1=1
87
88 AT+DI1TORO1=1
89
90 AT+DI2TODO2=1
91
92 AT+DI2TORO2=1
93
94
Xiaoling 19.2 95 (% style="color:blue" %)**Configuration for RX group number 1:**
Xiaoling 15.2 96
97 AT+GROUPMOD=1,1
98
99 AT+TXCHS=869000000
100
101 AT+RXCHS=868700000
102
103
Xiaoling 19.2 104 (% style="color:blue" %)**Configuration for RX group number 2:**
Xiaoling 15.2 105
106 AT+GROUPMOD=1,2
107
108 AT+TXCHS=869000000
109
110 AT+RXCHS=868700000
111
112
113 === **2.2.3 Serial port display** ===
114
115
116 [[image:image-20220602144747-1.png]]
117
118
119 [[image:image-20220602144747-2.png]]
120
Xiaoling 8.9 121 (((
Xiaoling 15.2 122 If the TX group does not receive all the ACK replies from the RX group, it will retransmit up to 4 times, each time interval is 30 seconds, and the retransmission UplinkCounter will not increase.
Xiaoling 8.9 123 )))
Xiaoling 4.2 124
Xiaoling 8.2 125
126 == **2.3 AT command** ==
127
128
Xiaoling 11.3 129 (((
Xiaoling 8.6 130 (% style="color:#037691" %)**ATZ** (%%)**: ** Trig a reset of the MCU
Xiaoling 11.3 131 )))
Xiaoling 8.2 132
Xiaoling 11.3 133 (((
Xiaoling 8.6 134 (% style="color:#037691" %)**AT+FDR** (%%)**:**  Reset Parameters to Factory Default, Keys Reserve
Xiaoling 11.3 135 )))
Xiaoling 8.2 136
Xiaoling 11.3 137 (((
Xiaoling 8.6 138 (% style="color:#037691" %)**AT+FCU** (%%)**:**  Get or Set the Frame Counter Uplink
Xiaoling 11.3 139 )))
Xiaoling 8.2 140
Xiaoling 11.3 141 (((
Xiaoling 8.6 142 (% style="color:#037691" %)**AT+FCD** (%%)**:**  Get or Set the Frame Counter Downlink
Xiaoling 11.3 143 )))
Xiaoling 8.2 144
Xiaoling 11.3 145 (((
Xiaoling 8.6 146 (% style="color:#037691" %)**AT+TXP** (%%)**:**  Get or Set the transmit power, the maximum is 20dBm (default is 14dBm)
Xiaoling 11.3 147 )))
Xiaoling 8.2 148
Xiaoling 11.3 149 (((
Xiaoling 8.8 150 (% style="color:#037691" %)**AT+SYNC** (%%)**:**  Get or Set the Sync word [1:0x34,0:0x12] (default is 1)
Xiaoling 11.3 151 )))
Xiaoling 8.2 152
Xiaoling 11.3 153 (((
Xiaoling 8.7 154 (% style="color:#037691" %)**AT+PMB** (%%)**:    **Get or Set the preamble (default:8)
Xiaoling 11.3 155 )))
Xiaoling 8.2 156
Xiaoling 11.3 157 (((
Xiaoling 8.6 158 (% style="color:#037691" %)**AT+TXCHS **(%%)**:** Get or Set the transmit frequency of TX (default:868700000)
Xiaoling 11.3 159 )))
Xiaoling 8.2 160
Xiaoling 11.3 161 (((
Xiaoling 8.6 162 (% style="color:#037691" %)**AT+TXSF **(%%)**:**  Get or Set the spreading factor of TX (7 to 12) (default:12)
Xiaoling 11.3 163 )))
Xiaoling 8.2 164
Xiaoling 11.3 165 (((
Xiaoling 8.6 166 (% style="color:#037691" %)**AT+RXCHS **(%%)**:** Get or Set the transmit frequency of RX (default:869000000)
Xiaoling 11.3 167 )))
Xiaoling 8.2 168
Xiaoling 11.3 169 (((
Xiaoling 8.6 170 (% style="color:#037691" %)**AT+RXSF **(%%)**:**  Get or Set the spreading factor of RX (7 to 12) (default:12)
Xiaoling 11.3 171 )))
Xiaoling 8.2 172
Xiaoling 11.3 173 (((
Xiaoling 9.2 174 (% style="color:#037691" %)**AT+BW **(%%)**:       **Get or Set the bandwidth [0:125khz,1:250khz,2:500khz] (default:0)
Xiaoling 11.3 175 )))
Xiaoling 8.2 176
Xiaoling 11.3 177 (((
Xiaoling 8.7 178 (% style="color:#037691" %)**AT+CR **(%%)**:        **Get or Set the coding rate [1: 4/5, 2: 4/6, 3: 4/7, 4: 4/8] (default:1)
Xiaoling 11.3 179 )))
Xiaoling 8.2 180
Xiaoling 11.3 181 (((
Xiaoling 8.6 182 (% style="color:#037691" %)**AT+TDC **(%%)**:**  Get or set the application data transmission interval in ms(default 10 minutes)
Xiaoling 11.3 183 )))
Xiaoling 8.2 184
Xiaoling 11.3 185 (((
Xiaoling 8.8 186 (% style="color:#037691" %)**AT+VER **(%%)**:**  Get firmware version number
Xiaoling 11.3 187 )))
Xiaoling 8.2 188
Xiaoling 11.3 189 (((
Xiaoling 9.2 190 (% style="color:#037691" %)**AT+SEND **(%%)**:   **Set Custom sent hex data
Xiaoling 11.3 191 )))
Xiaoling 8.2 192
Xiaoling 11.3 193 (((
Xiaoling 8.6 194 (% style="color:#037691" %)**AT+GROUPMOD **(%%)**: **Set or Get the grouping mode of the device (default: 0)
Xiaoling 11.3 195 )))
Xiaoling 8.2 196
Xiaoling 11.1 197 (((
Xiaoling 11.3 198 (((
Xiaoling 8.7 199 (% style="color:#037691" %)**AT+GROUPID **(%%)**:      **Set or Get the password for matching between TX group and RX group, which can be composed of numbers or characters (default: 12345678)
Xiaoling 11.1 200 )))
Xiaoling 11.3 201 )))
Xiaoling 8.2 202
Xiaoling 11.3 203 (((
Xiaoling 8.6 204 (% style="color:#037691" %)**AT+TRIG1 **(%%)**:**  Set or Get the DI1 pin interrupt trigger mode (default 0,0)
Xiaoling 11.3 205 )))
Xiaoling 8.2 206
Xiaoling 11.3 207 (((
Xiaoling 8.7 208 (% style="color:#037691" %)**AT+TRIG2 **(%%)**:            **Set or Get the DI2 pin interrupt trigger mode (default 0,0)
Xiaoling 11.3 209 )))
Xiaoling 8.2 210
Xiaoling 11.3 211 (((
Xiaoling 8.7 212 (% style="color:#037691" %)**AT+DI1TODO1 **(%%)**:    **Set or get the mode in which DI1 maps to DO1 (default 0)
Xiaoling 11.3 213 )))
Xiaoling 8.2 214
Xiaoling 11.3 215 (((
Xiaoling 8.7 216 (% style="color:#037691" %)**AT+DI1TORO1 **(%%)**:    **Set or get the mode in which DI1 maps to RO1(default 0)
Xiaoling 11.3 217 )))
Xiaoling 8.2 218
Xiaoling 11.3 219 (((
Xiaoling 8.6 220 (% style="color:#037691" %)**AT+DI2TODO2 **(%%)**:**  Set or get the mode in which DI2 maps to DO2(default 0)
Xiaoling 11.3 221 )))
Xiaoling 8.2 222
Xiaoling 11.3 223 (((
Xiaoling 8.7 224 (% style="color:#037691" %)**AT+DI2TORO2 **(%%)**:    **Set or get the mode in which DI2 maps to RO2(default 0)
Xiaoling 11.3 225 )))
Xiaoling 8.2 226
227
228
Xiaoling 11.3 229 (((
Xiaoling 8.7 230 (% style="color:#4f81bd" %)**Example 1:**
Xiaoling 11.3 231 )))
Xiaoling 8.2 232
Xiaoling 11.3 233 (((
Xiaoling 8.7 234 **AT+SEND=01020304 **will send a payload of 01020304
Xiaoling 11.3 235 )))
Xiaoling 8.2 236
237
Xiaoling 19.2 238
Xiaoling 11.3 239 (((
Xiaoling 19.2 240 (% style="color:blue" %)**Example 2: **
Xiaoling 11.3 241 )))
Xiaoling 8.2 242
Xiaoling 11.3 243 (((
Xiaoling 8.8 244 **AT+TRIGx=a    **Trigger directly without triggering time
Xiaoling 11.3 245 )))
Xiaoling 8.2 246
Xiaoling 11.3 247 (((
Xiaoling 8.7 248 **AT+TRIGx=a,b**
Xiaoling 11.3 249 )))
Xiaoling 8.2 250
Xiaoling 11.3 251 (((
Xiaoling 8.7 252 a=0: falling edge;
Xiaoling 11.3 253 )))
Xiaoling 8.2 254
Xiaoling 11.3 255 (((
Xiaoling 8.7 256 a=1: rising edge;
Xiaoling 11.3 257 )))
Xiaoling 8.2 258
Xiaoling 11.3 259 (((
Xiaoling 8.7 260 a=2: falling edge or rising edge;
Xiaoling 11.3 261 )))
Xiaoling 8.2 262
Xiaoling 11.3 263 (((
Xiaoling 8.7 264 b:  triggering time in milliseconds.
Xiaoling 11.3 265 )))
Xiaoling 8.2 266
Xiaoling 11.3 267 (((
Xiaoling 8.7 268 AT+TRIGx=2,50  Falling edge or rising edge trigger, and the trigger time exceeds 50ms.
Xiaoling 11.3 269 )))
Xiaoling 8.2 270
271
Xiaoling 11.3 272 (((
Xiaoling 19.2 273 (% style="color:blue" %)**Example 3: **
Xiaoling 11.3 274 )))
Xiaoling 8.2 275
Xiaoling 11.3 276 (((
Xiaoling 8.7 277 **AT+DI1TODO1= maps value**
Xiaoling 11.3 278 )))
Xiaoling 8.2 279
Xiaoling 11.3 280 (((
Xiaoling 8.7 281 **AT+DI1TORO1= maps value**
Xiaoling 11.3 282 )))
Xiaoling 8.2 283
Xiaoling 11.3 284 (((
Xiaoling 8.7 285 **AT+DI2TODO2= maps value**
Xiaoling 11.3 286 )))
Xiaoling 8.2 287
Xiaoling 11.3 288 (((
Xiaoling 8.7 289 **AT+DI2TORO2= maps value**
Xiaoling 11.3 290 )))
Xiaoling 8.7 291
Xiaoling 11.3 292 (((
293
294 )))
Xiaoling 8.7 295
Xiaoling 8.4 296 (% border="1" style="background-color:#f7faff; color:black; width:706px" %)
Xiaoling 11.3 297 |=(% style="width: 102px;" %)(((
298 Maps value
299 )))|=(% style="width: 331px;" %)(((
300 DIx to DOx
301 )))|=(% style="width: 268px;" %)(((
302 DIx to ROx
303 )))
304 |(% style="width:102px" %)(((
305 0
306 )))|(% style="width:331px" %)(((
307 No Action
308 )))|(% style="width:268px" %)(((
309 No Action
310 )))
311 |(% style="width:102px" %)(((
312 1
313 )))|(% style="width:331px" %)(((
314 If DIx is high, control DOx to output low level, If DIx is low, control DOx to output high level
315 )))|(% style="width:268px" %)(((
316 (((
Xiaoling 8.2 317 If DIx is high, control ROx to close,
Xiaoling 11.3 318 )))
Xiaoling 8.2 319
Xiaoling 11.3 320 (((
Xiaoling 8.2 321 if DIx is low, control ROx to open
322 )))
Xiaoling 11.3 323 )))
324 |(% style="width:102px" %)(((
325 2
326 )))|(% style="width:331px" %)(((
327 If DIx is high, control DOx to output high level, If DIx is low, control DOx to output low level
328 )))|(% style="width:268px" %)(((
329 (((
Xiaoling 8.2 330 If DIx is high, control ROx to open,
Xiaoling 11.3 331 )))
Xiaoling 8.2 332
Xiaoling 11.3 333 (((
Xiaoling 8.2 334 if DIx is low, control ROx to close
335 )))
Xiaoling 11.3 336 )))
337 |(% style="width:102px" %)(((
338 3
339 )))|(% style="width:331px" %)(((
340 DOx state flip
341 )))|(% style="width:268px" %)(((
342 ROx state flip
343 )))
Xiaoling 8.2 344
Xiaoling 11.3 345 (((
Xiaoling 19.2 346 (% style="color:blue" %)**Example 4: **
Xiaoling 11.3 347 )))
Xiaoling 8.2 348
Xiaoling 11.3 349 (((
Xiaoling 8.7 350 **AT+GROUPMOD=0**  Set to point to point mode
Xiaoling 11.3 351 )))
Xiaoling 8.2 352
Xiaoling 11.3 353 (((
Xiaoling 8.7 354 **AT+GROUPMOD=0,aa**  Set the TX group that controls the number of aa (The maximum value of aa is 8)
Xiaoling 11.3 355 )))
Xiaoling 8.2 356
Xiaoling 19.2 357
Xiaoling 11.1 358 (((
Xiaoling 8.7 359 **AT+GROUPMOD=1,bb**  Set to the RX group controlled by the TX group, numbered bb(The maximum value of aa is 8)
Xiaoling 11.1 360 )))
Xiaoling 8.2 361
Xiaoling 19.2 362
Xiaoling 11.3 363 (((
Xiaoling 8.7 364 **AT+GROUPMOD=0,2**  Set to control the TX group of the two RX groups
Xiaoling 11.3 365 )))
Xiaoling 8.2 366
Xiaoling 11.3 367 (((
Xiaoling 8.7 368 **AT+GROUPMOD=1,1**  Set the RX group numbered 1
Xiaoling 11.3 369 )))
Xiaoling 8.2 370
Xiaoling 11.3 371 (((
Xiaoling 8.7 372 **AT+GROUPMOD=1,2**  Set the RX group numbered 2
Xiaoling 19.2 373 )))
Bei Jinggeng 19.1 374
375
376 === 2.3.1 TRIG command is configured in the transmit LT. (LT1)(Since firmware 1.3) ===
Xiaoling 8.2 377
Xiaoling 19.2 378
Bei Jinggeng 19.1 379 **AT+TRIGx=a     **Trigger transmit directly without triggering time
Xiaoling 8.2 380
Bei Jinggeng 19.1 381 **AT+TRIGx=a,b**  Trigger transmit with triggering time threshold
382
383 **AT+TRIGx=a,b,c **Trigger transmit with triggering time threshold, and continue to transmit every xx seconds if DI status no change.
384
385
386 a=0: falling edge;
387
388 a=1: rising edge;
389
390 a=2: falling edge or rising edge;
391
392 b:  triggering time in milliseconds.
393
394 c: transmit interval
395
396
Xiaoling 19.2 397 **(% style="color:blue" %)Use Case 1**(%%): Once the DI1 port status change ( either from low to high or high to low, LT1 sends a trigger to LT-2)
Bei Jinggeng 19.1 398
399 Command:
400
401 AT+TRIG1=2,50  Falling edge or rising edge trigger, and the trigger time should exceed 50ms.
402
403
Xiaoling 19.2 404 **(% style="color:blue" %)Use Case 2: **(%%)Sync LT2 RO / DO status with LT1 every minute.
Bei Jinggeng 19.1 405
406 Command:
407
408 AT+TRIG2=2,50,60 Once there is falling edge or rising edge on DI2 of LT1, LT1 will transmit trigger to LT2 and LT2 can sync the status of RO/DO.
409
410
411 === 2.3.2 RO/DO is configured in the receiver LT (LT2)(Since firmware 1.3) ===
412
413 AT+DI1TODO1= maps value[,latch time]
414
415 AT+DI1TORO1= maps value[,latch time]
416
417 AT+DI2TODO2= maps value[,latch time]
418
419 AT+DI2TORO2= maps value[,latch time]
420
421
422 (% border="1" style="background-color:#f7faff; color:black; width:706px" %)
423 | **Maps value**|DIx to DOx|DIx to ROx
424 |0|No Action|No Action
425 |1|If DIx is high, control DOx to output low level, If DIx is low, control DOx to output high level|(((
426 If DIx is high, control ROx to close,
427
428 if DIx is low, control ROx to open
429 )))
430 |2|If DIx is high, control DOx to output high level, If DIx is low, control DOx to output low level|(((
431 If DIx is high, control ROx to open,
432
433 if DIx is low, control ROx to close
434 )))
435 |3|DOx state flip|ROx state flip
436
437 latch time, if latch time is defined, DO or RO will go back to the original status after latch time, if there is a new trigger comes, the LT2 will use the new latch time settings and ignore the old one.
438
439
Xiaoling 19.2 440 **(% style="color:blue" %)Case1**:
Bei Jinggeng 19.1 441
442 AT+DI1TODO1=1 ~/~/ LT2 DO1 will follow LT1 DI1 trigger command, if DI1 of LT1 is trigger high, DO1 of LT2 will output low, if DI1 of LT1 is trigger low, DO2 of LT2 will output high.
443
444
Xiaoling 19.2 445 **(% style="color:blue" %)Case2**:
Bei Jinggeng 19.1 446
447 AT+DI1TODO1=1,60 ~/~/ LT2 DO1 will follow LT1 DI1 trigger command, DO1 will keep the status 60 seconds and then go back to original state.
448
449
450 === 2.3.3 Save the RO/DO status during power off(Since firmware 1.3) ===
451
Xiaoling 19.2 452
Bei Jinggeng 19.1 453 Enable/Disbale retain Digital Output/Relay Output after power off / Power On
454
455 AT+DOROSAVE=0 ~/~/ Disable Retain after power off/on
456
457 AT+DOROSAVE=1 ~/~/ Enable Retain after power off/on
458
459 AT+DOROSAVE=2,a,b,c,d ~/~/ set DO/RO port to default state after power on.
460
461 a: for DO1
462
463 b: for DO2
464
465 c: for RO1
466
467 d: for RO2.
468
469 Example:
470
471 AT+DOROSAVE=2,0,0,0,1 ~/~/ Set DO1/DO2 to Low, RO1 to open after power on , set RO2 to close after power on.
472
473
474 === 2.3.4 Control Sleep status.(Since firmware 1.3) ===
475
476 DI2 can be used to set LT into sleep mode.
477
478 AT+DI2SLEEP=1 ~/~/Enable DI2 as Sleep pin
479
480 AT+DI2SLEEP=0 ~/~/Disable DI2 as Sleep pin
481
482 When DI2 is enabled as sleep pin, a falling trigger (with 500ms pulse) will set LT into sleep mode. A raising trigger will wake up it again.
483
484
Xiaoling 8.2 485 == **2.4 Data Format** ==
486
Xiaoling 19.2 487
Xiaoling 11.3 488 (((
Xiaoling 8.2 489 8 bytes of GROUPID + 9 bytes of payload + 4 bytes of checksum
Xiaoling 11.3 490 )))
Xiaoling 8.2 491
Xiaoling 11.3 492 (((
493
494 )))
Xiaoling 8.2 495
Xiaoling 11.3 496 (((
Xiaoling 19.2 497 (% style="color:blue" %)**Payload:**
Xiaoling 11.3 498 )))
Xiaoling 8.2 499
Xiaoling 8.4 500 (% border="1" style="background-color:#f7faff; color:black; width:938px" %)
Xiaoling 11.3 501 |=(% style="width: 123px;" %)(((
502 **Size (bytes)**
503 )))|=(% style="width: 107px;" %)(((
504 1
505 )))|=(% style="width: 107px;" %)(((
506 1
507 )))|=(% style="width: 107px;" %)(((
508 1
509 )))|=(% style="width: 107px;" %)(((
510 1
511 )))|=(% style="width: 107px;" %)(((
512 1
513 )))|=(% style="width: 107px;" %)(((
514 1
515 )))|=(% style="width: 107px;" %)(((
516 1
517 )))|=(% style="width: 107px;" %)(((
518 1
519 )))|=(% style="width: 107px;" %)(((
520 1
521 )))
522 |(% style="width:123px" %)(((
523 **Value**
524 )))|(% style="width:38px" %)(((
525 address
526 )))|(% style="width:70px" %)(((
527 request
528 )))|(% style="width:52px" %)(((
529 ACK
530 )))|(% style="width:127px" %)(((
531 (((
Xiaoling 8.2 532 DI1&
Xiaoling 11.3 533 )))
Xiaoling 8.2 534
Xiaoling 11.3 535 (((
Xiaoling 8.2 536 DI1 level
Xiaoling 11.3 537 )))
538 )))|(% style="width:101px" %)(((
539 DI1TODO1
540 )))|(% style="width:91px" %)(((
541 DI1TORO1
542 )))|(% style="width:111px" %)(((
543 (((
Xiaoling 8.2 544 DI2&
Xiaoling 11.3 545 )))
Xiaoling 8.2 546
Xiaoling 11.3 547 (((
Xiaoling 8.2 548 DI2 level
Xiaoling 11.3 549 )))
550 )))|(% style="width:105px" %)(((
551 DI2TODO2
552 )))|(% style="width:106px" %)(((
553 DI2TORO2
554 )))
Xiaoling 8.2 555
Xiaoling 11.3 556 (((
Xiaoling 8.5 557 (% style="color:#037691" %)**The first byte**(%%)**:**  00 is the broadcast address, 01-08 is the RX group number.
Xiaoling 11.3 558 )))
Xiaoling 8.2 559
Xiaoling 11.3 560 (((
Xiaoling 8.5 561 (% style="color:#037691" %)**The second byte**(%%)**:**  send mapping request when not 0, not request when it is 0.
Xiaoling 11.3 562 )))
Xiaoling 8.2 563
Xiaoling 11.3 564 (((
Xiaoling 8.5 565 (% style="color:#037691" %)**The third byte**(%%)**:**  ACK returned to the sender after the mapping is completed.
Xiaoling 11.3 566 )))
Xiaoling 8.2 567
Xiaoling 11.1 568 (((
Xiaoling 11.3 569 (((
Xiaoling 8.5 570 (% style="color:#037691" %)**The fourth byte**(%%)**:**  the high four bits are 1 to represent DI1, and the low four bits are the level of DI1 when the interrupt is triggered.
Xiaoling 11.1 571 )))
Xiaoling 11.3 572 )))
Xiaoling 8.2 573
Xiaoling 11.3 574 (((
Xiaoling 8.6 575 (% style="color:#037691" %)**The Fifth byte**(%%)**:       **DI1TODO1 when the interrupt is triggered, 0 when the interrupt is not triggered.
Xiaoling 11.3 576 )))
Xiaoling 8.2 577
Xiaoling 11.3 578 (((
Xiaoling 8.5 579 (% style="color:#037691" %)**The Sixth byte**(%%)**:**  0 does not trigger interrupt when DI1TORO1 interrupt is triggered.
Xiaoling 11.3 580 )))
Xiaoling 8.2 581
Xiaoling 11.1 582 (((
Xiaoling 11.3 583 (((
Xiaoling 8.5 584 (% style="color:#037691" %)**The seventh byte**(%%)**:**  the high four bits are 2 to represent DI2, and the low four bits are the level of DI2 when the interrupt is triggered.
Xiaoling 11.1 585 )))
Xiaoling 11.3 586 )))
Xiaoling 8.2 587
Xiaoling 11.3 588 (((
Xiaoling 8.6 589 (% style="color:#037691" %)**The 8th byte**(%%)**:          **DI2TODO2 when the interrupt is triggered, 0 when the interrupt is not triggered.
Xiaoling 11.3 590 )))
Xiaoling 8.2 591
Xiaoling 11.3 592 (((
Xiaoling 8.5 593 (% style="color:#037691" %)**The 9th byte**(%%)**:**  DI2TORO2 when an interrupt is triggered, 0 when an interrupt is not triggered.
Xiaoling 11.3 594 )))
Xiaoling 8.2 595
Bei Jinggeng 19.1 596 (((
Edwin Chen 1.1 597
Bei Jinggeng 19.1 598
599 (% style="color:#4f81bd" %)**Payload:(Since firmware 1.3)The receiver replies to the sent packet**
600 )))
601
602 (% border="1" style="background-color:#f7faff; color:black; width:938px" %)
603 |=(% style="width: 123px;" %)(((
604 **Size (bytes)**
605 )))|=(% style="width: 107px;" %)(((
606 1
607 )))|=(% style="width: 107px;" %)(((
608 1
609 )))|=(% style="width: 107px;" %)(((
610 1
611 )))|=(% style="width: 107px;" %)(((
612 1
613 )))|=(% style="width: 107px;" %)(((
614 1
615 )))|=(% style="width: 107px;" %)(((
616 1
617 )))|=(% style="width: 107px;" %)(((
618 1
619 )))|=(% style="width: 107px;" %)(((
620 1
621 )))|=(% style="width: 107px;" %)(((
622 1
623 )))
624 |(% style="width:123px" %)(((
625 **Value**
626 )))|(% style="width:38px" %)(((
627 address
628 )))|(% style="width:70px" %)(((
629 request
630 )))|(% style="width:52px" %)(((
631 ACK
632 )))|(% style="width:127px" %)(((
633 (((
634 DO1&
635 )))
636
637 (((
638 DO1 level
639 )))
640 )))|(% style="width:101px" %)(((
641 DI1TODO1
642 )))|(% style="width:91px" %)(((
643 DI1TORO1
644 )))|(% style="width:111px" %)(((
645 (((
646 RO2&
647 )))
648
649 (((
650 RO2 level
651 )))
652 )))|(% style="width:105px" %)(((
653 DI2TODO2
654 )))|(% style="width:106px" %)(((
655 DI2TORO2
656 )))
657
658 (((
659 (% style="color:#037691" %)**The first byte**(%%)**:**  00 is the broadcast address, 01-08 is the RX group number.
660 )))
661
662 (((
663 (% style="color:#037691" %)**The second byte**(%%)**:**  send mapping request when not 0, not request when it is 0.
664 )))
665
666 (((
667 (% style="color:#037691" %)**The third byte**(%%)**:**  ACK returned to the sender after the mapping is completed.
668 )))
669
670 (((
671 (((
672 (% style="color:#037691" %)**The fourth byte**(%%)**:**  the high four bits are 1 to represent DO1, and the low four bits are the level of DO1 when the interrupt is triggered.
673 )))
674 )))
675
676 (((
677 (% style="color:#037691" %)**The Fifth byte**(%%)**:       **DI1TODO1 when the interrupt is triggered, 0 when the interrupt is not triggered.
678 )))
679
680 (((
681 (% style="color:#037691" %)**The Sixth byte**(%%)**:**  0 does not trigger interrupt when DI1TORO1 interrupt is triggered.
682 )))
683
684 (((
685 (((
686 (% style="color:#037691" %)**The seventh byte**(%%)**:**  the high four bits are 2 to represent RO2, and the low four bits are the level of RO2 when the interrupt is triggered.
687 )))
688 )))
689
690 (((
691 (% style="color:#037691" %)**The 8th byte**(%%)**:          **DI2TODO2 when the interrupt is triggered, 0 when the interrupt is not triggered.
692 )))
693
694 (((
695 (% style="color:#037691" %)**The 9th byte**(%%)**:**  DI2TORO2 when an interrupt is triggered, 0 when an interrupt is not triggered.
696 )))
697
698
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0