<
From version < 53.1 >
edited by Xiaoling
on 2022/05/06 09:20
To version < 38.1 >
edited by Xiaoling
on 2022/05/06 08:34
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -21,62 +21,96 @@
21 21  
22 22  
23 23  
24 -{{toc numbered="true"/}}
24 +{{toc/}}
25 25  
26 +[[1.       Introduction. 4>>path:#_Toc99563935]]
26 26  
28 +[[1.1     What is PG1302 LoRaWAN Concentrator?. 4>>path:#_Toc99563936]]
27 27  
30 +[[1.2     Features. 4>>path:#_Toc99563937]]
28 28  
29 -~1. Introduction
32 +[[1.3     General Interfaces. 5>>path:#_Toc99563938]]
30 30  
31 - 1.1 What is PG1302 LoRaWAN Concentrator?
34 +[[1.4     Pin Mapping. 5>>path:#_Toc99563939]]
32 32  
33 -(((
34 -(((
35 - The PG1302 is a multi-channel high performance transmitter/receiver designed to simultaneously receive several LoRa packets using random spreading factors on
36 -)))
37 -)))
36 +[[1.5     LEDs. 5>>path:#_Toc99563940]]
38 38  
39 -(((
40 -(((
41 - 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
42 -)))
43 -)))
38 +[[1.6     Power Consumption. 6>>path:#_Toc99563941]]
44 44  
45 -(((
46 -(((
47 - range of distances.
48 -)))
40 +[[1.7     Applications. 6>>path:#_Toc99563942]]
49 49  
50 -
51 -)))
42 +[[2.       Example: Set up as LoRaWAN gateway. 7>>path:#_Toc99563943]]
52 52  
53 -(((
54 -(((
55 - The PG1302 is design to use with Raspberry Pi to build smart metering fixed networks and Internet of Things applications with up to 5000 nodes per km2 in moderately
56 -)))
57 -)))
44 +[[2.1     System structure. 7>>path:#_Toc99563944]]
58 58  
59 -(((
60 -(((
61 - interfered environment.
62 -)))
46 +[[2.2     Hardware Installation. 8>>path:#_Toc99563954]]
63 63  
64 -
65 -)))
48 +[[3.       Install the software?. 8>>path:#_Toc99563955]]
66 66  
67 -(((
68 -(((
69 - PG1302 is fully compatible with RPi3/4, 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
70 -)))
71 -)))
50 +[[4.       Flash with pre-build image. 9>>path:#_Toc99563956]]
72 72  
73 -(((
74 -(((
75 - in the exist OS.
76 -)))
77 -)))
52 +[[4.1     Download the dragino image for RPI. 9>>path:#_Toc99563957]]
78 78  
54 +[[4.2     Flash the image to SD card. 9>>path:#_Toc99563958]]
79 79  
56 +[[4.3     Access the Linux console. 10>>path:#_Toc99563959]]
57 +
58 +[[4.4     Access the WebUI of RPi4. 11>>path:#_Toc99563960]]
59 +
60 +[[4.4.1       Home page. 11>>path:#_Toc99563961]]
61 +
62 +[[4.4.2       LoRa Page. 12>>path:#_Toc99563962]]
63 +
64 +[[4.4.3       LoRaWAN Page. 13>>path:#_Toc99563963]]
65 +
66 +[[4.4.3.1         Semtech UDP. 13>>path:#_Toc99563964]]
67 +
68 +[[4.4.3.2         Basic Station. 14>>path:#_Toc99563965]]
69 +
70 +[[4.4.4       LogRead. 15>>path:#_Toc99563966]]
71 +
72 +[[4.4.4.1         LoRa Log. 15>>path:#_Toc99563967]]
73 +
74 +[[4.4.4.2         System Log. 16>>path:#_Toc99563968]]
75 +
76 +[[4.4.4.3         Record Log. 16>>path:#_Toc99563969]]
77 +
78 +[[5.       Install stand alone LoRa Packet Forwarder. 17>>path:#_Toc99563970]]
79 +
80 +[[5.1     OS requirement 17>>path:#_Toc99563971]]
81 +
82 +[[5.2     Get Gateway ID in Raspberry and input this in TTN v3. 17>>path:#_Toc99563972]]
83 +
84 +[[5.2.1       Download and install LoRaWAN packet forwarder. 20>>path:#_Toc99563973]]
85 +
86 +[[5.2.2       Config Gateway ID, Frequency Band and Server address. 22>>path:#_Toc99563974]]
87 +
88 +[[5.2.3       Check result 24>>path:#_Toc99563975]]
89 +
90 +[[5.2.4       Commands to handle service. 25>>path:#_Toc99563976]]
91 +
92 +[[6.       Order Info. 25>>path:#_Toc99563977]]
93 +
94 +[[7.       Packing Info. 25>>path:#_Toc99563978]]
95 +
96 +[[8.       Reference. 26>>path:#_Toc99563979]]
97 +
98 +[[9.       Support. 27>>path:#_Toc99563980]]
99 +
100 +
101 +
102 +
103 +~1. Introduction
104 +
105 + 1.1 What is PG1302 LoRaWAN Concentrator?
106 +
107 + The PG1302 is a 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.
108 +
109 + The PG1302 is design to use with Raspberry Pi to build smart metering fixed networks and Internet of Things applications with up to 5000 nodes per km2 in moderately interfered environment.
110 +
111 + PG1302 is fully compatible with RPi3/4, 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 exist OS.
112 +
113 +
80 80  1.2 Features
81 81  
82 82  * Base on Semtech SX1302 solution
... ... @@ -100,15 +100,15 @@
100 100  
101 101  1.5 LEDs
102 102  
103 - TX: Blink when transmit a packet
137 + TX: Blink when transmit a packet
104 104  
105 - RX: Blink when receive a packet
139 + RX: Blink when receive a packet
106 106  
107 - Config: Always ON
141 + Config: Always ON
108 108  
109 109  1.6 Power Consumption
110 110  
111 - TBD
145 + TBD
112 112  
113 113  1.7 Applications
114 114  
... ... @@ -123,7 +123,7 @@
123 123  
124 124   2.1 System structure
125 125  
126 - This example is an example to show how to set up the PG1302 + RPi as a LoRaWAN gateway to use with [[TheThingsNetwork>>http://www.thethingsnetwork.org/]](TTN) LoRaWAN server.. Set up method for other  server are similar
160 +This example is an example to show how to set up the PG1302 + RPi as a LoRaWAN gateway to use with [[TheThingsNetwork>>http://www.thethingsnetwork.org/]](TTN) LoRaWAN server.. Set up method for other server are similar
127 127  
128 128  (% style="text-align:center" %)
129 129  [[image:1651743698677-436.png||height="457" width="686"]]
... ... @@ -133,7 +133,7 @@
133 133  
134 134  2.2 Hardware Installation
135 135  
136 -**~ Important Notice: **Please power the RPI with 5V,3A cable.
170 +**~ Important Notice: **Please power the RPI with 5V,3A cable.
137 137  
138 138  (% style="text-align:center" %)
139 139  [[image:1651743803032-803.png]]
... ... @@ -142,7 +142,7 @@
142 142  
143 143  3. Install the software?
144 144  
145 - There are two ways to install software in RPi4 to use PG1302.
179 +There are two ways to install software in RPi4 to use PG1302.
146 146  
147 147  * Flash SD card with Dragino pre-build image which support Web UI.
148 148  * Install lora packet forwarder in existing RPi OS.
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0