<
From version < 86.18 >
edited by Xiaoling
on 2022/05/30 15:30
To version < 95.2 >
edited by Xiaoling
on 2022/05/31 17:28
>
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,12 +94,12 @@
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
101 101  
102 -[[image:image-20220526090446-3.png||height="653" width="1218"]]
103 +[[image:image-20220531172304-7.png]]
103 103  
104 104  gateway Status
105 105  
... ... @@ -106,7 +106,7 @@
106 106  
107 107  = 3. Gateway Registration for Basics Station =
108 108  
109 -== Introduction ==
110 +== 3.1 Introduction ==
110 110  
111 111  The [[Semtech Basic Station>>url:https://doc.sm.tc/station/]] backend implements the [[LNS protocol>>url:https://doc.sm.tc/station/tcproto.html]]. It exposes a WebSocket handler to which Basic Station powered gateways can connect.
112 112  
... ... @@ -126,12 +126,12 @@
126 126  A gateway that can access the internet normally
127 127  
128 128  
129 -== 3.1 Add Gateway ==
130 +== 3.2 Add Gateway ==
130 130  
131 131  [[image:image-20220524164205-10.png]]
132 132  
133 133  
134 -== 3.2 Access the gateway GUI ==
135 +== 3.3 Access the gateway GUI ==
135 135  
136 136  Access the gateway GUI interface of LoRaWAN~-~->LoRaWAN ~-~- Basic Station
137 137  
... ... @@ -152,12 +152,12 @@
152 152  [[image:image-20220524164341-12.png]]
153 153  
154 154  
155 -== 3.3 Start Station ==
156 +== 3.4 Start Station ==
156 156  
157 157  When the user has finished the configuration, Please click Sace&Apply to start station to connect ChirpStack
158 158  
159 159  
160 -== 3.Successful Connection ==
161 +== 3.5 Successful Connection ==
161 161  
162 162  If user completes the above steps, which will see live date in the ChirpStack.
163 163  
... ... @@ -164,16 +164,16 @@
164 164  [[image:image-20220524164448-13.png]]
165 165  
166 166  
167 -== 3.5 Trouble Shooting ==
168 +== 3.6 Trouble Shooting ==
168 168  
169 169  User can check the station log in the logread/system log page.
170 170  
171 -[[image:image-20220524164514-14.png]]
172 +[[image:image-20220531172837-8.png]]
172 172  
173 173  
174 174  and recode the station log in the system/Recode log page.
175 175  
176 -[[image:image-20220524164541-15.png]]
177 +[[image:image-20220531172857-9.png]]
177 177  
178 178  
179 179  = 4. Downlink =
... ... @@ -251,6 +251,7 @@
251 251  
252 252  Choose to Use Hex for Encode
253 253  
255 +
254 254  If we want send downstream hex 030101 to end node, the BASE64 payload is AwEB
255 255  
256 256  [[image:image-20220525104025-15.png]]
... ... @@ -316,6 +316,7 @@
316 316   AwAA is 0x030000's base 64 Encode.
317 317  )))
318 318  
321 +
319 319  == 4.3 Add the decode function in Chirpstack for the payload ==
320 320  
321 321  User enters the payload code according to the steps.
... ... @@ -329,6 +329,7 @@
329 329  
330 330  [[image:image-20220526091801-6.png]]
331 331  
335 +
332 332  = 5. Multiply Uplink in ChirpStack =
333 333  
334 334  (((
... ... @@ -357,10 +357,12 @@
357 357  
358 358  [[image:image-20220525104437-22.png]]
359 359  
364 +
360 360  Duplicate transmission in short time
361 361  
362 362  [[image:image-20220525104502-23.png]]
363 363  
369 +
364 364  == 5.1 Solution ==
365 365  
366 366  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]]
... ... @@ -371,10 +371,12 @@
371 371  
372 372  [[image:image-20220525104532-24.png]]
373 373  
380 +
374 374  installation path:
375 375  
376 376  [[image:image-20220525104554-25.png]]
377 377  
385 +
378 378  (((
379 379  2. Environment variable settings:.
380 380  )))
... ... @@ -389,6 +389,7 @@
389 389  
390 390  [[image:image-20220524165433-33.png]]
391 391  
400 +
392 392  3)Modify the system variable Path and add C:\Go\bin\:
393 393  
394 394  [[image:image-20220524165452-34.png]]
... ... @@ -397,6 +397,7 @@
397 397  
398 398  [[image:image-20220524165517-35.png]]
399 399  
409 +
400 400  3. Modify the ADR configuration file according to your own needs, adr.setting.go is an example of the ADR configuration file.
401 401  
402 402  The name of the plugin: Example ADR plugin:
... ... @@ -407,6 +407,7 @@
407 407  
408 408  [[image:image-20220524165557-37.png]]
409 409  
420 +
410 410  4. Compile the ADR configuration file and generate the exe file.
411 411  
412 412  1) Create a folder named adr-setting
... ... @@ -431,6 +431,7 @@
431 431  
432 432  [[image:image-20220524165623-38.png]]
433 433  
445 +
434 434  5. Add the plugin and run the plugin.
435 435  
436 436  (((
... ... @@ -467,6 +467,7 @@
467 467  
468 468  Finish.
469 469  
482 +
470 470  = 6. Trouble Shooting =
471 471  
472 472  == 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
image-20220531172304-7.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +162.5 KB
Content
image-20220531172837-8.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +67.9 KB
Content
image-20220531172857-9.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +36.6 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0