<
From version < 128.1 >
edited by Kilight Cao
on 2023/05/18 09:28
To version < 138.1 >
edited by Xiaoye
on 2024/01/18 16:09
>
Change comment: Uploaded new attachment "image-20240118160928-4.png", version {1}

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -PG1302 - LoRaWAN Concentrator User Manual
1 +PG1302 -- LoRaWAN Concentrator User Manual
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Kilight
1 +XWiki.Xiaoye
Content
... ... @@ -4,7 +4,7 @@
4 4  
5 5  
6 6  
7 -**Table of Contents**
7 +**Table of Contents:**
8 8  
9 9  {{toc/}}
10 10  
... ... @@ -20,7 +20,7 @@
20 20  
21 21  
22 22  (((
23 -The PG1302 is a (% style="color:green" %)**multi-channel high-performance transmitter/receiver**(%%) designed to simultaneously receive several LoRa packets using random spreading factors on random channels. Its goal is to enable robust connection between a central wireless data concentrator and a massive amount of wireless end-points spread over a very wide range of distances.
23 +The PG1302 is a (% style="color:blue" %)**multi-channel high-performance transmitter/receiver**(%%) designed to simultaneously receive several LoRa packets using random spreading factors on random channels. Its goal is to enable robust connection between a central wireless data concentrator and a massive amount of wireless end-points spread over a very wide range of distances.
24 24  )))
25 25  
26 26  (((
... ... @@ -28,7 +28,7 @@
28 28  )))
29 29  
30 30  (((
31 -PG1302 is fully compatible with (% style="color:green" %)**RPi3/4 or Tinker Board**(%%), users can use the pre-build OS from Dragino to set up and easy to use the module by Web UI. Or install the raw LoRaWAN driver in the existing OS.
31 +PG1302 is fully compatible with (% style="color:blue" %)**RPi3/4 or Tinker Board**(%%), users can use the pre-build OS from Dragino to set up and easy to use the module by Web UI. Or install the raw LoRaWAN driver in the existing OS.
32 32  )))
33 33  
34 34  
... ... @@ -42,7 +42,6 @@
42 42  * Mini-PCIe Interface
43 43  * Converter board to support Raspberry Pi
44 44  
45 -
46 46  == 1.3 General Interfaces for PG1302 ==
47 47  
48 48  
... ... @@ -51,11 +51,10 @@
51 51  * 1 x I-PEX for LoRa
52 52  * Working Temperature: -40 ℃ ~~ 80℃
53 53  
54 -
55 55  == 1.4 Pin Mapping ==
56 56  
57 57  
58 - [[image:1651743282627-547.png||height="402" width="425"]]
56 + [[image:image-20231115180410-2.png||height="629" width="584"]] [[image:1651743282627-547.png||height="590" width="623"]]
59 59  
60 60  
61 61  == 1.5 LEDs ==
... ... @@ -86,7 +86,6 @@
86 86  * Smart Cities
87 87  * Smart Factory
88 88  
89 -
90 90  = 2. Example: Set up as LoRaWAN gateway =
91 91  
92 92  == 2.1 System structure ==
... ... @@ -125,7 +125,6 @@
125 125  
126 126  * Install [[Dragino-FWD>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/PG1302/#H5.2.2.A0Selecttheappropriatedeviceversiontodownload:]] in the existing OS.
127 127  
128 -
129 129  = 4. Flash with pre-build image =
130 130  
131 131  == 4.1 Download the dragino image for RPI ==
... ... @@ -310,7 +310,7 @@
310 310  
311 311  (% class="box" %)
312 312  (((
313 - pi@raspberrypi:~~$ cat /etc/os-release
309 +**~ pi@raspberrypi:~~$ cat /etc/os-release
314 314   PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
315 315   NAME="Raspbian GNU/Linux"
316 316   VERSION_ID="8"
... ... @@ -319,7 +319,7 @@
319 319   ID_LIKE=debian
320 320   HOME_URL="http:~/~/www.raspbian.org/"
321 321   SUPPORT_URL="http:~/~/www.raspbian.org/RaspbianForums"
322 - BUG_REPORT_URL="http:~/~/www.raspbian.org/RaspbianBugs"
318 + BUG_REPORT_URL="http:~/~/www.raspbian.org/RaspbianBugs"**
323 323  
324 324  
325 325  )))
... ... @@ -526,7 +526,6 @@
526 526  * (% style="color:#0000ff" %)**Auto run**(%%) dragino_fwd after boot:  sudo systemctl enable draginofwd
527 527  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
528 528  
529 -
530 530  === 5.2.2 Basic Station Mode. ===
531 531  
532 532  
... ... @@ -628,30 +628,32 @@
628 628  
629 629  [[image:image-20230329201624-11.png]]
630 630  
626 += 6. Add GPS support in PG1302 =
631 631  
632 -= 6. Trouble Shooting =
633 633  
629 += 7. Trouble Shooting =
634 634  
635 -== 6.1 Failed to start the concentrator how to debug ==
631 +== 7.1 Failed to start the concentrator how to debug ==
636 636  
637 637  
638 -When the problem "failed to start the concentrator" occurs, the user needs to check whether the I2C and SPI are enabled,
634 +--When the problem "failed to start the concentrator" occurs, the user needs to check whether the I2C and SPI are enabled,--
639 639  
640 -Users can enter the following command to check whether I2C is detected, and the detection of **"60"** is correct.
636 +--Users can enter the following command to check whether I2C is detected, and the detection of **"60"** is correct.--
641 641  
642 642  (% class="box infomessage" %)
643 643  (((
644 -i2cdetect -y 1
640 +--**i2cdetect -y 1**--
645 645  )))
646 646  
647 -[[image:image-20230518091900-1.png]]
643 +**Note: This method has been removed because the i2c had been removed on the latest PG1302.**
648 648  
649 649  
646 +
650 650  Check whether the SPI path of the configuration file is correct,
651 651  
652 652  (% class="box infomessage" %)
653 653  (((
654 -cat /etc/lora/global_conf.json
651 +**cat /etc/lora/global_conf.json **
655 655  )))
656 656  
657 657  (% class="wikigeneratedid" %)
... ... @@ -659,7 +659,7 @@
659 659  
660 660  
661 661  
662 -= 7. Order Info =
659 += 8. Order Info =
663 663  
664 664  
665 665  Part Number: (% style="color:#0000ff" %)**PG1302-XX**   (%%) Or  Part Number: (% style="color:#0000ff" %)**PG1302-PI-XX   **(%%)(Include RPi converter board for RPI 3/4)
... ... @@ -670,10 +670,9 @@
670 670  * (% style="color:red" %)**915** (%%)(For Bands: US915,AU915,AS923,KR920)
671 671  * (% style="color:red" %)**470** (%%)(For Band: CN470)
672 672  
670 += 9. Packing Info =
673 673  
674 -= 8. Packing Info =
675 675  
676 -
677 677  (((
678 678  **PG1302 Package Includes**:
679 679  )))
... ... @@ -684,6 +684,7 @@
684 684  )))
685 685  
686 686  
683 +
687 687  (((
688 688  **PG1302-PI Package Includes**:
689 689  )))
... ... @@ -698,18 +698,13 @@
698 698  * Device Size: 18 x 8 x 4 cm
699 699  * Weight: 150g
700 700  
698 += 10. Support =
701 701  
702 -= 9. Support =
703 703  
704 -
705 705  (((
706 -If you are experiencing issues and can't solve, you can send mail to
702 +If you are experiencing issues and can't solve, you can send mail to [[support@dragino.com>>mailto:support@dragino.com]].
707 707  )))
708 708  
709 709  (((
710 -[[support@dragino.com>>mailto:support@dragino.com]]
711 -)))
712 -
713 -(((
714 714  With your question as detail as possible. We will reply and help you in the shortest.
715 715  )))
image-20231115174839-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +80.3 KB
Content
image-20231115180410-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +78.7 KB
Content
image-20240118160132-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +37.2 KB
Content
image-20240118160407-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +7.9 KB
Content
image-20240118160454-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +42.0 KB
Content
image-20240118160928-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +83.8 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0