<
From version < 108.8 >
edited by Xiaoling
on 2022/07/28 14:27
To version < 108.16 >
edited by Xiaoling
on 2022/08/10 11:44
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -19,11 +19,17 @@
19 19  == **1.1 What is PG1302 LoRaWAN Concentrator?** ==
20 20  
21 21  
22 +(((
22 22  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 +)))
23 23  
26 +(((
24 24  The PG1302 is designed to use with Raspberry Pi to build smart metering fixed networks and Internet of Things applications with up to 5000 nodes per km2 in a moderately interfered environment.
28 +)))
25 25  
30 +(((
26 26  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 +)))
27 27  
28 28  
29 29  
... ... @@ -38,7 +38,6 @@
38 38  * Converter board to support Raspberry Pi
39 39  
40 40  
41 -
42 42  == **1.3 General Interfaces for PG1302** ==
43 43  
44 44  
... ... @@ -47,7 +47,6 @@
47 47  * 1 x I-PEX for LoRa
48 48  
49 49  
50 -
51 51  == **1.4 Pin Mapping** ==
52 52  
53 53  
... ... @@ -58,9 +58,11 @@
58 58  == **1.5 LEDs** ==
59 59  
60 60  
61 - TX: Blink when transmit a packet
62 - RX: Blink when receive a packet
63 - Config: Always ON
65 +(((
66 +TX: Blink when transmit a packet
67 +RX: Blink when receive a packet
68 +Config: Always ON
69 +)))
64 64  
65 65  
66 66  
... ... @@ -84,13 +84,14 @@
84 84  * Smart Factory
85 85  
86 86  
87 -
88 88  = **2. Example: Set up as LoRaWAN gateway.** =
89 89  
90 90  == **2.1 System structure** ==
91 91  
92 92  
98 +(((
93 93  This example is an example to show how to set up the PG1302 + RPi as a LoRaWAN gateway to use with [[TheThingsNetwork>>url:http://www.thethingsnetwork.org/]](TTN) LoRaWAN server. Set up method for other server are similar.
100 +)))
94 94  
95 95  [[image:1651743698677-436.png||height="457" width="686"]]
96 96  
... ... @@ -107,6 +107,7 @@
107 107  
108 108  = **3. Install the software?** =
109 109  
117 +
110 110  There are two ways to install the software in RPi4 to use PG1302.
111 111  
112 112  * Flash SD card with Dragino pre-build image which supports Web UI.
... ... @@ -113,8 +113,6 @@
113 113  * Install Lora packet forwarder in existing RPi OS.
114 114  
115 115  
116 -
117 -
118 118  = **4. Flash with pre-build image** =
119 119  
120 120  == **4.1 Download the dragino image for RPI** ==
... ... @@ -141,7 +141,9 @@
141 141  == **4.3 Access the Linux console** ==
142 142  
143 143  
150 +(((
144 144  Connect the RPI Ethernet port to your router, RPi will obtain an IP address from your router. In the router's management portal, you should be able to find what IP address the router has assigned to the RPI. You can use this IP to connect the WEB UI or SSH access of RPI. Make sure your PC and the RPI is in the same network, then use a SSH tool (such as [[putty>>url:http://www.chiark.greenend.org.uk/~~sgtatham/putty/download.html]]) to access it. Below are screenshots
152 +)))
145 145  
146 146  
147 147  [[image:1651744193675-591.png||height="450" width="466"]]
... ... @@ -181,9 +181,11 @@
181 181  === **4.4.1 Home page** ===
182 182  
183 183  
184 -Open a browser on the PC and type the RPI ip address [[http:~~/~~/IP_ADDRESS** **>>url:http://192.168.1.xx/]] (If the IP is assigned by the uplink router)
192 +(((
193 +Open a browser on the PC and type the RPI ip address **http:~/~/IP_ADDRESS ** (If the IP is assigned by the uplink router)
185 185  You will see the login interface of RPI as shown below.
186 186  The account details for Web Login are:
196 +)))
187 187  
188 188  (((
189 189  **~ (% style="color:#0000ff" %)User Name: root(%%)**
... ... @@ -209,7 +209,7 @@
209 209  
210 210  ➢ (% style="color:red" %)**915: valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920**
211 211  
212 -After user choose the frequency plan, he can see the actually frequency in used by checking the (% style="color:blue" %)**page LogRead ~-~-> LoRa Log**
222 +After user choose the frequency plan, he can see the actually frequency in used by checking the (% style="color:#037691" %)**page LogRead ~-~-> LoRa Log**
213 213  
214 214  (% style="color:red" %)**Note *: [[See this instruction for how to customize frequency band>>doc:Main.How to customized LoRaWAN frequency band.WebHome]]**
215 215  
... ... @@ -274,7 +274,7 @@
274 274  
275 275  (% class="box" %)
276 276  (((
277 - pi@raspberrypi:~~$ cat /etc/os-release
287 + pi@raspberrypi:~~$ cat /etc/os-release
278 278   PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
279 279   NAME="Raspbian GNU/Linux"
280 280   VERSION_ID="8"
... ... @@ -409,7 +409,6 @@
409 409  
410 410  * If user wants to change to other LoRaWAN server, modify the (% style="color:#0000ff" %)**global_conf.json**(%%) file.
411 411  
412 -
413 413  === **5.2.3 Check result** ===
414 414  
415 415  
... ... @@ -477,8 +477,6 @@
477 477  * (% style="color:#0000ff" %)**Auto run**(%%) dragino_fwd after boot:  sudo systemctl enable draginofwd
478 478  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
479 479  
480 -
481 -
482 482  = **6. Order Info** =
483 483  
484 484  
... ... @@ -491,8 +491,6 @@
491 491  * (% style="color:red" %)**470** (%%)(For Band: CN470)
492 492  
493 493  
494 -
495 -
496 496  = **7. Packing Info** =
497 497  
498 498  (((
... ... @@ -526,8 +526,6 @@
526 526  * Weight: 150g
527 527  
528 528  
529 -
530 -
531 531  (((
532 532  = **8. Support** =
533 533  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0