<
From version < 108.17 >
edited by Xiaoling
on 2022/08/10 11:49
To version < 110.1 >
edited by Xiaoye
on 2022/09/28 18:13
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Xiaoye
Content
... ... @@ -16,6 +16,7 @@
16 16  
17 17  = **1. Introduction** =
18 18  
19 +
19 19  == **1.1 What is PG1302 LoRaWAN Concentrator?** ==
20 20  
21 21  
... ... @@ -93,13 +93,16 @@
93 93  
94 94  
95 95  
96 -= **2. Example: Set up as LoRaWAN gateway.** =
97 += **2. Example: Set up as LoRaWAN gateway** =
97 97  
99 +
98 98  == **2.1 System structure** ==
99 99  
100 100  
101 101  (((
102 102  This example is an example to show how to set up the PG1302 + RPi as a LoRaWAN gateway to use with [[TheThingsNetwork>>url:http://www.thethingsnetwork.org/]](TTN) LoRaWAN server. Set up method for other server are similar.
105 +
106 +
103 103  )))
104 104  
105 105  [[image:1651743698677-436.png||height="457" width="686"]]
... ... @@ -127,6 +127,7 @@
127 127  
128 128  = **4. Flash with pre-build image** =
129 129  
134 +
130 130  == **4.1 Download the dragino image for RPI** ==
131 131  
132 132  
... ... @@ -188,8 +188,9 @@
188 188  
189 189  
190 190  
191 -== **4.4 Access the WebUI of RPi4.** ==
196 +== **4.4 Access the WebUI of RPi4** ==
192 192  
198 +
193 193  === **4.4.1 Home page** ===
194 194  
195 195  
... ... @@ -215,15 +215,15 @@
215 215  
216 216  This page shows the LoRa Radio Settings. There are a set of default frequency band according to LoRaWAN protocol, and user can customize the band* as well.
217 217  
224 +
218 218  [[image:1651744554845-970.png||height="328" width="621"]]
219 219  
227 +
220 220  Different PG1302 hardware version can support different frequency range:
221 221  
222 222  * (% style="color:red" %)**868: valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865.**
223 223  * (% style="color:red" %)**915: valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920**
224 224  
225 -
226 -
227 227  After user choose the frequency plan, he can see the actually frequency in used by checking the (% style="color:#037691" %)**page LogRead ~-~-> LoRa Log**
228 228  
229 229  (% style="color:red" %)**Note *: [[See this instruction for how to customize frequency band>>doc:Main.How to customized LoRaWAN frequency band.WebHome]]**
... ... @@ -232,6 +232,7 @@
232 232  
233 233  === **4.4.3 LoRaWAN Page** ===
234 234  
241 +
235 235  ==== **4.4.3.1 Semtech UDP** ====
236 236  
237 237  
... ... @@ -254,11 +254,13 @@
254 254  
255 255  === **4.4.4 LogRead** ===
256 256  
264 +
257 257  ==== **4.4.4.1 LoRa Log** ====
258 258  
259 259  
260 260  [[image:1651744955955-452.png||height="571" width="621"]]
261 261  
270 +
262 262  Show the frequency for LoRa Radio and traffics.
263 263  
264 264  
... ... @@ -268,6 +268,7 @@
268 268  
269 269  Show system log.
270 270  
280 +
271 271  [[image:1651745003470-264.png||height="477" width="621"]]
272 272  
273 273  
... ... @@ -277,12 +277,14 @@
277 277  
278 278  **Record the system log.**
279 279  
290 +
280 280  [[image:1651745069814-662.png||height="144" width="621"]]
281 281  
282 282  
283 283  
284 -= **5. Install stand-alone LoRa Packet Forwarder.** =
295 += **5. Install stand-alone LoRa Packet Forwarder** =
285 285  
297 +
286 286  == **5.1 OS requirement** ==
287 287  
288 288  
... ... @@ -363,25 +363,31 @@
363 363  
364 364  )))
365 365  
366 -and then run:
367 367  
368 -(% style="background-color:#dcdcdc" %)wget [[https:~~/~~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/auto_install.sh>>url:https://www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/auto_install.sh]]
379 +Select the appropriate device version to download
369 369  
370 -(% style="background-color:#dcdcdc" %)chmod +x ./auto_install.sh
371 371  
372 -(% style="background-color:#dcdcdc" %)./auto_install.sh
373 -
374 374  (((
375 -[[image:1651745611629-818.png||height="225" width="729"]]
383 +draginofwd-32bit
384 +
385 +wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-32bit.deb && dpkg -i draginofwd-32bit.deb
386 +
387 +
388 +dragino-64bit
376 376  )))
377 377  
378 -This will download the packet forwarder package from Dragino Server to RPI, and start install the package.
391 +wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-64bit.deb && dpkg -i draginofwd-64bit.deb
379 379  
380 -You can get these output:
381 381  
394 +dragino-tiker-32bit
395 +
396 +wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-tinker-32bit.deb && dpkg -i draginofwd-tinker-32bit.deb
397 +
398 +
382 382  (((
383 -[[image:1651745657252-173.png||height="426" width="621"]]
400 +
384 384  
402 +[[image:image-20220928181226-1.png]]
385 385  
386 386  
387 387  )))
... ... @@ -413,6 +413,7 @@
413 413  
414 414  **~ 1). Chose your need the name of region frequency.**
415 415  
434 +
416 416  [[image:1651745867516-322.png||height="83" width="740"]]
417 417  
418 418  
... ... @@ -421,7 +421,7 @@
421 421  
422 422  (% class="box infomessage" %)
423 423  (((
424 - ** cp /etc/lora/cfg-302/EU-global_conf.json /etc/lora/global_conf.json**
443 +**cp /etc/lora/cfg-302/EU-global_conf.json /etc/lora/global_conf.json**
425 425  )))
426 426  
427 427  [[image:1651745984006-868.png||height="87" width="745"]]
... ... @@ -431,7 +431,6 @@
431 431  
432 432  
433 433  
434 -
435 435  === **5.2.3 Check result** ===
436 436  
437 437  
... ... @@ -484,6 +484,7 @@
484 484  [[image:1651746111963-838.png||height="184" width="730"]]
485 485  
486 486  
505 +
487 487   If there are LoRaWAN nodes transmitting nearby, we can see the traffic in (% style="color:#037691" %)**TTN v3 –> Gateway ~-~-> Live data**
488 488  
489 489  [[image:1651746139304-966.png||height="326" width="621"]]
... ... @@ -499,6 +499,8 @@
499 499  * (% style="color:#0000ff" %)**Auto run**(%%) dragino_fwd after boot:  sudo systemctl enable draginofwd
500 500  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
501 501  
521 +
522 +
502 502  = **6. Order Info** =
503 503  
504 504  
... ... @@ -511,6 +511,7 @@
511 511  * (% style="color:red" %)**470** (%%)(For Band: CN470)
512 512  
513 513  
535 +
514 514  = **7. Packing Info** =
515 515  
516 516  (((
... ... @@ -538,6 +538,7 @@
538 538  * RPi3/4 converter PCB
539 539  * Screws to hole converter PCB on RPI.
540 540  
563 +
541 541  **PG1302-PI Dimension and weight: **
542 542  
543 543  * Device Size: 18 x 8 x 4 cm
... ... @@ -544,6 +544,7 @@
544 544  * Weight: 150g
545 545  
546 546  
570 +
547 547  (((
548 548  = **8. Support** =
549 549  
... ... @@ -558,5 +558,8 @@
558 558  
559 559  (((
560 560  With your question as detail as possible. We will reply and help you in the shortest.
585 +
586 +
587 +
561 561  )))
562 562  )))
image-20220928181226-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +29.1 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0