<
From version < 18.3 >
edited by Xiaoling
on 2022/07/22 11:58
To version < 19.1 >
edited by Xiaoye
on 2022/08/02 11:54
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Xiaoye
Content
... ... @@ -22,7 +22,6 @@
22 22  
23 23  
24 24  
25 -
26 26  = 2. How it works =
27 27  
28 28  
... ... @@ -51,6 +51,7 @@
51 51  Input the ABP keys in LG308
52 52  
53 53  
53 +
54 54  == 2.1 Upstream ==
55 55  
56 56  
... ... @@ -79,6 +79,7 @@
79 79  * **SNR**: 3030 3030 3030 3546 = 0x0000 005F = 95, need to divide 10 so SNR is 9.5
80 80  * **Payload**: 0xcc0c 0b63 0266 017f ff7f ff00
81 81  
82 +
82 82  (% class="box" %)
83 83  (((
84 84  (% style="color:red" %)**Notice 1**(%%): The data file stored in LG308 for the end node is bin file. If the end node sends ASCII string to gateway, the output will as below:
... ... @@ -89,6 +89,7 @@
89 89  000001c
90 90  )))
91 91  
93 +
92 92  (% class="box" %)
93 93  (((
94 94  (% style="color:red" %)**Notice 2**(%%): The upstream payload length should match the LoRaWAN length requirement (max length depends on Frequency and DR), otherwise the gateway can't decode the payload.
... ... @@ -95,6 +95,7 @@
95 95  )))
96 96  
97 97  
100 +
98 98  === 2.2.1 Decode Method ===
99 99  
100 100  
... ... @@ -163,6 +163,7 @@
163 163  * User can use other language ,not limited to Lua, just make sure the return is what you want to send.
164 164  
165 165  
169 +
166 166  == 2.2 Downstream ==
167 167  
168 168  
... ... @@ -194,13 +194,11 @@
194 194  * **Frequency:** Transmit Frequency: example: 923300000
195 195  * **rxwindow:** transmit on Rx1Window or Rx2Window.
196 196  
197 -
198 198  (% style="color:blue" %)**Completely exmaple:**
199 199  
200 200  * **Old version:** echo 018193F4,imme,hex,0101 > /var/iot/push/test
201 201  * **New version:** echo 018193F4,imme,hex,0101,20,1,SF12,923300000,2 > /var/iot/push/test
202 202  
203 -
204 204  (% style="color:#037691" %)**Downstream Frequency**
205 205  
206 206  The LG308 will use the RX2 window info to send the downstream payload, use the default LoRaWAN settings, as below:
... ... @@ -214,7 +214,6 @@
214 214  * IN865: 866.55Mhz, SF10 BW125
215 215  * RU864: 869.1Mhz, SF12 BW125
216 216  
217 -
218 218  (% style="color:#037691" %)**Examples:**
219 219  
220 220  (% class="box" %)
... ... @@ -263,6 +263,7 @@
263 263  )))
264 264  
265 265  
267 +
266 266  = 3. Example 1: Communicate with LT-22222-L =
267 267  
268 268  
... ... @@ -338,6 +338,7 @@
338 338  Output from LPS8
339 339  
340 340  
343 +
341 341  = 4. Example 2: Communicate to TCP Server =
342 342  
343 343  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0