<
From version < 108.16 >
edited by Xiaoling
on 2022/08/10 11:44
To version < 108.21 >
edited by Xiaoling
on 2022/08/22 17:32
>
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  
... ... @@ -44,6 +44,8 @@
44 44  * Converter board to support Raspberry Pi
45 45  
46 46  
48 +
49 +
47 47  == **1.3 General Interfaces for PG1302** ==
48 48  
49 49  
... ... @@ -52,6 +52,8 @@
52 52  * 1 x I-PEX for LoRa
53 53  
54 54  
58 +
59 +
55 55  == **1.4 Pin Mapping** ==
56 56  
57 57  
... ... @@ -90,13 +90,18 @@
90 90  * Smart Factory
91 91  
92 92  
93 -= **2. Example: Set up as LoRaWAN gateway.** =
94 94  
99 +
100 += **2. Example: Set up as LoRaWAN gateway** =
101 +
102 +
95 95  == **2.1 System structure** ==
96 96  
97 97  
98 98  (((
99 99  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 +
100 100  )))
101 101  
102 102  [[image:1651743698677-436.png||height="457" width="686"]]
... ... @@ -121,8 +121,11 @@
121 121  * Install Lora packet forwarder in existing RPi OS.
122 122  
123 123  
134 +
135 +
124 124  = **4. Flash with pre-build image** =
125 125  
138 +
126 126  == **4.1 Download the dragino image for RPI** ==
127 127  
128 128  
... ... @@ -184,8 +184,9 @@
184 184  
185 185  
186 186  
187 -== **4.4 Access the WebUI of RPi4.** ==
200 +== **4.4 Access the WebUI of RPi4** ==
188 188  
202 +
189 189  === **4.4.1 Home page** ===
190 190  
191 191  
... ... @@ -211,13 +211,15 @@
211 211  
212 212  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.
213 213  
228 +
214 214  [[image:1651744554845-970.png||height="328" width="621"]]
215 215  
231 +
216 216  Different PG1302 hardware version can support different frequency range:
217 217  
218 -➢** (% 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**
219 219  
220 -➢ (% style="color:red" %)**915: valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920**
221 221  
222 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**
223 223  
... ... @@ -227,11 +227,13 @@
227 227  
228 228  === **4.4.3 LoRaWAN Page** ===
229 229  
246 +
230 230  ==== **4.4.3.1 Semtech UDP** ====
231 231  
232 232  
233 233  [[image:1651744767914-283.png||height="352" width="621"]]
234 234  
252 +
235 235  (% style="color:red" %)**Note *: [[See this instruction for how to configure TTN>>doc:Main.Notes for TTN.WebHome]].**
236 236  
237 237  
... ... @@ -248,11 +248,13 @@
248 248  
249 249  === **4.4.4 LogRead** ===
250 250  
269 +
251 251  ==== **4.4.4.1 LoRa Log** ====
252 252  
253 253  
254 254  [[image:1651744955955-452.png||height="571" width="621"]]
255 255  
275 +
256 256  Show the frequency for LoRa Radio and traffics.
257 257  
258 258  
... ... @@ -262,6 +262,7 @@
262 262  
263 263  Show system log.
264 264  
285 +
265 265  [[image:1651745003470-264.png||height="477" width="621"]]
266 266  
267 267  
... ... @@ -271,12 +271,14 @@
271 271  
272 272  **Record the system log.**
273 273  
295 +
274 274  [[image:1651745069814-662.png||height="144" width="621"]]
275 275  
276 276  
277 277  
278 -= **5. Install stand-alone LoRa Packet Forwarder.** =
300 += **5. Install stand-alone LoRa Packet Forwarder** =
279 279  
302 +
280 280  == **5.1 OS requirement** ==
281 281  
282 282  
... ... @@ -371,6 +371,7 @@
371 371  
372 372  This will download the packet forwarder package from Dragino Server to RPI, and start install the package.
373 373  
397 +
374 374  You can get these output:
375 375  
376 376  (((
... ... @@ -407,18 +407,26 @@
407 407  
408 408  **~ 1). Chose your need the name of region frequency.**
409 409  
434 +
410 410  [[image:1651745867516-322.png||height="83" width="740"]]
411 411  
412 412  
413 -*
414 -** 2). Use this command to copy it.
415 415  
416 - cp /etc/lora/cfg-302/EU-global_conf.json /etc/lora/global_conf.json
439 +**~ 2). Use this command to copy it.**
417 417  
441 +(% class="box infomessage" %)
442 +(((
443 +**cp /etc/lora/cfg-302/EU-global_conf.json /etc/lora/global_conf.json**
444 +)))
445 +
418 418  [[image:1651745984006-868.png||height="87" width="745"]]
419 419  
448 +
420 420  * If user wants to change to other LoRaWAN server, modify the (% style="color:#0000ff" %)**global_conf.json**(%%) file.
421 421  
451 +
452 +
453 +
422 422  === **5.2.3 Check result** ===
423 423  
424 424  
... ... @@ -471,6 +471,7 @@
471 471  [[image:1651746111963-838.png||height="184" width="730"]]
472 472  
473 473  
506 +
474 474   If there are LoRaWAN nodes transmitting nearby, we can see the traffic in (% style="color:#037691" %)**TTN v3 –> Gateway ~-~-> Live data**
475 475  
476 476  [[image:1651746139304-966.png||height="326" width="621"]]
... ... @@ -486,6 +486,9 @@
486 486  * (% style="color:#0000ff" %)**Auto run**(%%) dragino_fwd after boot:  sudo systemctl enable draginofwd
487 487  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
488 488  
522 +
523 +
524 +
489 489  = **6. Order Info** =
490 490  
491 491  
... ... @@ -498,6 +498,8 @@
498 498  * (% style="color:red" %)**470** (%%)(For Band: CN470)
499 499  
500 500  
537 +
538 +
501 501  = **7. Packing Info** =
502 502  
503 503  (((
... ... @@ -525,6 +525,8 @@
525 525  * RPi3/4 converter PCB
526 526  * Screws to hole converter PCB on RPI.
527 527  
566 +
567 +
528 528  **PG1302-PI Dimension and weight: **
529 529  
530 530  * Device Size: 18 x 8 x 4 cm
... ... @@ -531,6 +531,8 @@
531 531  * Weight: 150g
532 532  
533 533  
574 +
575 +
534 534  (((
535 535  = **8. Support** =
536 536  
... ... @@ -545,5 +545,8 @@
545 545  
546 546  (((
547 547  With your question as detail as possible. We will reply and help you in the shortest.
590 +
591 +
592 +
548 548  )))
549 549  )))
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0