<
From version < 86.4 >
edited by Xiaoling
on 2022/05/30 15:25
To version < 86.30 >
edited by Xiaoling
on 2022/05/30 15:33
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -33,6 +33,8 @@
33 33  )))
34 34  )))
35 35  
36 +
37 +
36 36  = 2. Semtech UDP =
37 37  
38 38  == 2.1 Step 1. Add the Network-servers ==
... ... @@ -101,6 +101,7 @@
101 101  
102 102  gateway Status
103 103  
106 +
104 104  = 3. Gateway Registration for Basics Station =
105 105  
106 106  == Introduction ==
... ... @@ -122,10 +122,12 @@
122 122  
123 123  A gateway that can access the internet normally
124 124  
128 +
125 125  == 3.1 Add Gateway ==
126 126  
127 127  [[image:image-20220524164205-10.png]]
128 128  
133 +
129 129  == 3.2 Access the gateway GUI ==
130 130  
131 131  Access the gateway GUI interface of LoRaWAN~-~->LoRaWAN ~-~- Basic Station
... ... @@ -146,10 +146,12 @@
146 146  (% class="wikigeneratedid" %)
147 147  [[image:image-20220524164341-12.png]]
148 148  
154 +
149 149  == 3.3 Start Station ==
150 150  
151 151  When the user has finished the configuration, Please click Sace&Apply to start station to connect ChirpStack
152 152  
159 +
153 153  == 3.4 Successful Connection ==
154 154  
155 155  If user completes the above steps, which will see live date in the ChirpStack.
... ... @@ -156,6 +156,7 @@
156 156  
157 157  [[image:image-20220524164448-13.png]]
158 158  
166 +
159 159  == 3.5 Trouble Shooting ==
160 160  
161 161  User can check the station log in the logread/system log page.
... ... @@ -162,10 +162,12 @@
162 162  
163 163  [[image:image-20220524164514-14.png]]
164 164  
173 +
165 165  and recode the station log in the system/Recode log page.
166 166  
167 167  [[image:image-20220524164541-15.png]]
168 168  
178 +
169 169  = 4. Downlink =
170 170  
171 171  == 4.1 Chirpstack Downlink Note ==
... ... @@ -174,14 +174,17 @@
174 174  
175 175  Convert the data to Base64
176 176  
187 +
177 177  [[image:image-20220526090748-4.png]]
178 178  
179 179  Check ChripStack downlink DataRate
180 180  
192 +
181 181  [[image:image-20220525101326-11.png]]
182 182  
183 183  Make sure the RX2DR is the same in the end node
184 184  
197 +
185 185  == 4.2 Loraserver Downlink Note ==
186 186  
187 187  User can use MQTT to send downlink payload to ChirpStack to perform downstream to LoRaWAN End
... ... @@ -202,6 +202,8 @@
202 202  
203 203  (((
204 204  MQTT Connect to ChirpStack
218 +
219 +
205 205  )))
206 206  
207 207  (((
... ... @@ -227,6 +227,7 @@
227 227  
228 228  MQTT Connect to ChirpStack
229 229  
245 +
230 230  (((
231 231  (% style="color:red" %)Note: Chirpstack use base64 to downlink, so need to convert the downlink payload from HEX to base64 [[https:~~/~~/base64.us/>>url:https://base64.us/]]
232 232  )))
... ... @@ -235,6 +235,7 @@
235 235  
236 236  Choose to Use Hex for Encode
237 237  
254 +
238 238  If we want send downstream hex 030101 to end node, the BASE64 payload is AwEB
239 239  
240 240  [[image:image-20220525104025-15.png]]
... ... @@ -300,6 +300,7 @@
300 300   AwAA is 0x030000's base 64 Encode.
301 301  )))
302 302  
320 +
303 303  == 4.3 Add the decode function in Chirpstack for the payload ==
304 304  
305 305  User enters the payload code according to the steps.
... ... @@ -313,6 +313,7 @@
313 313  
314 314  [[image:image-20220526091801-6.png]]
315 315  
334 +
316 316  = 5. Multiply Uplink in ChirpStack =
317 317  
318 318  (((
... ... @@ -341,10 +341,12 @@
341 341  
342 342  [[image:image-20220525104437-22.png]]
343 343  
363 +
344 344  Duplicate transmission in short time
345 345  
346 346  [[image:image-20220525104502-23.png]]
347 347  
368 +
348 348  == 5.1 Solution ==
349 349  
350 350  This example uses the Windows version as a template, other versions can refer to this. Similiar reference: [[https:~~/~~/confluence.alitecs.de/plugins/servlet/mobile?contentId=79790102#content/view/79790102>>url:https://confluence.alitecs.de/plugins/servlet/mobile?contentId=79790102#content/view/79790102]]
... ... @@ -355,10 +355,12 @@
355 355  
356 356  [[image:image-20220525104532-24.png]]
357 357  
379 +
358 358  installation path:
359 359  
360 360  [[image:image-20220525104554-25.png]]
361 361  
384 +
362 362  (((
363 363  2. Environment variable settings:.
364 364  )))
... ... @@ -373,6 +373,7 @@
373 373  
374 374  [[image:image-20220524165433-33.png]]
375 375  
399 +
376 376  3)Modify the system variable Path and add C:\Go\bin\:
377 377  
378 378  [[image:image-20220524165452-34.png]]
... ... @@ -381,6 +381,7 @@
381 381  
382 382  [[image:image-20220524165517-35.png]]
383 383  
408 +
384 384  3. Modify the ADR configuration file according to your own needs, adr.setting.go is an example of the ADR configuration file.
385 385  
386 386  The name of the plugin: Example ADR plugin:
... ... @@ -391,6 +391,7 @@
391 391  
392 392  [[image:image-20220524165557-37.png]]
393 393  
419 +
394 394  4. Compile the ADR configuration file and generate the exe file.
395 395  
396 396  1) Create a folder named adr-setting
... ... @@ -415,6 +415,7 @@
415 415  
416 416  [[image:image-20220524165623-38.png]]
417 417  
444 +
418 418  5. Add the plugin and run the plugin.
419 419  
420 420  (((
... ... @@ -451,6 +451,7 @@
451 451  
452 452  Finish.
453 453  
481 +
454 454  = 6. Trouble Shooting =
455 455  
456 456  == 6.1 MIC Mismatch or MIC Failed ==
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0