<
From version < 111.1 >
edited by Edwin Chen
on 2022/10/10 19:36
To version < 108.9 >
edited by Xiaoling
on 2022/07/23 14:21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.Xiaoling
Content
... ... @@ -141,6 +141,7 @@
141 141  1. LoRaWAN Gateway model: [[LIG16>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/171-lig16.html]], [[LG308>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/140-lg308.html]], [[DLOS8>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/160-dlos8.html]] ,[[LPS8>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/148-lps8.html]]
142 142  1. Firmware version since :[[lgw~~-~~-build-v5.4.1651822913>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/LPS8/Firmware/Test_Firmware/lgw--build-v5.4.1651822913-20220506-1543/]]
143 143  
144 +
144 144  (% style="color:blue" %)**How to set up chirpStack Basic Station**
145 145  
146 146  Users can check out the ChirpStack Basic Station [[link>>https://www.chirpstack.io/gateway-bridge/backends/basic-station/]] and [[forum>>https://forum.chirpstack.io/search?q=basic%20station]]
... ... @@ -184,7 +184,7 @@
184 184  == 3.4  Start Station ==
185 185  
186 186  
187 -When the user has finished the configuration, Please click **Sace&Apply** to start station to connect ChirpStack.
188 +When the user has finished the configuration, Please click Sace&Apply to start station to connect ChirpStack
188 188  
189 189  
190 190  == 3.5  Successful Connection ==
... ... @@ -210,27 +210,11 @@
210 210  
211 211  
212 212  
213 -= 4.  Downlink =
214 += 4. Downlink =
214 214  
215 -(% class="wikigeneratedid" %)
216 -== 4.1 Convert HEX to Base64 ==
216 +== 4.1 Chirpstack Downlink Note ==
217 217  
218 -(% style="color:red" %)**Note: Chirpstack uses base64 to downlink, the end node user manual provides HEX format of the downlink commands. So user needs to convert the HEX to Base64.**
219 219  
220 -[[Online HEX to Base64 Converter>>https://base64.guru/converter/encode/hex]]:
221 -
222 -[[image:image-20221010193350-1.png]]
223 -
224 -
225 -[[Online Base64 to Hex converter>>https://base64.guru/converter/decode/hex]]
226 -
227 -[[image:image-20221010193621-2.png]]
228 -
229 -
230 -
231 -== 4.2  Chirpstack Downlink Note ==
232 -
233 -
234 234  [[image:image-20220601102543-2.png]]
235 235  
236 236  Convert the data to Base64
... ... @@ -247,7 +247,7 @@
247 247  
248 248  
249 249  
250 -== 4.3  Loraserver Downlink Note ==
235 +== 4.2  Loraserver Downlink Note ==
251 251  
252 252  
253 253  User can use MQTT to send downlink payload to ChirpStack to perform downstream to LoRaWAN End
... ... @@ -297,8 +297,18 @@
297 297  MQTT Connect to ChirpStack
298 298  
299 299  
300 -If we want to send downstream hex 030101 to end node, the BASE64 payload is AwEB
285 +(((
286 +(% 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/]]**
287 +)))
301 301  
289 +[[image:image-20220531173601-13.png]]
290 +
291 +Choose to Use Hex for Encode
292 +
293 +
294 +
295 +If we want send downstream hex 030101 to end node, the BASE64 payload is AwEB
296 +
302 302  [[image:image-20220531173658-14.png]]
303 303  
304 304  
... ... @@ -433,7 +433,7 @@
433 433  
434 434  
435 435  (((
436 -(% style="color:blue" %)**1.  Install the GO compilation environment: Download the corresponding version of the Go compiler at [[https:~~/~~/go.dev/dl/>>url:https://go.dev/dl/]] and install it.**
431 +(% style="color:blue" %)**1. Install the GO compilation environment: Download the corresponding version of the Go compiler at [[https:~~/~~/go.dev/dl/>>url:https://go.dev/dl/]] and install it.**
437 437  
438 438  
439 439  )))
... ... @@ -448,7 +448,7 @@
448 448  
449 449  
450 450  (((
451 -(% style="color:blue" %)**2.  Environment variable settings:**
446 +(% style="color:blue" %)**2. Environment variable settings:**
452 452  )))
453 453  
454 454  (((
... ... @@ -473,7 +473,7 @@
473 473  
474 474  
475 475  
476 -(% style="color:blue" %)**3.  Modify the ADR configuration file according to your own needs, adr.setting.go is an example of the ADR configuration file.**
471 +(% style="color:blue" %)**3. Modify the ADR configuration file according to your own needs, adr.setting.go is an example of the ADR configuration file.**
477 477  
478 478  The name of the plugin: Example ADR plugin:
479 479  
... ... @@ -485,7 +485,7 @@
485 485  
486 486  
487 487  
488 -(% style="color:blue" %)**4.  Compile the ADR configuration file and generate the exe file.**
483 +(% style="color:blue" %)**4. Compile the ADR configuration file and generate the exe file.**
489 489  
490 490  1) Create a folder named adr-setting
491 491  
... ... @@ -511,7 +511,7 @@
511 511  
512 512  
513 513  
514 -(% style="color:blue" %)**5.  Add the plugin and run the plugin.**
509 +(% style="color:blue" %)**5. Add the plugin and run the plugin.**
515 515  
516 516  (((
517 517  The exe file generated in the previous step is placed in the same root directory as chirpstack-network-server.toml, and the ADR plugin is added to the toml file. The location of the addition is as follows:
... ... @@ -549,9 +549,9 @@
549 549  
550 550  
551 551  
552 -= 6.  Trouble Shooting =
547 += 6. Trouble Shooting =
553 553  
554 -== 6.1  MIC Mismatch or MIC Failed ==
549 +== 6.1 MIC Mismatch or MIC Failed ==
555 555  
556 556  
557 557  (((
image-20221010193350-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -42.7 KB
Content
image-20221010193621-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -34.2 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0