Changes for page Notes for ChirpStack
Last modified by Kilight Cao on 2024/09/24 15:23
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 17 added, 0 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
Details
- Page properties
-
- Content
-
... ... @@ -4,10 +4,10 @@ 4 4 5 5 = 1. Introduction = 6 6 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/]] 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/]] 8 8 9 9 ((( 10 -The dragino gateway can connect the ChirpStack server via Semtech UDP or Semtech Basic Station. 10 +(% 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 4163736-2.png]]17 +[[image:image-20220525100058-1.png]] 18 18 19 - 20 20 ChirpStack home page 21 21 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 4163926-3.png]]47 +[[image:image-20220525100158-2.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 4163952-4.png]]53 +[[image:image-20220525100255-3.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 4164008-5.png]]59 +[[image:image-20220525100322-4.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 4164029-6.png]]77 +[[image:image-20220525100350-5.png]] 78 78 79 79 Add the gateway 80 80 81 -[[image:image-2022052 4164048-7.png]]81 +[[image:image-20220525100417-6.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 4164104-8.png]]87 +[[image:image-20220525100448-7.png]] 88 88 89 89 gateway Status 90 90 91 -[[image:image-2022052 4164129-9.png]]91 +[[image:image-20220525100516-8.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 4164613-16.png]]164 +[[image:image-20220525101223-9.png]] 165 165 166 166 Convert the data to Base64 167 167 168 -[[image:image-2022052 4164632-17.png]]168 +[[image:image-20220525101247-10.png]] 169 169 170 170 Check ChripStack downlink DataRate 171 171 172 -[[image:image-2022052 4164724-18.png]]172 +[[image:image-20220525101326-11.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 4164806-19.png]]192 +[[image:image-20220525101401-12.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 4164829-20.png]]217 +[[image:image-20220525101436-13.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 4164849-21.png]]225 +[[image:image-20220525101505-14.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 4164907-22.png]]231 +[[image:image-20220525104025-15.png]] 232 232 233 233 ((( 234 234 Downlink payload encode javescript code: 可以在网站上运行以下Javsscript代码: ... ... @@ -295,7 +295,7 @@ 295 295 296 296 User enters the payload code according to the steps. 297 297 298 -[[image:image-2022052 4165001-23.png]]298 +[[image:image-20220525104051-16.png]] 299 299 300 300 [[image:image-20220524165028-24.png]] 301 301 ... ... @@ -375,11 +375,11 @@ 375 375 376 376 The name of the plugin: Example ADR plugin: 377 377 378 -[[image: https://wiki.dragino.com/images/1/12/Chirpstacksolution-6.jpg||alt="Chirpstacksolution-6.jpg" height="89" width="554"]]378 +[[image:image-20220524165540-36.png]] 379 379 380 380 Set Nbtrans: Nbtrans=1 (Nbtrans is the number of retransmissions, if it is 1, no retransmission, it is recommended to be 1). To enable it, you need to uncomment. 381 381 382 -[[image: https://wiki.dragino.com/images/2/25/Chirpstacksolution-7.png||alt="Chirpstacksolution-7.png" height="98" width="426"]]382 +[[image:image-20220524165557-37.png]] 383 383 384 384 4. Compile the ADR configuration file and generate the exe file. 385 385 ... ... @@ -403,7 +403,7 @@ 403 403 404 404 5) Finally generate this file: 405 405 406 -[[image: https://wiki.dragino.com/images/6/66/Chirpstacksolution-8.png||alt="Chirpstacksolution-8.png" height="96" width="554"]]406 +[[image:image-20220524165623-38.png]] 407 407 408 408 5. Add the plugin and run the plugin. 409 409 ... ... @@ -411,7 +411,7 @@ 411 411 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: 412 412 ))) 413 413 414 -[[image: https://wiki.dragino.com/images/8/82/Chirpstacksolution-9.png||alt="Chirpstacksolution-9.png" height="73" width="554"]]414 +[[image:image-20220524165641-39.png]] 415 415 416 416 ((( 417 417 ((( ... ... @@ -437,7 +437,7 @@ 437 437 ))) 438 438 ))) 439 439 440 -[[image: https://wiki.dragino.com/images/3/39/Chirpstacksolution-10.png||alt="Chirpstacksolution-10.png" height="275" width="554"]]440 +[[image:image-20220524165659-40.png]] 441 441 442 442 Finish. 443 443
- image-20220525100058-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +66.6 KB - Content
- image-20220525100158-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +52.2 KB - Content
- image-20220525100255-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +60.1 KB - Content
- image-20220525100322-4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +91.1 KB - Content
- image-20220525100350-5.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +79.8 KB - Content
- image-20220525100417-6.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +86.3 KB - Content
- image-20220525100448-7.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +77.4 KB - Content
- image-20220525100516-8.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +126.2 KB - Content
- image-20220525101223-9.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +36.4 KB - Content
- image-20220525101247-10.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +91.0 KB - Content
- image-20220525101326-11.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +120.2 KB - Content
- image-20220525101401-12.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +93.1 KB - Content
- image-20220525101436-13.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +63.9 KB - Content
- image-20220525101505-14.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +165.4 KB - Content
- image-20220525104025-15.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +77.3 KB - Content
- image-20220525104051-16.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +27.1 KB - Content
- image-20220525104155-17.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +46.8 KB - Content