<
From version < 108.6 >
edited by Xiaoling
on 2022/07/23 13:56
To version < 98.2 >
edited by Xiaoling
on 2022/05/31 17:35
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -**~ Table of Contents:**
1 +**~ Contents:**
2 2  
3 3  {{toc/}}
4 4  
... ... @@ -5,20 +5,17 @@
5 5  
6 6  
7 7  
8 -= 1.  Introduction =
8 += 1. Introduction =
9 9  
10 -
11 11  (% 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/]]
12 12  
13 13  (((
14 14  (% style="color:black" %)The dragino gateway can connect the ChirpStack server via Semtech UDP or Semtech Basic Station.
15 -
16 -
17 17  )))
18 18  
19 -(% style="color:blue" %)**Prerequisite:**
16 +**Prerequisite**
20 20  
21 -**1) Have a Chirstack Server.**
18 +1) Have a Chirstack Server.
22 22  
23 23  [[image:image-20220525100058-1.png]]
24 24  
... ... @@ -25,55 +25,47 @@
25 25  ChirpStack home page
26 26  
27 27  
25 +2) Gateway model support
28 28  
29 -**2) Gateway model support**
30 -
31 31  (% class="box" %)
32 32  (((
33 33  (((
34 34  Semtech UDP : **All Model**
35 -Basic Station : [[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]]
36 -(% style="color:red" %)**Note** (%%): the firmware needs >[[lgw~~-~~-build-v5.4.1640315898>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/LPS8/Firmware/Release/]]  if use the Bais station
31 +Basic Station : , , 
32 +**Note** : the firmware needs >  if use the Bais station
37 37  )))
38 38  )))
39 39  
40 40  
41 41  
42 -= 2.  Semtech UDP =
38 += 2. Semtech UDP =
43 43  
44 -== 2.1  Step 1. Add the Network-servers ==
40 +== 2.1 Step 1. Add the Network-servers ==
45 45  
46 -
47 47  The network-Servers address varies depending on the ChirpStack server setup environment
48 48  
49 49  (% class="box" %)
50 50  (((
51 - Windows       ~-~->  Network-server server *  :  localhost:8000
52 - Linux  ~-~->  Network-server server *  :  chirpstack-network-server:8000
46 + Windows       ~-~->Network-server server * : localhost:8000
47 + Linux         ~-~->Network-server server * : chirpstack-network-server:8000
53 53  )))
54 54  
50 +If the user cannot add network-Servers, re-check the ChirpStack code or the server building process.
55 55  
56 -(% style="color:red" %)**If the user cannot add network-Servers, re-check the ChirpStack code or the server building process.**
57 -
58 -
59 59  [[image:image-20220531171609-1.png]]
60 60  
61 61  Add the Network-servers
62 62  
63 63  
57 +== 2.2 Step 2. Create Gateway-profiles ==
64 64  
65 -== 2.2  Step 2. Create Gateway-profiles ==
66 -
67 -
68 68  [[image:image-20220531171651-2.png]]
69 69  
70 70  Create Gateway-profiles
71 71  
72 72  
64 +== 2.3 Step 3. Create Service-profiles ==
73 73  
74 -== 2.3  Step 3. Create Service-profiles ==
75 -
76 -
77 77  [[image:image-20220531171809-3.png]]
78 78  
79 79  Create Service-profiles
... ... @@ -86,7 +86,6 @@
86 86  If the user has completed the preceding steps, proceed to the next step.(% style="display:none" %)
87 87  
88 88  
89 -
90 90  == 2.4 Step 4. Add the gateway ==
91 91  
92 92  The example gateway id is: a840411e96744150
... ... @@ -193,7 +193,7 @@
193 193  
194 194  == 4.1 Chirpstack Downlink Note ==
195 195  
196 -[[image:image-20220601102543-2.png]]
184 +[[image:image-20220525101223-9.png]]
197 197  
198 198  Convert the data to Base64
199 199  
... ... @@ -260,7 +260,7 @@
260 260  (% 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/]]
261 261  )))
262 262  
263 -[[image:image-20220531173601-13.png]]
251 +[[image:image-20220525101505-14.png]]
264 264  
265 265  Choose to Use Hex for Encode
266 266  
... ... @@ -267,7 +267,7 @@
267 267  
268 268  If we want send downstream hex 030101 to end node, the BASE64 payload is AwEB
269 269  
270 -[[image:image-20220531173658-14.png]]
258 +[[image:image-20220525104025-15.png]]
271 271  
272 272  (((
273 273  Downlink payload encode javescript code: 可以在网站上运行以下Javsscript代码:
... ... @@ -335,17 +335,16 @@
335 335  
336 336  User enters the payload code according to the steps.
337 337  
338 -[[image:image-20220531173754-15.png]]
326 +[[image:image-20220525104051-16.png]]
339 339  
328 +[[image:image-20220525104155-17.png]]
340 340  
341 -[[image:image-20220531173856-16.png]]
342 342  
331 +[[image:image-20220526091602-5.png]]
343 343  
344 -[[image:image-20220531174120-20.png]]
333 +[[image:image-20220526091801-6.png]]
345 345  
346 -[[image:image-20220531174046-19.png]]
347 347  
348 -
349 349  = 5. Multiply Uplink in ChirpStack =
350 350  
351 351  (((
... ... @@ -377,7 +377,7 @@
377 377  
378 378  Duplicate transmission in short time
379 379  
380 -[[image:image-20220601102430-1.png]]
367 +[[image:image-20220525104502-23.png]]
381 381  
382 382  
383 383  == 5.1 Solution ==
... ... @@ -415,7 +415,6 @@
415 415  
416 416  [[image:image-20220524165452-34.png]]
417 417  
418 -
419 419  User variable setting file generation directory: D:\go:
420 420  
421 421  [[image:image-20220524165517-35.png]]
image-20220531173601-13.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -67.6 KB
Content
image-20220531173658-14.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -59.3 KB
Content
image-20220531173754-15.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -41.7 KB
Content
image-20220531173856-16.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -46.7 KB
Content
image-20220531173939-17.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -41.4 KB
Content
image-20220531174015-18.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -27.4 KB
Content
image-20220531174046-19.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -27.2 KB
Content
image-20220531174120-20.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -41.4 KB
Content
image-20220601102430-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -139.4 KB
Content
image-20220601102543-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -51.5 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0