Changes for page Notes for ChirpStack
Last modified by Edwin Chen on 2025/01/30 09:53
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -125,10 +125,10 @@ 125 125 126 126 127 127 128 -= 3. 128 += 3. Gateway Registration for Basics Station = 129 129 130 130 131 -== 3.1 131 +== 3.1 Introduction == 132 132 133 133 134 134 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. ... ... @@ -142,6 +142,8 @@ 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 145 + 146 + 145 145 (% style="color:blue" %)**How to set up chirpStack Basic Station** 146 146 147 147 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]] ... ... @@ -153,20 +153,17 @@ 153 153 154 154 155 155 156 -== 3.2 158 +== 3.2 Add Gateway == 157 157 158 - 159 159 [[image:image-20220524164205-10.png]] 160 160 161 161 162 -== 3.3 163 +== 3.3 Access the gateway GUI == 163 163 164 - 165 165 Access the gateway GUI interface of LoRaWAN~-~->LoRaWAN ~-~- Basic Station 166 166 167 167 [[image:image-20220524164319-11.png]] 168 168 169 - 170 170 User need to Choose the ChirpStack/Senet ~-~- Basic Station , input Server URI and Upload the TLS Certificate 171 171 172 172 (% class="box" %) ... ... @@ -182,24 +182,20 @@ 182 182 [[image:image-20220524164341-12.png]] 183 183 184 184 185 -== 3.4 184 +== 3.4 Start Station == 186 186 187 - 188 188 When the user has finished the configuration, Please click Sace&Apply to start station to connect ChirpStack 189 189 190 190 191 -== 3.5 189 +== 3.5 Successful Connection == 192 192 193 - 194 194 If user completes the above steps, which will see live date in the ChirpStack. 195 195 196 196 [[image:image-20220524164448-13.png]] 197 197 198 198 196 +== 3.6 Trouble Shooting == 199 199 200 -== 3.6 Trouble Shooting == 201 - 202 - 203 203 User can check the station log in the logread/system log page. 204 204 205 205 [[image:image-20220531172837-8.png]] ... ... @@ -210,12 +210,10 @@ 210 210 [[image:image-20220531172857-9.png]] 211 211 212 212 213 - 214 214 = 4. Downlink = 215 215 216 216 == 4.1 Chirpstack Downlink Note == 217 217 218 - 219 219 [[image:image-20220601102543-2.png]] 220 220 221 221 Convert the data to Base64 ... ... @@ -231,14 +231,12 @@ 231 231 Make sure the RX2DR is the same in the end node 232 232 233 233 227 +== 4.2 Loraserver Downlink Note == 234 234 235 -== 4.2 Loraserver Downlink Note == 236 - 237 - 238 238 User can use MQTT to send downlink payload to ChirpStack to perform downstream to LoRaWAN End 239 239 240 240 ((( 241 - **Below is examples:**232 +Below is examples: 242 242 ))) 243 243 244 244 (% class="box" %) ... ... @@ -254,12 +254,11 @@ 254 254 ((( 255 255 MQTT Connect to ChirpStack 256 256 257 - 258 258 259 259 ))) 260 260 261 261 ((( 262 - **After connect**252 +After connect 263 263 ))) 264 264 265 265 (% class="box" %) ... ... @@ -283,7 +283,7 @@ 283 283 284 284 285 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/]]**276 +(% 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 287 ))) 288 288 289 289 [[image:image-20220531173601-13.png]] ... ... @@ -291,12 +291,10 @@ 291 291 Choose to Use Hex for Encode 292 292 293 293 294 - 295 295 If we want send downstream hex 030101 to end node, the BASE64 payload is AwEB 296 296 297 297 [[image:image-20220531173658-14.png]] 298 298 299 - 300 300 ((( 301 301 Downlink payload encode javescript code: 可以在网站上运行以下Javsscript代码: 302 302 ))) ... ... @@ -359,10 +359,8 @@ 359 359 ))) 360 360 361 361 350 +== 4.3 Add the decode function in Chirpstack for the payload == 362 362 363 -== 4.3 Add the decode function in Chirpstack for the payload == 364 - 365 - 366 366 User enters the payload code according to the steps. 367 367 368 368 [[image:image-20220531173754-15.png]] ... ... @@ -376,10 +376,8 @@ 376 376 [[image:image-20220531174046-19.png]] 377 377 378 378 365 += 5. Multiply Uplink in ChirpStack = 379 379 380 -= 5. Multiply Uplink in ChirpStack = 381 - 382 - 383 383 ((( 384 384 nbtrans field is the value to determine the re-transmission time for unconfirmed uplink data. 385 385 ))) ... ... @@ -386,17 +386,12 @@ 386 386 387 387 ((( 388 388 ChirpStack will auto adjust nbtrans according to uplink rssi. [[link to source>>url:https://github.com/brocaar/chirpstack-network-server/blob/master/internal/adr/adr.go]] 389 - 390 - 391 391 ))) 392 392 393 393 [[image:image-20220526091912-7.png]] 394 394 395 - 396 396 ((( 397 397 nbtrans is a field of ADR message, in unconfirm mode, it tells end node how many time it needs to transmit for every frame. 398 - 399 - 400 400 ))) 401 401 402 402 [[image:image-20220525104359-21.png]] ... ... @@ -403,8 +403,6 @@ 403 403 404 404 ((( 405 405 Above behaviour will cause the platform shows below two cases of error: 406 - 407 - 408 408 ))) 409 409 410 410 ((( ... ... @@ -414,36 +414,29 @@ 414 414 [[image:image-20220525104437-22.png]] 415 415 416 416 417 - 418 418 Duplicate transmission in short time 419 419 420 420 [[image:image-20220601102430-1.png]] 421 421 422 422 399 +== 5.1 Solution == 423 423 424 -== 5.1 Solution == 425 - 426 - 427 427 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]] 428 428 429 - 430 430 ((( 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.** 432 - 433 - 404 +~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. 434 434 ))) 435 435 436 436 [[image:image-20220525104532-24.png]] 437 437 438 438 439 - **installation path:**410 +installation path: 440 440 441 441 [[image:image-20220525104554-25.png]] 442 442 443 443 444 - 445 445 ((( 446 - (% style="color:blue" %)**2. Environment variable settings:**416 +2. Environment variable settings:. 447 447 ))) 448 448 449 449 ((( ... ... @@ -451,13 +451,13 @@ 451 451 ))) 452 452 453 453 ((( 454 -2) 424 +2)Set the variable name GOROOT and the variable value C:\Go\ (installation directory) 455 455 ))) 456 456 457 457 [[image:image-20220524165433-33.png]] 458 458 459 459 460 -3) 430 +3)Modify the system variable Path and add C:\Go\bin\: 461 461 462 462 [[image:image-20220524165452-34.png]] 463 463 ... ... @@ -467,9 +467,8 @@ 467 467 [[image:image-20220524165517-35.png]] 468 468 469 469 440 +3. Modify the ADR configuration file according to your own needs, adr.setting.go is an example of the ADR configuration file. 470 470 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.** 472 - 473 473 The name of the plugin: Example ADR plugin: 474 474 475 475 [[image:image-20220524165540-36.png]] ... ... @@ -479,9 +479,8 @@ 479 479 [[image:image-20220524165557-37.png]] 480 480 481 481 451 +4. Compile the ADR configuration file and generate the exe file. 482 482 483 -(% style="color:blue" %)**4. Compile the ADR configuration file and generate the exe file.** 484 - 485 485 1) Create a folder named adr-setting 486 486 487 487 2) Open the adr-setting folder ... ... @@ -505,9 +505,8 @@ 505 505 [[image:image-20220524165623-38.png]] 506 506 507 507 476 +5. Add the plugin and run the plugin. 508 508 509 -(% style="color:blue" %)**5. Add the plugin and run the plugin.** 510 - 511 511 ((( 512 512 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: 513 513 ))) ... ... @@ -543,12 +543,10 @@ 543 543 Finish. 544 544 545 545 546 - 547 547 = 6. Trouble Shooting = 548 548 549 549 == 6.1 MIC Mismatch or MIC Failed == 550 550 551 - 552 552 ((( 553 553 When the device is registered or the device is working normally, the problem of MIC mismatch and MIC failed occurs. 554 554 )))