<
From version < 11.2 >
edited by Xiaoling
on 2022/06/02 14:33
To version < 15.3 >
edited by Xiaoling
on 2022/06/02 14:52
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -19,13 +19,14 @@
19 19  
20 20  == **2.1  Point To Point** ==
21 21  
22 +=== **2.1.1 Overview** ===
22 22  
23 23  [[image:image-20220602111219-1.png||height="472" width="972"]]
24 24  
25 25  
26 -(% class="wikigeneratedid" id="H2.2.Configure" %)
27 -(% style="color:blue" %)**Configure:**
27 +=== **2.2.2 Configure** ===
28 28  
29 +
29 29  (% border="1" style="background-color:#f7faff; color:black; width:500px" %)
30 30  |=**A's configuration**|=**B's configuration**
31 31  |AT+GROUPMOD=0|AT+GROUPMOD=0
... ... @@ -38,178 +38,456 @@
38 38  |AT+DI2TODO2=2 |AT+DI2TODO2=2
39 39  |AT+DI2TORO2=2|AT+DI2TORO2=2
40 40  
41 -== **2.2  Point To Mult-Point ** ==
42 42  
43 43  
44 +=== **2.2.3 Serial port display** ===
45 +
46 +
47 +(% class="wikigeneratedid" %)
44 44  [[image:image-20220602111219-2.png]]
45 45  
46 46  
51 +(% class="wikigeneratedid" %)
47 47  [[image:image-20220602111219-3.png]]
48 48  
49 -(((
54 +(% class="wikigeneratedid" %)
50 50  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.
56 +
57 +
58 +== **2.2  Point To Mult-Point ** ==
59 +
60 +=== **2.2.1 Overview** ===
61 +
62 +
63 +[[image:1654152390874-192.png]]
64 +
65 +
66 +=== **2.2.2  Configure** ===
67 +
68 +
69 +(% style="color:#4f81bd" %)**Configuration of the TX group:**
70 +
71 +AT+GROUPMOD=0,2
72 +
73 +AT+TXCHS=868700000
74 +
75 +AT+RXCHS=869000000
76 +
77 +AT+TRIG1=2,50
78 +
79 +AT+TRIG2=2,50
80 +
81 +AT+DI1TODO1=1
82 +
83 +AT+DI1TORO1=1
84 +
85 +AT+DI2TODO2=1
86 +
87 +AT+DI2TORO2=1
88 +
89 +
90 +(% style="color:#4f81bd" %)**Configuration for RX group number 1:**
91 +
92 +AT+GROUPMOD=1,1
93 +
94 +AT+TXCHS=869000000
95 +
96 +AT+RXCHS=868700000
97 +
98 +
99 +(% style="color:#4f81bd" %)**Configuration for RX group number 2:**
100 +
101 +AT+GROUPMOD=1,2
102 +
103 +AT+TXCHS=869000000
104 +
105 +AT+RXCHS=868700000
106 +
107 +
108 +=== **2.2.3 Serial port display** ===
109 +
110 +
111 +[[image:image-20220602144747-1.png]]
112 +
113 +
114 +[[image:image-20220602144747-2.png]]
115 +
116 +(((
117 +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.
51 51  )))
52 52  
53 53  
121 +
122 +
54 54  == **2.3 AT command** ==
55 55  
56 56  
126 +(((
57 57  (% style="color:#037691" %)**ATZ** (%%)**: ** Trig a reset of the MCU
128 +)))
58 58  
130 +(((
59 59  (% style="color:#037691" %)**AT+FDR** (%%)**:**  Reset Parameters to Factory Default, Keys Reserve
132 +)))
60 60  
134 +(((
61 61  (% style="color:#037691" %)**AT+FCU** (%%)**:**  Get or Set the Frame Counter Uplink
136 +)))
62 62  
138 +(((
63 63  (% style="color:#037691" %)**AT+FCD** (%%)**:**  Get or Set the Frame Counter Downlink
140 +)))
64 64  
142 +(((
65 65  (% style="color:#037691" %)**AT+TXP** (%%)**:**  Get or Set the transmit power, the maximum is 20dBm (default is 14dBm)
144 +)))
66 66  
146 +(((
67 67  (% style="color:#037691" %)**AT+SYNC** (%%)**:**  Get or Set the Sync word [1:0x34,0:0x12] (default is 1)
148 +)))
68 68  
150 +(((
69 69  (% style="color:#037691" %)**AT+PMB** (%%)**:    **Get or Set the preamble (default:8)
152 +)))
70 70  
154 +(((
71 71  (% style="color:#037691" %)**AT+TXCHS **(%%)**:** Get or Set the transmit frequency of TX (default:868700000)
156 +)))
72 72  
158 +(((
73 73  (% style="color:#037691" %)**AT+TXSF **(%%)**:**  Get or Set the spreading factor of TX (7 to 12) (default:12)
160 +)))
74 74  
162 +(((
75 75  (% style="color:#037691" %)**AT+RXCHS **(%%)**:** Get or Set the transmit frequency of RX (default:869000000)
164 +)))
76 76  
166 +(((
77 77  (% style="color:#037691" %)**AT+RXSF **(%%)**:**  Get or Set the spreading factor of RX (7 to 12) (default:12)
168 +)))
78 78  
170 +(((
79 79  (% style="color:#037691" %)**AT+BW **(%%)**:       **Get or Set the bandwidth [0:125khz,1:250khz,2:500khz] (default:0)
172 +)))
80 80  
174 +(((
81 81  (% 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)
176 +)))
82 82  
178 +(((
83 83  (% style="color:#037691" %)**AT+TDC **(%%)**:**  Get or set the application data transmission interval in ms(default 10 minutes)
180 +)))
84 84  
182 +(((
85 85  (% style="color:#037691" %)**AT+VER **(%%)**:**  Get firmware version number
184 +)))
86 86  
186 +(((
87 87  (% style="color:#037691" %)**AT+SEND **(%%)**:   **Set Custom sent hex data
188 +)))
88 88  
190 +(((
89 89  (% style="color:#037691" %)**AT+GROUPMOD **(%%)**: **Set or Get the grouping mode of the device (default: 0)
192 +)))
90 90  
91 91  (((
195 +(((
92 92  (% 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)
93 93  )))
198 +)))
94 94  
200 +(((
95 95  (% style="color:#037691" %)**AT+TRIG1 **(%%)**:**  Set or Get the DI1 pin interrupt trigger mode (default 0,0)
202 +)))
96 96  
204 +(((
97 97  (% style="color:#037691" %)**AT+TRIG2 **(%%)**:            **Set or Get the DI2 pin interrupt trigger mode (default 0,0)
206 +)))
98 98  
208 +(((
99 99  (% style="color:#037691" %)**AT+DI1TODO1 **(%%)**:    **Set or get the mode in which DI1 maps to DO1 (default 0)
210 +)))
100 100  
212 +(((
101 101  (% style="color:#037691" %)**AT+DI1TORO1 **(%%)**:    **Set or get the mode in which DI1 maps to RO1(default 0)
214 +)))
102 102  
216 +(((
103 103  (% style="color:#037691" %)**AT+DI2TODO2 **(%%)**:**  Set or get the mode in which DI2 maps to DO2(default 0)
218 +)))
104 104  
220 +(((
105 105  (% style="color:#037691" %)**AT+DI2TORO2 **(%%)**:    **Set or get the mode in which DI2 maps to RO2(default 0)
222 +)))
106 106  
224 +(((
225 +
226 +)))
107 107  
228 +(((
229 +
230 +)))
108 108  
232 +(((
109 109  (% style="color:#4f81bd" %)**Example 1:**
234 +)))
110 110  
236 +(((
111 111  **AT+SEND=01020304 **will send a payload of 01020304
238 +)))
112 112  
240 +(((
241 +
242 +)))
113 113  
244 +(((
114 114  (% style="color:#4f81bd" %)**Example 2: **
246 +)))
115 115  
248 +(((
116 116  **AT+TRIGx=a    **Trigger directly without triggering time
250 +)))
117 117  
252 +(((
118 118  **AT+TRIGx=a,b**
254 +)))
119 119  
256 +(((
120 120  a=0: falling edge;
258 +)))
121 121  
260 +(((
122 122  a=1: rising edge;
262 +)))
123 123  
264 +(((
124 124  a=2: falling edge or rising edge;
266 +)))
125 125  
268 +(((
126 126  b:  triggering time in milliseconds.
270 +)))
127 127  
272 +(((
128 128  AT+TRIGx=2,50  Falling edge or rising edge trigger, and the trigger time exceeds 50ms.
274 +)))
129 129  
276 +(((
277 +
278 +)))
130 130  
280 +(((
131 131  (% style="color:#4f81bd" %)**Example 3: **
282 +)))
132 132  
284 +(((
133 133  **AT+DI1TODO1= maps value**
286 +)))
134 134  
288 +(((
135 135  **AT+DI1TORO1= maps value**
290 +)))
136 136  
292 +(((
137 137  **AT+DI2TODO2= maps value**
294 +)))
138 138  
296 +(((
139 139  **AT+DI2TORO2= maps value**
298 +)))
140 140  
300 +(((
301 +
302 +)))
141 141  
142 142  (% border="1" style="background-color:#f7faff; color:black; width:706px" %)
143 -|=(% style="width: 102px;" %)Maps value|=(% style="width: 331px;" %)DIx to DOx|=(% style="width: 268px;" %)DIx to ROx
144 -|(% style="width:102px" %)0|(% style="width:331px" %)No Action|(% style="width:268px" %)No Action
145 -|(% style="width:102px" %)1|(% style="width:331px" %)If DIx is high, control DOx to output low level, If DIx is low, control DOx to output high level|(% style="width:268px" %)(((
305 +|=(% style="width: 102px;" %)(((
306 +Maps value
307 +)))|=(% style="width: 331px;" %)(((
308 +DIx to DOx
309 +)))|=(% style="width: 268px;" %)(((
310 +DIx to ROx
311 +)))
312 +|(% style="width:102px" %)(((
313 +0
314 +)))|(% style="width:331px" %)(((
315 +No Action
316 +)))|(% style="width:268px" %)(((
317 +No Action
318 +)))
319 +|(% style="width:102px" %)(((
320 +1
321 +)))|(% style="width:331px" %)(((
322 +If DIx is high, control DOx to output low level, If DIx is low, control DOx to output high level
323 +)))|(% style="width:268px" %)(((
324 +(((
146 146  If DIx is high, control ROx to close,
326 +)))
147 147  
328 +(((
148 148  if DIx is low, control ROx to open
149 149  )))
150 -|(% style="width:102px" %)2|(% style="width:331px" %)If DIx is high, control DOx to output high level, If DIx is low, control DOx to output low level|(% style="width:268px" %)(((
331 +)))
332 +|(% style="width:102px" %)(((
333 +2
334 +)))|(% style="width:331px" %)(((
335 +If DIx is high, control DOx to output high level, If DIx is low, control DOx to output low level
336 +)))|(% style="width:268px" %)(((
337 +(((
151 151  If DIx is high, control ROx to open,
339 +)))
152 152  
341 +(((
153 153  if DIx is low, control ROx to close
154 154  )))
155 -|(% style="width:102px" %)3|(% style="width:331px" %)DOx state flip|(% style="width:268px" %)ROx state flip
344 +)))
345 +|(% style="width:102px" %)(((
346 +3
347 +)))|(% style="width:331px" %)(((
348 +DOx state flip
349 +)))|(% style="width:268px" %)(((
350 +ROx state flip
351 +)))
156 156  
353 +(((
157 157  (% style="color:#4f81bd" %)**Example 4: **
355 +)))
158 158  
357 +(((
159 159  **AT+GROUPMOD=0**  Set to point to point mode
359 +)))
160 160  
361 +(((
161 161  **AT+GROUPMOD=0,aa**  Set the TX group that controls the number of aa (The maximum value of aa is 8)
363 +)))
162 162  
163 163  (((
366 +(((
164 164  **AT+GROUPMOD=1,bb**  Set to the RX group controlled by the TX group, numbered bb(The maximum value of aa is 8)
165 165  )))
369 +)))
166 166  
371 +(((
167 167  **AT+GROUPMOD=0,2**  Set to control the TX group of the two RX groups
373 +)))
168 168  
375 +(((
169 169  **AT+GROUPMOD=1,1**  Set the RX group numbered 1
377 +)))
170 170  
379 +(((
171 171  **AT+GROUPMOD=1,2**  Set the RX group numbered 2
381 +)))
172 172  
173 173  
174 174  == **2.4 Data Format** ==
175 175  
386 +(((
176 176  8 bytes of GROUPID + 9 bytes of payload + 4 bytes of checksum
388 +)))
177 177  
390 +(((
391 +
392 +)))
178 178  
394 +(((
179 179  (% style="color:#4f81bd" %)**Payload:**
396 +)))
180 180  
181 181  (% border="1" style="background-color:#f7faff; color:black; width:938px" %)
182 -|=(% style="width: 123px;" %)**Size (bytes)**|=(% style="width: 107px;" %)1|=(% style="width: 107px;" %)1|=(% style="width: 107px;" %)1|=(% style="width: 107px;" %)1|=(% style="width: 107px;" %)1|=(% style="width: 107px;" %)1|=(% style="width: 107px;" %)1|=(% style="width: 107px;" %)1|=(% style="width: 107px;" %)1
183 -|(% style="width:123px" %)**Value**|(% style="width:38px" %)address|(% style="width:70px" %)request|(% style="width:52px" %)ACK|(% style="width:127px" %)(((
399 +|=(% style="width: 123px;" %)(((
400 +**Size (bytes)**
401 +)))|=(% style="width: 107px;" %)(((
402 +1
403 +)))|=(% style="width: 107px;" %)(((
404 +1
405 +)))|=(% style="width: 107px;" %)(((
406 +1
407 +)))|=(% style="width: 107px;" %)(((
408 +1
409 +)))|=(% style="width: 107px;" %)(((
410 +1
411 +)))|=(% style="width: 107px;" %)(((
412 +1
413 +)))|=(% style="width: 107px;" %)(((
414 +1
415 +)))|=(% style="width: 107px;" %)(((
416 +1
417 +)))|=(% style="width: 107px;" %)(((
418 +1
419 +)))
420 +|(% style="width:123px" %)(((
421 +**Value**
422 +)))|(% style="width:38px" %)(((
423 +address
424 +)))|(% style="width:70px" %)(((
425 +request
426 +)))|(% style="width:52px" %)(((
427 +ACK
428 +)))|(% style="width:127px" %)(((
429 +(((
184 184  DI1&
431 +)))
185 185  
433 +(((
186 186  DI1 level
187 -)))|(% style="width:101px" %)DI1TODO1|(% style="width:91px" %)DI1TORO1|(% style="width:111px" %)(((
435 +)))
436 +)))|(% style="width:101px" %)(((
437 +DI1TODO1
438 +)))|(% style="width:91px" %)(((
439 +DI1TORO1
440 +)))|(% style="width:111px" %)(((
441 +(((
188 188  DI2&
443 +)))
189 189  
445 +(((
190 190  DI2 level
191 -)))|(% style="width:105px" %)DI2TODO2|(% style="width:106px" %)DI2TORO2
447 +)))
448 +)))|(% style="width:105px" %)(((
449 +DI2TODO2
450 +)))|(% style="width:106px" %)(((
451 +DI2TORO2
452 +)))
192 192  
454 +(((
193 193  (% style="color:#037691" %)**The first byte**(%%)**:**  00 is the broadcast address, 01-08 is the RX group number.
456 +)))
194 194  
458 +(((
195 195  (% style="color:#037691" %)**The second byte**(%%)**:**  send mapping request when not 0, not request when it is 0.
460 +)))
196 196  
462 +(((
197 197  (% style="color:#037691" %)**The third byte**(%%)**:**  ACK returned to the sender after the mapping is completed.
464 +)))
198 198  
199 199  (((
467 +(((
200 200  (% 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.
201 201  )))
470 +)))
202 202  
472 +(((
203 203  (% style="color:#037691" %)**The Fifth byte**(%%)**:       **DI1TODO1 when the interrupt is triggered, 0 when the interrupt is not triggered.
474 +)))
204 204  
476 +(((
205 205  (% style="color:#037691" %)**The Sixth byte**(%%)**:**  0 does not trigger interrupt when DI1TORO1 interrupt is triggered.
478 +)))
206 206  
207 207  (((
481 +(((
208 208  (% 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.
209 209  )))
484 +)))
210 210  
486 +(((
211 211  (% style="color:#037691" %)**The 8th byte**(%%)**:          **DI2TODO2 when the interrupt is triggered, 0 when the interrupt is not triggered.
488 +)))
212 212  
490 +(((
213 213  (% style="color:#037691" %)**The 9th byte**(%%)**:**  DI2TORO2 when an interrupt is triggered, 0 when an interrupt is not triggered.
492 +)))
214 214  
215 215  
1654152390874-192.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +287.9 KB
Content
image-20220602144747-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +36.9 KB
Content
image-20220602144747-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +21.9 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0