<
From version < 86.11 >
edited by Xiaoling
on 2022/05/30 15:28
To version < 91.1 >
edited by Xiaoling
on 2022/05/31 17:20
>
Change comment: Uploaded new attachment "image-20220531172031-5.png", version {1}

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,7 +82,7 @@
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
... ... @@ -170,10 +170,12 @@
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]]
176 176  
179 +
177 177  = 4. Downlink =
178 178  
179 179  == 4.1 Chirpstack Downlink Note ==
... ... @@ -182,14 +182,17 @@
182 182  
183 183  Convert the data to Base64
184 184  
188 +
185 185  [[image:image-20220526090748-4.png]]
186 186  
187 187  Check ChripStack downlink DataRate
188 188  
193 +
189 189  [[image:image-20220525101326-11.png]]
190 190  
191 191  Make sure the RX2DR is the same in the end node
192 192  
198 +
193 193  == 4.2 Loraserver Downlink Note ==
194 194  
195 195  User can use MQTT to send downlink payload to ChirpStack to perform downstream to LoRaWAN End
... ... @@ -210,6 +210,8 @@
210 210  
211 211  (((
212 212  MQTT Connect to ChirpStack
219 +
220 +
213 213  )))
214 214  
215 215  (((
... ... @@ -235,6 +235,7 @@
235 235  
236 236  MQTT Connect to ChirpStack
237 237  
246 +
238 238  (((
239 239  (% 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/]]
240 240  )))
... ... @@ -243,6 +243,7 @@
243 243  
244 244  Choose to Use Hex for Encode
245 245  
255 +
246 246  If we want send downstream hex 030101 to end node, the BASE64 payload is AwEB
247 247  
248 248  [[image:image-20220525104025-15.png]]
... ... @@ -308,6 +308,7 @@
308 308   AwAA is 0x030000's base 64 Encode.
309 309  )))
310 310  
321 +
311 311  == 4.3 Add the decode function in Chirpstack for the payload ==
312 312  
313 313  User enters the payload code according to the steps.
... ... @@ -321,6 +321,7 @@
321 321  
322 322  [[image:image-20220526091801-6.png]]
323 323  
335 +
324 324  = 5. Multiply Uplink in ChirpStack =
325 325  
326 326  (((
... ... @@ -349,10 +349,12 @@
349 349  
350 350  [[image:image-20220525104437-22.png]]
351 351  
364 +
352 352  Duplicate transmission in short time
353 353  
354 354  [[image:image-20220525104502-23.png]]
355 355  
369 +
356 356  == 5.1 Solution ==
357 357  
358 358  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]]
... ... @@ -363,10 +363,12 @@
363 363  
364 364  [[image:image-20220525104532-24.png]]
365 365  
380 +
366 366  installation path:
367 367  
368 368  [[image:image-20220525104554-25.png]]
369 369  
385 +
370 370  (((
371 371  2. Environment variable settings:.
372 372  )))
... ... @@ -381,6 +381,7 @@
381 381  
382 382  [[image:image-20220524165433-33.png]]
383 383  
400 +
384 384  3)Modify the system variable Path and add C:\Go\bin\:
385 385  
386 386  [[image:image-20220524165452-34.png]]
... ... @@ -389,6 +389,7 @@
389 389  
390 390  [[image:image-20220524165517-35.png]]
391 391  
409 +
392 392  3. Modify the ADR configuration file according to your own needs, adr.setting.go is an example of the ADR configuration file.
393 393  
394 394  The name of the plugin: Example ADR plugin:
... ... @@ -399,6 +399,7 @@
399 399  
400 400  [[image:image-20220524165557-37.png]]
401 401  
420 +
402 402  4. Compile the ADR configuration file and generate the exe file.
403 403  
404 404  1) Create a folder named adr-setting
... ... @@ -423,6 +423,7 @@
423 423  
424 424  [[image:image-20220524165623-38.png]]
425 425  
445 +
426 426  5. Add the plugin and run the plugin.
427 427  
428 428  (((
... ... @@ -459,6 +459,7 @@
459 459  
460 460  Finish.
461 461  
482 +
462 462  = 6. Trouble Shooting =
463 463  
464 464  == 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
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0