<
From version < 86.5 >
edited by Xiaoling
on 2022/05/30 15:25
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
... ... @@ -103,6 +103,7 @@
103 103  
104 104  gateway Status
105 105  
107 +
106 106  = 3. Gateway Registration for Basics Station =
107 107  
108 108  == Introduction ==
... ... @@ -124,10 +124,12 @@
124 124  
125 125  A gateway that can access the internet normally
126 126  
129 +
127 127  == 3.1 Add Gateway ==
128 128  
129 129  [[image:image-20220524164205-10.png]]
130 130  
134 +
131 131  == 3.2 Access the gateway GUI ==
132 132  
133 133  Access the gateway GUI interface of LoRaWAN~-~->LoRaWAN ~-~- Basic Station
... ... @@ -148,10 +148,12 @@
148 148  (% class="wikigeneratedid" %)
149 149  [[image:image-20220524164341-12.png]]
150 150  
155 +
151 151  == 3.3 Start Station ==
152 152  
153 153  When the user has finished the configuration, Please click Sace&Apply to start station to connect ChirpStack
154 154  
160 +
155 155  == 3.4 Successful Connection ==
156 156  
157 157  If user completes the above steps, which will see live date in the ChirpStack.
... ... @@ -158,6 +158,7 @@
158 158  
159 159  [[image:image-20220524164448-13.png]]
160 160  
167 +
161 161  == 3.5 Trouble Shooting ==
162 162  
163 163  User can check the station log in the logread/system log page.
... ... @@ -164,10 +164,12 @@
164 164  
165 165  [[image:image-20220524164514-14.png]]
166 166  
174 +
167 167  and recode the station log in the system/Recode log page.
168 168  
169 169  [[image:image-20220524164541-15.png]]
170 170  
179 +
171 171  = 4. Downlink =
172 172  
173 173  == 4.1 Chirpstack Downlink Note ==
... ... @@ -176,14 +176,17 @@
176 176  
177 177  Convert the data to Base64
178 178  
188 +
179 179  [[image:image-20220526090748-4.png]]
180 180  
181 181  Check ChripStack downlink DataRate
182 182  
193 +
183 183  [[image:image-20220525101326-11.png]]
184 184  
185 185  Make sure the RX2DR is the same in the end node
186 186  
198 +
187 187  == 4.2 Loraserver Downlink Note ==
188 188  
189 189  User can use MQTT to send downlink payload to ChirpStack to perform downstream to LoRaWAN End
... ... @@ -204,6 +204,8 @@
204 204  
205 205  (((
206 206  MQTT Connect to ChirpStack
219 +
220 +
207 207  )))
208 208  
209 209  (((
... ... @@ -229,6 +229,7 @@
229 229  
230 230  MQTT Connect to ChirpStack
231 231  
246 +
232 232  (((
233 233  (% 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/]]
234 234  )))
... ... @@ -237,6 +237,7 @@
237 237  
238 238  Choose to Use Hex for Encode
239 239  
255 +
240 240  If we want send downstream hex 030101 to end node, the BASE64 payload is AwEB
241 241  
242 242  [[image:image-20220525104025-15.png]]
... ... @@ -302,6 +302,7 @@
302 302   AwAA is 0x030000's base 64 Encode.
303 303  )))
304 304  
321 +
305 305  == 4.3 Add the decode function in Chirpstack for the payload ==
306 306  
307 307  User enters the payload code according to the steps.
... ... @@ -315,6 +315,7 @@
315 315  
316 316  [[image:image-20220526091801-6.png]]
317 317  
335 +
318 318  = 5. Multiply Uplink in ChirpStack =
319 319  
320 320  (((
... ... @@ -343,10 +343,12 @@
343 343  
344 344  [[image:image-20220525104437-22.png]]
345 345  
364 +
346 346  Duplicate transmission in short time
347 347  
348 348  [[image:image-20220525104502-23.png]]
349 349  
369 +
350 350  == 5.1 Solution ==
351 351  
352 352  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]]
... ... @@ -357,10 +357,12 @@
357 357  
358 358  [[image:image-20220525104532-24.png]]
359 359  
380 +
360 360  installation path:
361 361  
362 362  [[image:image-20220525104554-25.png]]
363 363  
385 +
364 364  (((
365 365  2. Environment variable settings:.
366 366  )))
... ... @@ -375,6 +375,7 @@
375 375  
376 376  [[image:image-20220524165433-33.png]]
377 377  
400 +
378 378  3)Modify the system variable Path and add C:\Go\bin\:
379 379  
380 380  [[image:image-20220524165452-34.png]]
... ... @@ -383,6 +383,7 @@
383 383  
384 384  [[image:image-20220524165517-35.png]]
385 385  
409 +
386 386  3. Modify the ADR configuration file according to your own needs, adr.setting.go is an example of the ADR configuration file.
387 387  
388 388  The name of the plugin: Example ADR plugin:
... ... @@ -393,6 +393,7 @@
393 393  
394 394  [[image:image-20220524165557-37.png]]
395 395  
420 +
396 396  4. Compile the ADR configuration file and generate the exe file.
397 397  
398 398  1) Create a folder named adr-setting
... ... @@ -417,6 +417,7 @@
417 417  
418 418  [[image:image-20220524165623-38.png]]
419 419  
445 +
420 420  5. Add the plugin and run the plugin.
421 421  
422 422  (((
... ... @@ -453,6 +453,7 @@
453 453  
454 454  Finish.
455 455  
482 +
456 456  = 6. Trouble Shooting =
457 457  
458 458  == 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