<
From version < 145.1 >
edited by Xiaoye
on 2024/02/26 15:48
To version < 131.1 >
edited by Xiaoye
on 2023/11/15 18:04
>
Change comment: Uploaded new attachment "image-20231115180410-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
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  
... ... @@ -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
... ... @@ -98,7 +98,6 @@
98 98  * Smart Factory
99 99  
100 100  
101 -
102 102  = 2. Example: Set up as LoRaWAN gateway =
103 103  
104 104  == 2.1 System structure ==
... ... @@ -118,7 +118,7 @@
118 118  
119 119  (% style="color:red" %)**Important Notice: Please power the RPI with 5V,3A cable.**
120 120  
121 -[[image:image-20220621104746-1.png||height="351" width="415"]]
109 +[[image:image-20220621104746-1.png||height="381" width="451"]]
122 122  
123 123  
124 124  = 3. Install the software? =
... ... @@ -129,14 +129,17 @@
129 129  * Flash SD card with Dragino pre-build image which supports Web UI.
130 130  * Install [[Dragino-FWD>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/PG1302/#H5.2.2.A0Selecttheappropriatedeviceversiontodownload:]] in existing RPi OS.
131 131  
120 +
132 132  **TinkerBoard2/2S, **
133 133  
134 134  * 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.
135 135  
125 +
136 136  **Orange Pi PC/PC PLUS.**
137 137  
138 138  * 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.
139 139  
130 +
140 140  = 4. Flash with pre-build image =
141 141  
142 142  == 4.1 Download the dragino image for RPI ==
... ... @@ -537,6 +537,7 @@
537 537  * (% style="color:#0000ff" %)**Auto run**(%%) dragino_fwd after boot:  sudo systemctl enable draginofwd
538 538  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
539 539  
531 +
540 540  === 5.2.2 Basic Station Mode. ===
541 541  
542 542  
... ... @@ -639,65 +639,11 @@
639 639  [[image:image-20230329201624-11.png]]
640 640  
641 641  
634 += 6. Trouble Shooting =
642 642  
643 -= 6. Add GPS support in PG1302 =
636 +== 6.1 Failed to start the concentrator how to debug ==
644 644  
645 -The PG1302 supports GPS:
646 646  
647 -[[image:image-20240118160132-1.png||height="270" width="338"]]
648 -
649 -
650 -* **The users can find the GPS device in Raspberry: /dev/ttyS0 or /dev/ttyAMA0**
651 -
652 - [[image:image-20240118160407-2.png||height="71" width="458"]]
653 -
654 -
655 -* **Check the GPS output: cat /dev/ttyS0**
656 -
657 - [[image:image-20240118160454-3.png]]
658 -
659 -
660 -* **Add the GPS to the Semtech UDP package forwarder configuration.**
661 -
662 - [[image:image-20240118160928-4.png||height="426" width="464"]]
663 -
664 -
665 -* **Test GPS function**
666 -
667 -**~ 1.) Stop IoT service: systemctl stop draginofwd**
668 -
669 -
670 -**~ 2.) Run the fwd command and check the output**
671 -
672 -
673 - [[image:image-20240118161109-5.png]]
674 -
675 -
676 -**~ 3.) Trouble Shooting:**
677 -
678 - 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
679 -
680 -
681 - [[image:image-20240118161333-6.png]]
682 -
683 -
684 - The user can check the PG1302 board GPS LED status to check the location,
685 -
686 - GPS location is valid  ~-~--> GPS LED will light up
687 -
688 - GPS location is invalid ~-~--> GPS LED will light down
689 -
690 -
691 - [[image:image-20240118162033-7.png]]
692 -
693 -
694 -
695 -= 7. Trouble Shooting =
696 -
697 -(% class="wikigeneratedid" %)
698 -7.1 Failed to start the concentrator how to debug
699 -
700 -
701 701  --When the problem "failed to start the concentrator" occurs, the user needs to check whether the I2C and SPI are enabled,--
702 702  
703 703  --Users can enter the following command to check whether I2C is detected, and the detection of **"60"** is correct.--
... ... @@ -723,7 +723,7 @@
723 723  
724 724  
725 725  
726 -= 8. Order Info =
664 += 7. Order Info =
727 727  
728 728  
729 729  Part Number: (% style="color:#0000ff" %)**PG1302-XX**   (%%) Or  Part Number: (% style="color:#0000ff" %)**PG1302-PI-XX   **(%%)(Include RPi converter board for RPI 3/4)
... ... @@ -734,9 +734,10 @@
734 734  * (% style="color:red" %)**915** (%%)(For Bands: US915,AU915,AS923,KR920)
735 735  * (% style="color:red" %)**470** (%%)(For Band: CN470)
736 736  
737 -= 9. Packing Info =
738 738  
676 += 8. Packing Info =
739 739  
678 +
740 740  (((
741 741  **PG1302 Package Includes**:
742 742  )))
... ... @@ -757,14 +757,16 @@
757 757  * RPi3/4 converter PCB
758 758  * Screws to hole converter PCB on RPI.
759 759  
699 +
760 760  **PG1302-PI Dimension and weight: **
761 761  
762 762  * Device Size: 18 x 8 x 4 cm
763 763  * Weight: 150g
764 764  
765 -= 10. Support =
766 766  
706 += 9. Support =
767 767  
708 +
768 768  (((
769 769  If you are experiencing issues and can't solve, you can send mail to [[support@dragino.com>>mailto:support@dragino.com]].
770 770  )))
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