<
From version < 144.1 >
edited by Xiaoling
on 2024/01/22 14:05
To version < 127.1 >
edited by Kilight Cao
on 2023/05/18 09:27
>
Change comment: Uploaded new attachment "image-20230518092732-2.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.Xiaoling
1 +XWiki.Kilight
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: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.
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.
24 24  )))
25 25  
26 26  (((
... ... @@ -28,7 +28,7 @@
28 28  )))
29 29  
30 30  (((
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.
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.
32 32  )))
33 33  
34 34  
... ... @@ -42,6 +42,8 @@
42 42  * Mini-PCIe Interface
43 43  * Converter board to support Raspberry Pi
44 44  
45 +
46 +
45 45  == 1.3 General Interfaces for PG1302 ==
46 46  
47 47  
... ... @@ -50,10 +50,12 @@
50 50  * 1 x I-PEX for LoRa
51 51  * Working Temperature: -40 ℃ ~~ 80℃
52 52  
55 +
56 +
53 53  == 1.4 Pin Mapping ==
54 54  
55 55  
56 - [[image:image-20231115180410-2.png||height="555" width="515"]] [[image:1651743282627-547.png||height="523" width="552"]]
60 + [[image:1651743282627-547.png||height="402" width="425"]]
57 57  
58 58  
59 59  == 1.5 LEDs ==
... ... @@ -84,6 +84,8 @@
84 84  * Smart Cities
85 85  * Smart Factory
86 86  
91 +
92 +
87 87  = 2. Example: Set up as LoRaWAN gateway =
88 88  
89 89  == 2.1 System structure ==
... ... @@ -122,6 +122,8 @@
122 122  
123 123  * 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.
124 124  
131 +
132 +
125 125  = 4. Flash with pre-build image =
126 126  
127 127  == 4.1 Download the dragino image for RPI ==
... ... @@ -306,7 +306,7 @@
306 306  
307 307  (% class="box" %)
308 308  (((
309 -**~ pi@raspberrypi:~~$ cat /etc/os-release
317 + pi@raspberrypi:~~$ cat /etc/os-release
310 310   PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
311 311   NAME="Raspbian GNU/Linux"
312 312   VERSION_ID="8"
... ... @@ -315,7 +315,7 @@
315 315   ID_LIKE=debian
316 316   HOME_URL="http:~/~/www.raspbian.org/"
317 317   SUPPORT_URL="http:~/~/www.raspbian.org/RaspbianForums"
318 - BUG_REPORT_URL="http:~/~/www.raspbian.org/RaspbianBugs"**
326 + BUG_REPORT_URL="http:~/~/www.raspbian.org/RaspbianBugs"
319 319  
320 320  
321 321  )))
... ... @@ -522,6 +522,8 @@
522 522  * (% style="color:#0000ff" %)**Auto run**(%%) dragino_fwd after boot:  sudo systemctl enable draginofwd
523 523  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
524 524  
533 +
534 +
525 525  === 5.2.2 Basic Station Mode. ===
526 526  
527 527  
... ... @@ -624,93 +624,9 @@
624 624  [[image:image-20230329201624-11.png]]
625 625  
626 626  
637 += 6. Order Info =
627 627  
628 -= 6. Add GPS support in PG1302 =
629 629  
630 -The PG1302 supports GPS:
631 -
632 -[[image:image-20240118160132-1.png||height="270" width="338"]]
633 -
634 -
635 -* **The users can find the GPS device in Raspberry: /dev/ttyS0 or /dev/ttyAMA0**
636 -
637 - [[image:image-20240118160407-2.png||height="71" width="458"]]
638 -
639 -
640 -* **Check the GPS output: cat /dev/ttyS0**
641 -
642 - [[image:image-20240118160454-3.png]]
643 -
644 -
645 -* **Add the GPS to the Semtech UDP package forwarder configuration.**
646 -
647 - [[image:image-20240118160928-4.png||height="426" width="464"]]
648 -
649 -
650 -* **Test GPS function**
651 -
652 -**~ 1.) Stop IoT service: systemctl stop draginofwd**
653 -
654 -
655 -**~ 2.) Run the fwd command and check the output**
656 -
657 -
658 - [[image:image-20240118161109-5.png]]
659 -
660 -
661 -**~ 3.) Trouble Shooting:**
662 -
663 - If you get many WARNING outputs, which should be the GPS location is invalid, you need to adjust the GPS location, it is recommended to put it outdoors
664 -
665 -
666 - [[image:image-20240118161333-6.png]]
667 -
668 -
669 - The user can check the PG1302 board GPS LED status to check the location,
670 -
671 - GPS location is valid  ~-~--> GPS LED will light up
672 -
673 - GPS location is invalid ~-~--> GPS LED will light down
674 -
675 -
676 - [[image:image-20240118162033-7.png]]
677 -
678 -
679 -
680 -= 7. Trouble Shooting =
681 -
682 -(% class="wikigeneratedid" %)
683 -7.1 Failed to start the concentrator how to debug
684 -
685 -
686 ---When the problem "failed to start the concentrator" occurs, the user needs to check whether the I2C and SPI are enabled,--
687 -
688 ---Users can enter the following command to check whether I2C is detected, and the detection of **"60"** is correct.--
689 -
690 -(% class="box infomessage" %)
691 -(((
692 ---**i2cdetect -y 1**--
693 -)))
694 -
695 -**Note: This method has been removed because the i2c had been removed on the latest PG1302.**
696 -
697 -
698 -
699 -Check whether the SPI path of the configuration file is correct,
700 -
701 -(% class="box infomessage" %)
702 -(((
703 -**cat /etc/lora/global_conf.json **
704 -)))
705 -
706 -(% class="wikigeneratedid" %)
707 -[[image:image-20230518092732-2.png||height="378" width="691"]]
708 -
709 -
710 -
711 -= 8. Order Info =
712 -
713 -
714 714  Part Number: (% style="color:#0000ff" %)**PG1302-XX**   (%%) Or  Part Number: (% style="color:#0000ff" %)**PG1302-PI-XX   **(%%)(Include RPi converter board for RPI 3/4)
715 715  
716 716  **~ (% style="color:#0000ff" %)XX:(%%)**
... ... @@ -719,9 +719,11 @@
719 719  * (% style="color:red" %)**915** (%%)(For Bands: US915,AU915,AS923,KR920)
720 720  * (% style="color:red" %)**470** (%%)(For Band: CN470)
721 721  
722 -= 9. Packing Info =
723 723  
724 724  
650 += 7. Packing Info =
651 +
652 +
725 725  (((
726 726  **PG1302 Package Includes**:
727 727  )))
... ... @@ -732,7 +732,6 @@
732 732  )))
733 733  
734 734  
735 -
736 736  (((
737 737  **PG1302-PI Package Includes**:
738 738  )))
... ... @@ -742,18 +742,25 @@
742 742  * RPi3/4 converter PCB
743 743  * Screws to hole converter PCB on RPI.
744 744  
672 +
745 745  **PG1302-PI Dimension and weight: **
746 746  
747 747  * Device Size: 18 x 8 x 4 cm
748 748  * Weight: 150g
749 749  
750 -= 10. Support =
751 751  
752 752  
680 += 8. Support =
681 +
682 +
753 753  (((
754 -If you are experiencing issues and can't solve, you can send mail to [[support@dragino.com>>mailto:support@dragino.com]].
684 +If you are experiencing issues and can't solve, you can send mail to
755 755  )))
756 756  
757 757  (((
688 +[[support@dragino.com>>mailto:support@dragino.com]]
689 +)))
690 +
691 +(((
758 758  With your question as detail as possible. We will reply and help you in the shortest.
759 759  )))
image-20231115174839-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -80.3 KB
Content
image-20231115180410-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -78.7 KB
Content
image-20240118160132-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -37.2 KB
Content
image-20240118160407-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -7.9 KB
Content
image-20240118160454-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -42.0 KB
Content
image-20240118160928-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -83.8 KB
Content
image-20240118161109-5.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -178.1 KB
Content
image-20240118161333-6.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -120.0 KB
Content
image-20240118162033-7.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -724.0 KB
Content
image-20240122140551-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -334.9 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0