<
From version < 85.1 >
edited by Xiaoling
on 2022/05/26 09:18
To version < 66.2 >
edited by Xiaoling
on 2022/05/25 10:14
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -48,7 +48,6 @@
48 48  
49 49  Add the Network-servers
50 50  
51 -
52 52  == 2.2 Step 2. Create Gateway-profiles ==
53 53  
54 54  [[image:image-20220525100255-3.png]]
... ... @@ -55,7 +55,6 @@
55 55  
56 56  Create Gateway-profiles
57 57  
58 -
59 59  == 2.3 Step 3. Create Service-profiles ==
60 60  
61 61  [[image:image-20220525100322-4.png]]
... ... @@ -66,9 +66,8 @@
66 66  
67 67  (% style="color:red" %)**Note : Before add the gateway, the user needs to complete the preceding three steps.**
68 68  
69 -If the user has completed the preceding steps, proceed to the next step.(% style="display:none" %)
67 +If the user has completed the preceding steps, proceed to the next step.
70 70  
71 -
72 72  == 2.4 Step 4. Add the gateway ==
73 73  
74 74  The example gateway id is: a840411e96744150
... ... @@ -77,9 +77,8 @@
77 77  (% style="color:red" %)**Note : The Gateway EUI and server addresses must match the ChirpStack configuration.**
78 78  )))
79 79  
80 -[[image:image-20220525100350-5.png]](% style="display:none" %)
77 +[[image:image-20220525100350-5.png]]
81 81  
82 -
83 83  Add the gateway
84 84  
85 85  [[image:image-20220525100417-6.png]]
... ... @@ -86,15 +86,13 @@
86 86  
87 87  Configure the gateway
88 88  
89 -
90 90  == 2.5 Step 5. Checking gateway Status ==
91 91  
92 -[[image:image-20220525100448-7.png]](% style="display:none" %)
87 +[[image:image-20220525100448-7.png]]
93 93  
94 -
95 95  gateway Status
96 96  
97 -[[image:image-20220526090446-3.png||height="653" width="1218"]]
91 +[[image:image-20220525100516-8.png]]
98 98  
99 99  gateway Status
100 100  
... ... @@ -171,7 +171,7 @@
171 171  
172 172  Convert the data to Base64
173 173  
174 -[[image:image-20220526090748-4.png]]
168 +[[image:image-20220525101247-10.png]]
175 175  
176 176  Check ChripStack downlink DataRate
177 177  
... ... @@ -228,13 +228,13 @@
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  )))
230 230  
231 -[[image:image-20220525101505-14.png]]
225 +[[image:image-20220524164849-21.png]]
232 232  
233 233  Choose to Use Hex for Encode
234 234  
235 235  If we want send downstream hex 030101 to end node, the BASE64 payload is AwEB
236 236  
237 -[[image:image-20220525104025-15.png]]
231 +[[image:image-20220524164907-22.png]]
238 238  
239 239  (((
240 240  Downlink payload encode javescript code: 可以在网站上运行以下Javsscript代码:
... ... @@ -301,15 +301,14 @@
301 301  
302 302  User enters the payload code according to the steps.
303 303  
304 -[[image:image-20220525104051-16.png]]
298 +[[image:image-20220524165001-23.png]]
305 305  
306 -[[image:image-20220525104155-17.png]]
300 +[[image:image-20220524165028-24.png]]
307 307  
302 +[[image:image-20220524165100-25.png]]
308 308  
309 -[[image:image-20220526091602-5.png]]
304 +[[image:image-20220524165116-26.png]]
310 310  
311 -[[image:image-20220525104258-19.png]]
312 -
313 313  = 5. Multiply Uplink in ChirpStack =
314 314  
315 315  (((
... ... @@ -320,13 +320,13 @@
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]]
316 +[[image:image-20220524165141-27.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.
327 327  )))
328 328  
329 -[[image:image-20220525104359-21.png]]
322 +[[image:image-20220524165158-28.png]]
330 330  
331 331  (((
332 332  Above behaviour will cause the platform shows below two cases of error:
... ... @@ -336,11 +336,11 @@
336 336  Error of duplicate Frame Counter
337 337  )))
338 338  
339 -[[image:image-20220525104437-22.png]]
332 +[[image:image-20220524165301-29.png]]
340 340  
341 341  Duplicate transmission in short time
342 342  
343 -[[image:image-20220525104502-23.png]]
336 +[[image:image-20220524165319-30.png]]
344 344  
345 345  == 5.1 Solution ==
346 346  
... ... @@ -350,11 +350,11 @@
350 350  ~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.
351 351  )))
352 352  
353 -[[image:image-20220525104532-24.png]]
346 +[[image:image-20220524165339-31.png]]
354 354  
355 355  installation path:
356 356  
357 -[[image:image-20220525104554-25.png]]
350 +[[image:image-20220524165400-32.png]]
358 358  
359 359  (((
360 360  2. Environment variable settings:.
... ... @@ -444,7 +444,7 @@
444 444  )))
445 445  )))
446 446  
447 -[[image:image-20220525104647-26.png]]
440 +[[image:image-20220524165659-40.png]]
448 448  
449 449  Finish.
450 450  
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
image-20220526085310-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -141.7 KB
Content
image-20220526090446-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -342.8 KB
Content
image-20220526090748-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -214.7 KB
Content
image-20220526091602-5.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -129.2 KB
Content
image-20220526091801-6.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -88.1 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0