Changes for page Notes for ChirpStack
Last modified by Kilight Cao on 2024/09/24 15:23
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 27 removed)
- image-20220525100058-1.png
- image-20220525100158-2.png
- image-20220525100255-3.png
- image-20220525100322-4.png
- image-20220525100350-5.png
- image-20220525100417-6.png
- image-20220525100448-7.png
- image-20220525100516-8.png
- image-20220525101223-9.png
- image-20220525101247-10.png
- image-20220525101326-11.png
- image-20220525101401-12.png
- image-20220525101436-13.png
- image-20220525101505-14.png
- image-20220525104025-15.png
- image-20220525104051-16.png
- image-20220525104155-17.png
- image-20220525104223-18.png
- image-20220525104258-19.png
- image-20220525104328-20.png
- image-20220525104359-21.png
- image-20220525104437-22.png
- image-20220525104502-23.png
- image-20220525104532-24.png
- image-20220525104554-25.png
- image-20220525104647-26.png
- image-20220526085155-1.png
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoling1 +XWiki.Kilight - Content
-
... ... @@ -4,10 +4,10 @@ 4 4 5 5 = 1. Introduction = 6 6 7 - (% style="color:black" %)The ChirpStack open-source LoRaWAN Network Server stack provides open-source components for LoRaWAN networks And the Chirpstack supports the users in building a private LoRaWAN Server. For more info please refer to this [[link>>url:https://www.chirpstack.io/]]7 +The ChirpStack open-source LoRaWAN Network Server stack provides open-source components for LoRaWAN networks And the Chirpstack supports the users in building a private LoRaWAN Server. For more info please refer to this [[link>>url:https://www.chirpstack.io/]] 8 8 9 9 ((( 10 -(% style="color:black" %)The dragino gateway can connect the ChirpStack server via Semtech UDP or Semtech Basic Station. 10 +(% style="color:red" %)**dragino**: (% style="color:black" %)The dragino gateway can connect the ChirpStack server via Semtech UDP or Semtech Basic Station. 11 11 ))) 12 12 13 13 **Prerequisite** ... ... @@ -14,11 +14,11 @@ 14 14 15 15 1) Have a Chirstack Server. 16 16 17 -[[image:image-2022052 5100058-1.png]]17 +[[image:image-20220524163736-2.png]] 18 18 19 + 19 19 ChirpStack home page 20 20 21 - 22 22 2) Gateway model support 23 23 24 24 (% class="box" %) ... ... @@ -44,19 +44,19 @@ 44 44 45 45 If the user cannot add network-Servers, re-check the ChirpStack code or the server building process. 46 46 47 -[[image:image-2022052 5100158-2.png]]47 +[[image:image-20220524163926-3.png]] 48 48 49 49 Add the Network-servers 50 50 51 51 == 2.2 Step 2. Create Gateway-profiles == 52 52 53 -[[image:image-2022052 5100255-3.png]]53 +[[image:image-20220524163952-4.png]] 54 54 55 55 Create Gateway-profiles 56 56 57 57 == 2.3 Step 3. Create Service-profiles == 58 58 59 -[[image:image-2022052 5100322-4.png]]59 +[[image:image-20220524164008-5.png]] 60 60 61 61 Create Service-profiles 62 62 ... ... @@ -74,21 +74,21 @@ 74 74 (% style="color:red" %)**Note : The Gateway EUI and server addresses must match the ChirpStack configuration.** 75 75 ))) 76 76 77 -[[image:image-2022052 5100350-5.png]]77 +[[image:image-20220524164029-6.png]] 78 78 79 79 Add the gateway 80 80 81 -[[image:image-2022052 5100417-6.png]]81 +[[image:image-20220524164048-7.png]] 82 82 83 83 Configure the gateway 84 84 85 85 == 2.5 Step 5. Checking gateway Status == 86 86 87 -[[image:image-2022052 5100448-7.png]]87 +[[image:image-20220524164104-8.png]] 88 88 89 89 gateway Status 90 90 91 -[[image:image-2022052 5100516-8.png]]91 +[[image:image-20220524164129-9.png]] 92 92 93 93 gateway Status 94 94 ... ... @@ -161,15 +161,15 @@ 161 161 162 162 == 4.1 Chirpstack Downlink Note == 163 163 164 -[[image:image-2022052 5101223-9.png]]164 +[[image:image-20220524164613-16.png]] 165 165 166 166 Convert the data to Base64 167 167 168 -[[image:image-2022052 5101247-10.png]]168 +[[image:image-20220524164632-17.png]] 169 169 170 170 Check ChripStack downlink DataRate 171 171 172 -[[image:image-2022052 5101326-11.png]]172 +[[image:image-20220524164724-18.png]] 173 173 174 174 Make sure the RX2DR is the same in the end node 175 175 ... ... @@ -189,7 +189,7 @@ 189 189 User name: User name Password: password 190 190 ))) 191 191 192 -[[image:image-2022052 5101401-12.png]]192 +[[image:image-20220524164806-19.png]] 193 193 194 194 ((( 195 195 MQTT Connect to ChirpStack ... ... @@ -214,7 +214,7 @@ 214 214 Payload: {"confirmed":true,"fPort":2,"data":"AwEB"} 215 215 ))) 216 216 217 -[[image:image-2022052 5101436-13.png]]217 +[[image:image-20220524164829-20.png]] 218 218 219 219 MQTT Connect to ChirpStack 220 220 ... ... @@ -222,13 +222,13 @@ 222 222 (% 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/]] 223 223 ))) 224 224 225 -[[image:image-2022052 5101505-14.png]]225 +[[image:image-20220524164849-21.png]] 226 226 227 227 Choose to Use Hex for Encode 228 228 229 229 If we want send downstream hex 030101 to end node, the BASE64 payload is AwEB 230 230 231 -[[image:image-2022052 5104025-15.png]]231 +[[image:image-20220524164907-22.png]] 232 232 233 233 ((( 234 234 Downlink payload encode javescript code: 可以在网站上运行以下Javsscript代码: ... ... @@ -295,13 +295,13 @@ 295 295 296 296 User enters the payload code according to the steps. 297 297 298 -[[image:image-2022052 5104051-16.png]]298 +[[image:image-20220524165001-23.png]] 299 299 300 -[[image:image-2022052 5104155-17.png]]300 +[[image:image-20220524165028-24.png]] 301 301 302 -[[image:image-2022052510 4223-18.png]]302 +[[image:image-20220524165100-25.png]] 303 303 304 -[[image:image-2022052 5104258-19.png]]304 +[[image:image-20220524165116-26.png]] 305 305 306 306 = 5. Multiply Uplink in ChirpStack = 307 307 ... ... @@ -313,13 +313,13 @@ 313 313 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]] 314 314 ))) 315 315 316 -[[image:image-202205251 04328-20.png]]316 +[[image:image-20220524165141-27.png]] 317 317 318 318 ((( 319 319 nbtrans is a field of ADR message, in unconfirm mode, it tells end node how many time it needs to transmit for every frame. 320 320 ))) 321 321 322 -[[image:image-202205251 04359-21.png]]322 +[[image:image-20220524165158-28.png]] 323 323 324 324 ((( 325 325 Above behaviour will cause the platform shows below two cases of error: ... ... @@ -329,11 +329,11 @@ 329 329 Error of duplicate Frame Counter 330 330 ))) 331 331 332 -[[image:image-2022052 5104437-22.png]]332 +[[image:image-20220524165301-29.png]] 333 333 334 334 Duplicate transmission in short time 335 335 336 -[[image:image-2022052 5104502-23.png]]336 +[[image:image-20220524165319-30.png]] 337 337 338 338 == 5.1 Solution == 339 339 ... ... @@ -343,11 +343,11 @@ 343 343 ~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. 344 344 ))) 345 345 346 -[[image:image-2022052 5104532-24.png]]346 +[[image:image-20220524165339-31.png]] 347 347 348 348 installation path: 349 349 350 -[[image:image-2022052 5104554-25.png]]350 +[[image:image-20220524165400-32.png]] 351 351 352 352 ((( 353 353 2. Environment variable settings:. ... ... @@ -437,7 +437,7 @@ 437 437 ))) 438 438 ))) 439 439 440 -[[image:image-2022052 5104647-26.png]]440 +[[image:image-20220524165659-40.png]] 441 441 442 442 Finish. 443 443
- image-20220525100058-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -66.6 KB - Content
- image-20220525100158-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -52.2 KB - Content
- image-20220525100255-3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -60.1 KB - Content
- image-20220525100322-4.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -91.1 KB - Content
- image-20220525100350-5.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -79.8 KB - Content
- image-20220525100417-6.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -86.3 KB - Content
- image-20220525100448-7.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -77.4 KB - Content
- image-20220525100516-8.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -126.2 KB - Content
- image-20220525101223-9.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -36.4 KB - Content
- image-20220525101247-10.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -91.0 KB - Content
- image-20220525101326-11.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -120.2 KB - Content
- image-20220525101401-12.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -93.1 KB - Content
- image-20220525101436-13.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -63.9 KB - Content
- image-20220525101505-14.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -165.4 KB - Content
- image-20220525104025-15.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -77.3 KB - Content
- image-20220525104051-16.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -27.1 KB - Content
- image-20220525104155-17.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -46.8 KB - Content
- image-20220525104223-18.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -87.7 KB - Content
- image-20220525104258-19.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -44.9 KB - Content
- image-20220525104328-20.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -36.9 KB - Content
- image-20220525104359-21.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -136.3 KB - Content
- image-20220525104437-22.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -23.0 KB - Content
- image-20220525104502-23.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -59.2 KB - Content
- image-20220525104532-24.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -45.7 KB - Content
- image-20220525104554-25.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -24.5 KB - Content
- image-20220525104647-26.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -23.9 KB - Content
- image-20220526085155-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -116.8 KB - Content