<
From version < 86.7 >
edited by Xiaoling
on 2022/05/30 15:26
To version < 92.1 >
edited by Xiaoling
on 2022/05/31 17:21
>
Change comment: Uploaded new attachment "image-20220531172158-6.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,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  
... ... @@ -130,6 +130,7 @@
130 130  
131 131  [[image:image-20220524164205-10.png]]
132 132  
134 +
133 133  == 3.2 Access the gateway GUI ==
134 134  
135 135  Access the gateway GUI interface of LoRaWAN~-~->LoRaWAN ~-~- Basic Station
... ... @@ -150,10 +150,12 @@
150 150  (% class="wikigeneratedid" %)
151 151  [[image:image-20220524164341-12.png]]
152 152  
155 +
153 153  == 3.3 Start Station ==
154 154  
155 155  When the user has finished the configuration, Please click Sace&Apply to start station to connect ChirpStack
156 156  
160 +
157 157  == 3.4 Successful Connection ==
158 158  
159 159  If user completes the above steps, which will see live date in the ChirpStack.
... ... @@ -160,6 +160,7 @@
160 160  
161 161  [[image:image-20220524164448-13.png]]
162 162  
167 +
163 163  == 3.5 Trouble Shooting ==
164 164  
165 165  User can check the station log in the logread/system log page.
... ... @@ -166,10 +166,12 @@
166 166  
167 167  [[image:image-20220524164514-14.png]]
168 168  
174 +
169 169  and recode the station log in the system/Recode log page.
170 170  
171 171  [[image:image-20220524164541-15.png]]
172 172  
179 +
173 173  = 4. Downlink =
174 174  
175 175  == 4.1 Chirpstack Downlink Note ==
... ... @@ -178,14 +178,17 @@
178 178  
179 179  Convert the data to Base64
180 180  
188 +
181 181  [[image:image-20220526090748-4.png]]
182 182  
183 183  Check ChripStack downlink DataRate
184 184  
193 +
185 185  [[image:image-20220525101326-11.png]]
186 186  
187 187  Make sure the RX2DR is the same in the end node
188 188  
198 +
189 189  == 4.2 Loraserver Downlink Note ==
190 190  
191 191  User can use MQTT to send downlink payload to ChirpStack to perform downstream to LoRaWAN End
... ... @@ -206,6 +206,8 @@
206 206  
207 207  (((
208 208  MQTT Connect to ChirpStack
219 +
220 +
209 209  )))
210 210  
211 211  (((
... ... @@ -231,6 +231,7 @@
231 231  
232 232  MQTT Connect to ChirpStack
233 233  
246 +
234 234  (((
235 235  (% 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/]]
236 236  )))
... ... @@ -239,6 +239,7 @@
239 239  
240 240  Choose to Use Hex for Encode
241 241  
255 +
242 242  If we want send downstream hex 030101 to end node, the BASE64 payload is AwEB
243 243  
244 244  [[image:image-20220525104025-15.png]]
... ... @@ -304,6 +304,7 @@
304 304   AwAA is 0x030000's base 64 Encode.
305 305  )))
306 306  
321 +
307 307  == 4.3 Add the decode function in Chirpstack for the payload ==
308 308  
309 309  User enters the payload code according to the steps.
... ... @@ -317,6 +317,7 @@
317 317  
318 318  [[image:image-20220526091801-6.png]]
319 319  
335 +
320 320  = 5. Multiply Uplink in ChirpStack =
321 321  
322 322  (((
... ... @@ -345,10 +345,12 @@
345 345  
346 346  [[image:image-20220525104437-22.png]]
347 347  
364 +
348 348  Duplicate transmission in short time
349 349  
350 350  [[image:image-20220525104502-23.png]]
351 351  
369 +
352 352  == 5.1 Solution ==
353 353  
354 354  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]]
... ... @@ -359,10 +359,12 @@
359 359  
360 360  [[image:image-20220525104532-24.png]]
361 361  
380 +
362 362  installation path:
363 363  
364 364  [[image:image-20220525104554-25.png]]
365 365  
385 +
366 366  (((
367 367  2. Environment variable settings:.
368 368  )))
... ... @@ -377,6 +377,7 @@
377 377  
378 378  [[image:image-20220524165433-33.png]]
379 379  
400 +
380 380  3)Modify the system variable Path and add C:\Go\bin\:
381 381  
382 382  [[image:image-20220524165452-34.png]]
... ... @@ -385,6 +385,7 @@
385 385  
386 386  [[image:image-20220524165517-35.png]]
387 387  
409 +
388 388  3. Modify the ADR configuration file according to your own needs, adr.setting.go is an example of the ADR configuration file.
389 389  
390 390  The name of the plugin: Example ADR plugin:
... ... @@ -395,6 +395,7 @@
395 395  
396 396  [[image:image-20220524165557-37.png]]
397 397  
420 +
398 398  4. Compile the ADR configuration file and generate the exe file.
399 399  
400 400  1) Create a folder named adr-setting
... ... @@ -419,6 +419,7 @@
419 419  
420 420  [[image:image-20220524165623-38.png]]
421 421  
445 +
422 422  5. Add the plugin and run the plugin.
423 423  
424 424  (((
... ... @@ -455,6 +455,7 @@
455 455  
456 456  Finish.
457 457  
482 +
458 458  = 6. Trouble Shooting =
459 459  
460 460  == 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