<
From version < 86.10 >
edited by Xiaoling
on 2022/05/30 15:28
To version < 91.2 >
edited by Xiaoling
on 2022/05/31 17:20
>
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  
... ... @@ -163,6 +163,7 @@
163 163  
164 164  [[image:image-20220524164448-13.png]]
165 165  
167 +
166 166  == 3.5 Trouble Shooting ==
167 167  
168 168  User can check the station log in the logread/system log page.
... ... @@ -169,10 +169,12 @@
169 169  
170 170  [[image:image-20220524164514-14.png]]
171 171  
174 +
172 172  and recode the station log in the system/Recode log page.
173 173  
174 174  [[image:image-20220524164541-15.png]]
175 175  
179 +
176 176  = 4. Downlink =
177 177  
178 178  == 4.1 Chirpstack Downlink Note ==
... ... @@ -181,14 +181,17 @@
181 181  
182 182  Convert the data to Base64
183 183  
188 +
184 184  [[image:image-20220526090748-4.png]]
185 185  
186 186  Check ChripStack downlink DataRate
187 187  
193 +
188 188  [[image:image-20220525101326-11.png]]
189 189  
190 190  Make sure the RX2DR is the same in the end node
191 191  
198 +
192 192  == 4.2 Loraserver Downlink Note ==
193 193  
194 194  User can use MQTT to send downlink payload to ChirpStack to perform downstream to LoRaWAN End
... ... @@ -209,6 +209,8 @@
209 209  
210 210  (((
211 211  MQTT Connect to ChirpStack
219 +
220 +
212 212  )))
213 213  
214 214  (((
... ... @@ -234,6 +234,7 @@
234 234  
235 235  MQTT Connect to ChirpStack
236 236  
246 +
237 237  (((
238 238  (% 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/]]
239 239  )))
... ... @@ -242,6 +242,7 @@
242 242  
243 243  Choose to Use Hex for Encode
244 244  
255 +
245 245  If we want send downstream hex 030101 to end node, the BASE64 payload is AwEB
246 246  
247 247  [[image:image-20220525104025-15.png]]
... ... @@ -307,6 +307,7 @@
307 307   AwAA is 0x030000's base 64 Encode.
308 308  )))
309 309  
321 +
310 310  == 4.3 Add the decode function in Chirpstack for the payload ==
311 311  
312 312  User enters the payload code according to the steps.
... ... @@ -320,6 +320,7 @@
320 320  
321 321  [[image:image-20220526091801-6.png]]
322 322  
335 +
323 323  = 5. Multiply Uplink in ChirpStack =
324 324  
325 325  (((
... ... @@ -348,10 +348,12 @@
348 348  
349 349  [[image:image-20220525104437-22.png]]
350 350  
364 +
351 351  Duplicate transmission in short time
352 352  
353 353  [[image:image-20220525104502-23.png]]
354 354  
369 +
355 355  == 5.1 Solution ==
356 356  
357 357  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]]
... ... @@ -362,10 +362,12 @@
362 362  
363 363  [[image:image-20220525104532-24.png]]
364 364  
380 +
365 365  installation path:
366 366  
367 367  [[image:image-20220525104554-25.png]]
368 368  
385 +
369 369  (((
370 370  2. Environment variable settings:.
371 371  )))
... ... @@ -380,6 +380,7 @@
380 380  
381 381  [[image:image-20220524165433-33.png]]
382 382  
400 +
383 383  3)Modify the system variable Path and add C:\Go\bin\:
384 384  
385 385  [[image:image-20220524165452-34.png]]
... ... @@ -388,6 +388,7 @@
388 388  
389 389  [[image:image-20220524165517-35.png]]
390 390  
409 +
391 391  3. Modify the ADR configuration file according to your own needs, adr.setting.go is an example of the ADR configuration file.
392 392  
393 393  The name of the plugin: Example ADR plugin:
... ... @@ -398,6 +398,7 @@
398 398  
399 399  [[image:image-20220524165557-37.png]]
400 400  
420 +
401 401  4. Compile the ADR configuration file and generate the exe file.
402 402  
403 403  1) Create a folder named adr-setting
... ... @@ -422,6 +422,7 @@
422 422  
423 423  [[image:image-20220524165623-38.png]]
424 424  
445 +
425 425  5. Add the plugin and run the plugin.
426 426  
427 427  (((
... ... @@ -458,6 +458,7 @@
458 458  
459 459  Finish.
460 460  
482 +
461 461  = 6. Trouble Shooting =
462 462  
463 463  == 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