<
From version < 108.10 >
edited by Xiaoling
on 2022/07/28 14:38
To version < 108.20 >
edited by Xiaoling
on 2022/08/22 17:27
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -16,6 +16,7 @@
16 16  
17 17  = **1. Introduction** =
18 18  
19 +
19 19  == **1.1 What is PG1302 LoRaWAN Concentrator?** ==
20 20  
21 21  
... ... @@ -45,6 +45,7 @@
45 45  
46 46  
47 47  
49 +
48 48  == **1.3 General Interfaces for PG1302** ==
49 49  
50 50  
... ... @@ -54,6 +54,7 @@
54 54  
55 55  
56 56  
59 +
57 57  == **1.4 Pin Mapping** ==
58 58  
59 59  
... ... @@ -64,9 +64,11 @@
64 64  == **1.5 LEDs** ==
65 65  
66 66  
70 +(((
67 67  TX: Blink when transmit a packet
68 68  RX: Blink when receive a packet
69 69  Config: Always ON
74 +)))
70 70  
71 71  
72 72  
... ... @@ -91,13 +91,17 @@
91 91  
92 92  
93 93  
94 -= **2. Example: Set up as LoRaWAN gateway.** =
95 95  
100 += **2. Example: Set up as LoRaWAN gateway** =
101 +
102 +
96 96  == **2.1 System structure** ==
97 97  
98 98  
99 99  (((
100 100  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.
108 +
109 +
101 101  )))
102 102  
103 103  [[image:1651743698677-436.png||height="457" width="686"]]
... ... @@ -115,6 +115,7 @@
115 115  
116 116  = **3. Install the software?** =
117 117  
127 +
118 118  There are two ways to install the software in RPi4 to use PG1302.
119 119  
120 120  * Flash SD card with Dragino pre-build image which supports Web UI.
... ... @@ -122,8 +122,10 @@
122 122  
123 123  
124 124  
135 +
125 125  = **4. Flash with pre-build image** =
126 126  
138 +
127 127  == **4.1 Download the dragino image for RPI** ==
128 128  
129 129  
... ... @@ -148,7 +148,9 @@
148 148  == **4.3 Access the Linux console** ==
149 149  
150 150  
163 +(((
151 151  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
165 +)))
152 152  
153 153  
154 154  [[image:1651744193675-591.png||height="450" width="466"]]
... ... @@ -183,14 +183,17 @@
183 183  
184 184  
185 185  
186 -== **4.4 Access the WebUI of RPi4.** ==
200 +== **4.4 Access the WebUI of RPi4** ==
187 187  
202 +
188 188  === **4.4.1 Home page** ===
189 189  
190 190  
191 -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)
206 +(((
207 +Open a browser on the PC and type the RPI ip address **http:~/~/IP_ADDRESS ** (If the IP is assigned by the uplink router)
192 192  You will see the login interface of RPI as shown below.
193 193  The account details for Web Login are:
210 +)))
194 194  
195 195  (((
196 196  **~ (% style="color:#0000ff" %)User Name: root(%%)**
... ... @@ -208,13 +208,15 @@
208 208  
209 209  This page shows the LoRa Radio Settings. There are a set of default frequency band according to LoRaWAN protocol, and user can customize the band* as well.
210 210  
228 +
211 211  [[image:1651744554845-970.png||height="328" width="621"]]
212 212  
231 +
213 213  Different PG1302 hardware version can support different frequency range:
214 214  
215 -➢** (% style="color:red" %)868: valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865.(%%)**
234 +* (% style="color:red" %)**868: valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865.**
235 +* (% style="color:red" %)**915: valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920**
216 216  
217 -➢ (% style="color:red" %)**915: valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920**
218 218  
219 219  After user choose the frequency plan, he can see the actually frequency in used by checking the (% style="color:#037691" %)**page LogRead ~-~-> LoRa Log**
220 220  
... ... @@ -224,11 +224,13 @@
224 224  
225 225  === **4.4.3 LoRaWAN Page** ===
226 226  
246 +
227 227  ==== **4.4.3.1 Semtech UDP** ====
228 228  
229 229  
230 230  [[image:1651744767914-283.png||height="352" width="621"]]
231 231  
252 +
232 232  (% style="color:red" %)**Note *: [[See this instruction for how to configure TTN>>doc:Main.Notes for TTN.WebHome]].**
233 233  
234 234  
... ... @@ -245,11 +245,13 @@
245 245  
246 246  === **4.4.4 LogRead** ===
247 247  
269 +
248 248  ==== **4.4.4.1 LoRa Log** ====
249 249  
250 250  
251 251  [[image:1651744955955-452.png||height="571" width="621"]]
252 252  
275 +
253 253  Show the frequency for LoRa Radio and traffics.
254 254  
255 255  
... ... @@ -259,6 +259,7 @@
259 259  
260 260  Show system log.
261 261  
285 +
262 262  [[image:1651745003470-264.png||height="477" width="621"]]
263 263  
264 264  
... ... @@ -268,12 +268,14 @@
268 268  
269 269  **Record the system log.**
270 270  
295 +
271 271  [[image:1651745069814-662.png||height="144" width="621"]]
272 272  
273 273  
274 274  
275 -= **5. Install stand-alone LoRa Packet Forwarder.** =
300 += **5. Install stand-alone LoRa Packet Forwarder** =
276 276  
302 +
277 277  == **5.1 OS requirement** ==
278 278  
279 279  
... ... @@ -281,7 +281,7 @@
281 281  
282 282  (% class="box" %)
283 283  (((
284 - pi@raspberrypi:~~$ cat /etc/os-release
310 + pi@raspberrypi:~~$ cat /etc/os-release
285 285   PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
286 286   NAME="Raspbian GNU/Linux"
287 287   VERSION_ID="8"
... ... @@ -407,15 +407,22 @@
407 407  [[image:1651745867516-322.png||height="83" width="740"]]
408 408  
409 409  
410 -*
411 -** 2). Use this command to copy it.
412 412  
413 - cp /etc/lora/cfg-302/EU-global_conf.json /etc/lora/global_conf.json
437 +**~ 2). Use this command to copy it.**
414 414  
439 +(% class="box infomessage" %)
440 +(((
441 +*
442 +** cp /etc/lora/cfg-302/EU-global_conf.json /etc/lora/global_conf.json
443 +)))
444 +
415 415  [[image:1651745984006-868.png||height="87" width="745"]]
416 416  
447 +
417 417  * If user wants to change to other LoRaWAN server, modify the (% style="color:#0000ff" %)**global_conf.json**(%%) file.
418 418  
450 +
451 +
419 419  === **5.2.3 Check result** ===
420 420  
421 421  
... ... @@ -484,6 +484,7 @@
484 484  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
485 485  
486 486  
520 +
487 487  = **6. Order Info** =
488 488  
489 489  
... ... @@ -496,7 +496,6 @@
496 496  * (% style="color:red" %)**470** (%%)(For Band: CN470)
497 497  
498 498  
499 -
500 500  = **7. Packing Info** =
501 501  
502 502  (((
... ... @@ -530,7 +530,6 @@
530 530  * Weight: 150g
531 531  
532 532  
533 -
534 534  (((
535 535  = **8. Support** =
536 536  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0