<
From version < 145.2 >
edited by Xiaoye
on 2024/02/26 16:24
To version < 128.1 >
edited by Kilight Cao
on 2023/05/18 09:28
>
Change comment: There is no comment for this version

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.Xiaoye
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,7 @@
42 42  * Mini-PCIe Interface
43 43  * Converter board to support Raspberry Pi
44 44  
45 +
45 45  == 1.3 General Interfaces for PG1302 ==
46 46  
47 47  
... ... @@ -50,10 +50,11 @@
50 50  * 1 x I-PEX for LoRa
51 51  * Working Temperature: -40 ℃ ~~ 80℃
52 52  
54 +
53 53  == 1.4 Pin Mapping ==
54 54  
55 55  
56 -[[image:image-20240122140551-1.png]]
58 + [[image:1651743282627-547.png||height="402" width="425"]]
57 57  
58 58  
59 59  == 1.5 LEDs ==
... ... @@ -61,7 +61,7 @@
61 61  
62 62  (((
63 63  TX: Blink when transmit a packet
64 -RX: Blink when receiving a packet
66 +RX: Blink when receive a packet
65 65  Config: Always ON
66 66  )))
67 67  
... ... @@ -74,22 +74,9 @@
74 74  Detail Test Report see [[this link>>https://www.dropbox.com/sh/89virm4y0b02c7i/AAA-cgQEsSc8gNGFYAB0qZ_Za?dl=0]]
75 75  
76 76  
77 -== 1.7 Antenna Installation ==
79 +== 1.7 Applications ==
78 78  
79 79  
80 -Left:  **GPS antenna**
81 -
82 -Right:  **LoRa Antenna**
83 -
84 -[[image:https://www.thethingsnetwork.org/forum/uploads/default/original/3X/6/2/624619afa8d75a2c21bfd1e3687afaa75ad61cbc.jpeg||alt="PG1302_70"]]
85 -
86 -
87 -
88 -
89 -
90 -== 1.8 Applications ==
91 -
92 -
93 93  * Smart Buildings & Home Automation
94 94  * Logistics and Supply Chain Management
95 95  * Smart Metering
... ... @@ -117,7 +117,7 @@
117 117  
118 118  (% style="color:red" %)**Important Notice: Please power the RPI with 5V,3A cable.**
119 119  
120 -[[image:image-20220621104746-1.png||height="351" width="415"]]
109 +[[image:image-20220621104746-1.png||height="381" width="451"]]
121 121  
122 122  
123 123  = 3. Install the software? =
... ... @@ -136,6 +136,7 @@
136 136  
137 137  * 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.
138 138  
128 +
139 139  = 4. Flash with pre-build image =
140 140  
141 141  == 4.1 Download the dragino image for RPI ==
... ... @@ -320,7 +320,7 @@
320 320  
321 321  (% class="box" %)
322 322  (((
323 -**~ pi@raspberrypi:~~$ cat /etc/os-release
313 + pi@raspberrypi:~~$ cat /etc/os-release
324 324   PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
325 325   NAME="Raspbian GNU/Linux"
326 326   VERSION_ID="8"
... ... @@ -329,7 +329,7 @@
329 329   ID_LIKE=debian
330 330   HOME_URL="http:~/~/www.raspbian.org/"
331 331   SUPPORT_URL="http:~/~/www.raspbian.org/RaspbianForums"
332 - BUG_REPORT_URL="http:~/~/www.raspbian.org/RaspbianBugs"**
322 + BUG_REPORT_URL="http:~/~/www.raspbian.org/RaspbianBugs"
333 333  
334 334  
335 335  )))
... ... @@ -536,6 +536,7 @@
536 536  * (% style="color:#0000ff" %)**Auto run**(%%) dragino_fwd after boot:  sudo systemctl enable draginofwd
537 537  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
538 538  
529 +
539 539  === 5.2.2 Basic Station Mode. ===
540 540  
541 541  
... ... @@ -638,83 +638,29 @@
638 638  [[image:image-20230329201624-11.png]]
639 639  
640 640  
632 += 6. Trouble Shooting =
641 641  
642 -= 6. Add GPS support in PG1302 =
643 643  
644 -The PG1302 supports GPS:
635 +== 6.1 Failed to start the concentrator how to debug ==
645 645  
646 -[[image:image-20240118160132-1.png||height="270" width="338"]]
647 647  
638 +When the problem "failed to start the concentrator" occurs, the user needs to check whether the I2C and SPI are enabled,
648 648  
649 -* **The users can find the GPS device in Raspberry: /dev/ttyS0 or /dev/ttyAMA0**
640 +Users can enter the following command to check whether I2C is detected, and the detection of **"60"** is correct.
650 650  
651 - [[image:image-20240118160407-2.png||height="71" width="458"]]
652 -
653 -
654 -* **Check the GPS output: cat /dev/ttyS0**
655 -
656 - [[image:image-20240118160454-3.png]]
657 -
658 -
659 -* **Add the GPS to the Semtech UDP package forwarder configuration.**
660 -
661 - [[image:image-20240118160928-4.png||height="426" width="464"]]
662 -
663 -
664 -* **Test GPS function**
665 -
666 -**~ 1.) Stop IoT service: systemctl stop draginofwd**
667 -
668 -
669 -**~ 2.) Run the fwd command and check the output**
670 -
671 -
672 - [[image:image-20240118161109-5.png]]
673 -
674 -
675 -**~ 3.) Trouble Shooting:**
676 -
677 - 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
678 -
679 -
680 - [[image:image-20240118161333-6.png]]
681 -
682 -
683 - The user can check the PG1302 board GPS LED status to check the location,
684 -
685 - GPS location is valid  ~-~--> GPS LED will light up
686 -
687 - GPS location is invalid ~-~--> GPS LED will light down
688 -
689 -
690 - [[image:image-20240118162033-7.png]]
691 -
692 -
693 -
694 -= 7. Trouble Shooting =
695 -
696 -(% class="wikigeneratedid" %)
697 -7.1 Failed to start the concentrator how to debug
698 -
699 -
700 ---When the problem "failed to start the concentrator" occurs, the user needs to check whether the I2C and SPI are enabled,--
701 -
702 ---Users can enter the following command to check whether I2C is detected, and the detection of **"60"** is correct.--
703 -
704 704  (% class="box infomessage" %)
705 705  (((
706 ---**i2cdetect -y 1**--
644 +i2cdetect -y 1
707 707  )))
708 708  
709 -**Note: This method has been removed because the i2c had been removed on the latest PG1302.**
647 +[[image:image-20230518091900-1.png]]
710 710  
711 711  
712 -
713 713  Check whether the SPI path of the configuration file is correct,
714 714  
715 715  (% class="box infomessage" %)
716 716  (((
717 -**cat /etc/lora/global_conf.json **
654 +cat /etc/lora/global_conf.json
718 718  )))
719 719  
720 720  (% class="wikigeneratedid" %)
... ... @@ -722,7 +722,7 @@
722 722  
723 723  
724 724  
725 -= 8. Order Info =
662 += 7. Order Info =
726 726  
727 727  
728 728  Part Number: (% style="color:#0000ff" %)**PG1302-XX**   (%%) Or  Part Number: (% style="color:#0000ff" %)**PG1302-PI-XX   **(%%)(Include RPi converter board for RPI 3/4)
... ... @@ -733,9 +733,10 @@
733 733  * (% style="color:red" %)**915** (%%)(For Bands: US915,AU915,AS923,KR920)
734 734  * (% style="color:red" %)**470** (%%)(For Band: CN470)
735 735  
736 -= 9. Packing Info =
737 737  
674 += 8. Packing Info =
738 738  
676 +
739 739  (((
740 740  **PG1302 Package Includes**:
741 741  )))
... ... @@ -746,7 +746,6 @@
746 746  )))
747 747  
748 748  
749 -
750 750  (((
751 751  **PG1302-PI Package Includes**:
752 752  )))
... ... @@ -761,13 +761,18 @@
761 761  * Device Size: 18 x 8 x 4 cm
762 762  * Weight: 150g
763 763  
764 -= 10. Support =
765 765  
702 += 9. Support =
766 766  
704 +
767 767  (((
768 -If you are experiencing issues and can't solve, you can send mail to [[support@dragino.com>>mailto:support@dragino.com]].
706 +If you are experiencing issues and can't solve, you can send mail to
769 769  )))
770 770  
771 771  (((
710 +[[support@dragino.com>>mailto:support@dragino.com]]
711 +)))
712 +
713 +(((
772 772  With your question as detail as possible. We will reply and help you in the shortest.
773 773  )))
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