<
From version < 86.12 >
edited by Xiaoling
on 2022/05/30 15:28
To version < 92.2 >
edited by Xiaoling
on 2022/05/31 17:22
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -49,7 +49,7 @@
49 49  
50 50  If the user cannot add network-Servers, re-check the ChirpStack code or the server building process.
51 51  
52 -[[image:image-20220525100158-2.png]]
52 +[[image:image-20220531171609-1.png]]
53 53  
54 54  Add the Network-servers
55 55  
... ... @@ -56,7 +56,7 @@
56 56  
57 57  == 2.2 Step 2. Create Gateway-profiles ==
58 58  
59 -[[image:image-20220525100255-3.png]]
59 +[[image:image-20220531171651-2.png]]
60 60  
61 61  Create Gateway-profiles
62 62  
... ... @@ -63,10 +63,11 @@
63 63  
64 64  == 2.3 Step 3. Create Service-profiles ==
65 65  
66 -[[image:image-20220525100322-4.png]]
66 +[[image:image-20220531171809-3.png]]
67 67  
68 68  Create Service-profiles
69 69  
70 +
70 70  In Step 3. Create Service-profiles, the above parameters can be set. If necessary, you can set them by yourself. This is only an example.
71 71  
72 72  (% style="color:red" %)**Note : Before add the gateway, the user needs to complete the preceding three steps.**
... ... @@ -82,12 +82,12 @@
82 82  (% style="color:red" %)**Note : The Gateway EUI and server addresses must match the ChirpStack configuration.**
83 83  )))
84 84  
85 -[[image:image-20220525100350-5.png]](% style="display:none" %)
86 +[[image:image-20220531171923-4.png]](% style="display:none" %)
86 86  
87 87  
88 88  Add the gateway
89 89  
90 -[[image:image-20220525100417-6.png]]
91 +[[image:image-20220531172031-5.png]]
91 91  
92 92  Configure the gateway
93 93  
... ... @@ -94,7 +94,7 @@
94 94  
95 95  == 2.5 Step 5. Checking gateway Status ==
96 96  
97 -[[image:image-20220525100448-7.png]](% style="display:none" %)
98 +[[image:image-20220531172158-6.png]](% style="display:none" %)
98 98  
99 99  
100 100  gateway Status
... ... @@ -170,6 +170,7 @@
170 170  
171 171  [[image:image-20220524164514-14.png]]
172 172  
174 +
173 173  and recode the station log in the system/Recode log page.
174 174  
175 175  [[image:image-20220524164541-15.png]]
... ... @@ -183,14 +183,17 @@
183 183  
184 184  Convert the data to Base64
185 185  
188 +
186 186  [[image:image-20220526090748-4.png]]
187 187  
188 188  Check ChripStack downlink DataRate
189 189  
193 +
190 190  [[image:image-20220525101326-11.png]]
191 191  
192 192  Make sure the RX2DR is the same in the end node
193 193  
198 +
194 194  == 4.2 Loraserver Downlink Note ==
195 195  
196 196  User can use MQTT to send downlink payload to ChirpStack to perform downstream to LoRaWAN End
... ... @@ -211,6 +211,8 @@
211 211  
212 212  (((
213 213  MQTT Connect to ChirpStack
219 +
220 +
214 214  )))
215 215  
216 216  (((
... ... @@ -236,6 +236,7 @@
236 236  
237 237  MQTT Connect to ChirpStack
238 238  
246 +
239 239  (((
240 240  (% 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/]]
241 241  )))
... ... @@ -244,6 +244,7 @@
244 244  
245 245  Choose to Use Hex for Encode
246 246  
255 +
247 247  If we want send downstream hex 030101 to end node, the BASE64 payload is AwEB
248 248  
249 249  [[image:image-20220525104025-15.png]]
... ... @@ -309,6 +309,7 @@
309 309   AwAA is 0x030000's base 64 Encode.
310 310  )))
311 311  
321 +
312 312  == 4.3 Add the decode function in Chirpstack for the payload ==
313 313  
314 314  User enters the payload code according to the steps.
... ... @@ -322,6 +322,7 @@
322 322  
323 323  [[image:image-20220526091801-6.png]]
324 324  
335 +
325 325  = 5. Multiply Uplink in ChirpStack =
326 326  
327 327  (((
... ... @@ -350,10 +350,12 @@
350 350  
351 351  [[image:image-20220525104437-22.png]]
352 352  
364 +
353 353  Duplicate transmission in short time
354 354  
355 355  [[image:image-20220525104502-23.png]]
356 356  
369 +
357 357  == 5.1 Solution ==
358 358  
359 359  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]]
... ... @@ -364,10 +364,12 @@
364 364  
365 365  [[image:image-20220525104532-24.png]]
366 366  
380 +
367 367  installation path:
368 368  
369 369  [[image:image-20220525104554-25.png]]
370 370  
385 +
371 371  (((
372 372  2. Environment variable settings:.
373 373  )))
... ... @@ -382,6 +382,7 @@
382 382  
383 383  [[image:image-20220524165433-33.png]]
384 384  
400 +
385 385  3)Modify the system variable Path and add C:\Go\bin\:
386 386  
387 387  [[image:image-20220524165452-34.png]]
... ... @@ -390,6 +390,7 @@
390 390  
391 391  [[image:image-20220524165517-35.png]]
392 392  
409 +
393 393  3. Modify the ADR configuration file according to your own needs, adr.setting.go is an example of the ADR configuration file.
394 394  
395 395  The name of the plugin: Example ADR plugin:
... ... @@ -400,6 +400,7 @@
400 400  
401 401  [[image:image-20220524165557-37.png]]
402 402  
420 +
403 403  4. Compile the ADR configuration file and generate the exe file.
404 404  
405 405  1) Create a folder named adr-setting
... ... @@ -424,6 +424,7 @@
424 424  
425 425  [[image:image-20220524165623-38.png]]
426 426  
445 +
427 427  5. Add the plugin and run the plugin.
428 428  
429 429  (((
... ... @@ -460,6 +460,7 @@
460 460  
461 461  Finish.
462 462  
482 +
463 463  = 6. Trouble Shooting =
464 464  
465 465  == 6.1 MIC Mismatch or MIC Failed ==
image-20220531171609-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +79.4 KB
Content
image-20220531171651-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +86.3 KB
Content
image-20220531171809-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +126.4 KB
Content
image-20220531171923-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +113.1 KB
Content
image-20220531172031-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +62.4 KB
Content
image-20220531172158-6.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +108.7 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0