<
From version < 85.1 >
edited by Xiaoling
on 2022/05/26 09:18
To version < 86.27 >
edited by Xiaoling
on 2022/05/30 15:32
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,6 +2,9 @@
2 2  
3 3  {{toc/}}
4 4  
5 +
6 +
7 +
5 5  = 1. Introduction =
6 6  
7 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/]]
... ... @@ -30,6 +30,8 @@
30 30  )))
31 31  )))
32 32  
36 +
37 +
33 33  = 2. Semtech UDP =
34 34  
35 35  == 2.1 Step 1. Add the Network-servers ==
... ... @@ -98,6 +98,7 @@
98 98  
99 99  gateway Status
100 100  
106 +
101 101  = 3. Gateway Registration for Basics Station =
102 102  
103 103  == Introduction ==
... ... @@ -119,10 +119,12 @@
119 119  
120 120  A gateway that can access the internet normally
121 121  
128 +
122 122  == 3.1 Add Gateway ==
123 123  
124 124  [[image:image-20220524164205-10.png]]
125 125  
133 +
126 126  == 3.2 Access the gateway GUI ==
127 127  
128 128  Access the gateway GUI interface of LoRaWAN~-~->LoRaWAN ~-~- Basic Station
... ... @@ -143,10 +143,12 @@
143 143  (% class="wikigeneratedid" %)
144 144  [[image:image-20220524164341-12.png]]
145 145  
154 +
146 146  == 3.3 Start Station ==
147 147  
148 148  When the user has finished the configuration, Please click Sace&Apply to start station to connect ChirpStack
149 149  
159 +
150 150  == 3.4 Successful Connection ==
151 151  
152 152  If user completes the above steps, which will see live date in the ChirpStack.
... ... @@ -153,6 +153,7 @@
153 153  
154 154  [[image:image-20220524164448-13.png]]
155 155  
166 +
156 156  == 3.5 Trouble Shooting ==
157 157  
158 158  User can check the station log in the logread/system log page.
... ... @@ -159,10 +159,12 @@
159 159  
160 160  [[image:image-20220524164514-14.png]]
161 161  
173 +
162 162  and recode the station log in the system/Recode log page.
163 163  
164 164  [[image:image-20220524164541-15.png]]
165 165  
178 +
166 166  = 4. Downlink =
167 167  
168 168  == 4.1 Chirpstack Downlink Note ==
... ... @@ -171,14 +171,17 @@
171 171  
172 172  Convert the data to Base64
173 173  
187 +
174 174  [[image:image-20220526090748-4.png]]
175 175  
176 176  Check ChripStack downlink DataRate
177 177  
192 +
178 178  [[image:image-20220525101326-11.png]]
179 179  
180 180  Make sure the RX2DR is the same in the end node
181 181  
197 +
182 182  == 4.2 Loraserver Downlink Note ==
183 183  
184 184  User can use MQTT to send downlink payload to ChirpStack to perform downstream to LoRaWAN End
... ... @@ -199,6 +199,8 @@
199 199  
200 200  (((
201 201  MQTT Connect to ChirpStack
218 +
219 +
202 202  )))
203 203  
204 204  (((
... ... @@ -224,6 +224,7 @@
224 224  
225 225  MQTT Connect to ChirpStack
226 226  
245 +
227 227  (((
228 228  (% 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/]]
229 229  )))
... ... @@ -232,6 +232,7 @@
232 232  
233 233  Choose to Use Hex for Encode
234 234  
254 +
235 235  If we want send downstream hex 030101 to end node, the BASE64 payload is AwEB
236 236  
237 237  [[image:image-20220525104025-15.png]]
... ... @@ -297,6 +297,7 @@
297 297   AwAA is 0x030000's base 64 Encode.
298 298  )))
299 299  
320 +
300 300  == 4.3 Add the decode function in Chirpstack for the payload ==
301 301  
302 302  User enters the payload code according to the steps.
... ... @@ -308,8 +308,9 @@
308 308  
309 309  [[image:image-20220526091602-5.png]]
310 310  
311 -[[image:image-20220525104258-19.png]]
332 +[[image:image-20220526091801-6.png]]
312 312  
334 +
313 313  = 5. Multiply Uplink in ChirpStack =
314 314  
315 315  (((
... ... @@ -320,7 +320,7 @@
320 320  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]]
321 321  )))
322 322  
323 -[[image:image-20220525104328-20.png]]
345 +[[image:image-20220526091912-7.png]]
324 324  
325 325  (((
326 326  nbtrans is a field of ADR message, in unconfirm mode, it tells end node how many time it needs to transmit for every frame.
... ... @@ -338,10 +338,12 @@
338 338  
339 339  [[image:image-20220525104437-22.png]]
340 340  
363 +
341 341  Duplicate transmission in short time
342 342  
343 343  [[image:image-20220525104502-23.png]]
344 344  
368 +
345 345  == 5.1 Solution ==
346 346  
347 347  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]]
... ... @@ -352,10 +352,12 @@
352 352  
353 353  [[image:image-20220525104532-24.png]]
354 354  
379 +
355 355  installation path:
356 356  
357 357  [[image:image-20220525104554-25.png]]
358 358  
384 +
359 359  (((
360 360  2. Environment variable settings:.
361 361  )))
... ... @@ -370,6 +370,7 @@
370 370  
371 371  [[image:image-20220524165433-33.png]]
372 372  
399 +
373 373  3)Modify the system variable Path and add C:\Go\bin\:
374 374  
375 375  [[image:image-20220524165452-34.png]]
... ... @@ -378,6 +378,7 @@
378 378  
379 379  [[image:image-20220524165517-35.png]]
380 380  
408 +
381 381  3. Modify the ADR configuration file according to your own needs, adr.setting.go is an example of the ADR configuration file.
382 382  
383 383  The name of the plugin: Example ADR plugin:
image-20220526091912-7.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +94.9 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0