<
From version < 108.15 >
edited by Xiaoling
on 2022/08/10 11:43
To version < 110.1 >
edited by Xiaoye
on 2022/09/28 18:13
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Xiaoye
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,7 @@
44 44  * Converter board to support Raspberry Pi
45 45  
46 46  
48 +
47 47  == **1.3 General Interfaces for PG1302** ==
48 48  
49 49  
... ... @@ -52,6 +52,7 @@
52 52  * 1 x I-PEX for LoRa
53 53  
54 54  
57 +
55 55  == **1.4 Pin Mapping** ==
56 56  
57 57  
... ... @@ -62,9 +62,11 @@
62 62  == **1.5 LEDs** ==
63 63  
64 64  
68 +(((
65 65  TX: Blink when transmit a packet
66 66  RX: Blink when receive a packet
67 67  Config: Always ON
72 +)))
68 68  
69 69  
70 70  
... ... @@ -88,13 +88,17 @@
88 88  * Smart Factory
89 89  
90 90  
91 -= **2. Example: Set up as LoRaWAN gateway.** =
92 92  
97 += **2. Example: Set up as LoRaWAN gateway** =
98 +
99 +
93 93  == **2.1 System structure** ==
94 94  
95 95  
96 96  (((
97 97  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.
105 +
106 +
98 98  )))
99 99  
100 100  [[image:1651743698677-436.png||height="457" width="686"]]
... ... @@ -119,8 +119,10 @@
119 119  * Install Lora packet forwarder in existing RPi OS.
120 120  
121 121  
131 +
122 122  = **4. Flash with pre-build image** =
123 123  
134 +
124 124  == **4.1 Download the dragino image for RPI** ==
125 125  
126 126  
... ... @@ -182,8 +182,9 @@
182 182  
183 183  
184 184  
185 -== **4.4 Access the WebUI of RPi4.** ==
196 +== **4.4 Access the WebUI of RPi4** ==
186 186  
198 +
187 187  === **4.4.1 Home page** ===
188 188  
189 189  
... ... @@ -209,14 +209,15 @@
209 209  
210 210  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.
211 211  
224 +
212 212  [[image:1651744554845-970.png||height="328" width="621"]]
213 213  
227 +
214 214  Different PG1302 hardware version can support different frequency range:
215 215  
216 -➢** (% style="color:red" %)868: valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865.(%%)**
230 +* (% style="color:red" %)**868: valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865.**
231 +* (% style="color:red" %)**915: valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920**
217 217  
218 -➢ (% style="color:red" %)**915: valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920**
219 -
220 220  After user choose the frequency plan, he can see the actually frequency in used by checking the (% style="color:#037691" %)**page LogRead ~-~-> LoRa Log**
221 221  
222 222  (% style="color:red" %)**Note *: [[See this instruction for how to customize frequency band>>doc:Main.How to customized LoRaWAN frequency band.WebHome]]**
... ... @@ -225,11 +225,13 @@
225 225  
226 226  === **4.4.3 LoRaWAN Page** ===
227 227  
241 +
228 228  ==== **4.4.3.1 Semtech UDP** ====
229 229  
230 230  
231 231  [[image:1651744767914-283.png||height="352" width="621"]]
232 232  
247 +
233 233  (% style="color:red" %)**Note *: [[See this instruction for how to configure TTN>>doc:Main.Notes for TTN.WebHome]].**
234 234  
235 235  
... ... @@ -246,11 +246,13 @@
246 246  
247 247  === **4.4.4 LogRead** ===
248 248  
264 +
249 249  ==== **4.4.4.1 LoRa Log** ====
250 250  
251 251  
252 252  [[image:1651744955955-452.png||height="571" width="621"]]
253 253  
270 +
254 254  Show the frequency for LoRa Radio and traffics.
255 255  
256 256  
... ... @@ -260,6 +260,7 @@
260 260  
261 261  Show system log.
262 262  
280 +
263 263  [[image:1651745003470-264.png||height="477" width="621"]]
264 264  
265 265  
... ... @@ -269,12 +269,14 @@
269 269  
270 270  **Record the system log.**
271 271  
290 +
272 272  [[image:1651745069814-662.png||height="144" width="621"]]
273 273  
274 274  
275 275  
276 -= **5. Install stand-alone LoRa Packet Forwarder.** =
295 += **5. Install stand-alone LoRa Packet Forwarder** =
277 277  
297 +
278 278  == **5.1 OS requirement** ==
279 279  
280 280  
... ... @@ -355,25 +355,31 @@
355 355  
356 356  )))
357 357  
358 -and then run:
359 359  
360 -(% style="background-color:#dcdcdc" %)wget [[https:~~/~~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/auto_install.sh>>url:https://www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/auto_install.sh]]
379 +Select the appropriate device version to download
361 361  
362 -(% style="background-color:#dcdcdc" %)chmod +x ./auto_install.sh
363 363  
364 -(% style="background-color:#dcdcdc" %)./auto_install.sh
365 -
366 366  (((
367 -[[image:1651745611629-818.png||height="225" width="729"]]
383 +draginofwd-32bit
384 +
385 +wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-32bit.deb && dpkg -i draginofwd-32bit.deb
386 +
387 +
388 +dragino-64bit
368 368  )))
369 369  
370 -This will download the packet forwarder package from Dragino Server to RPI, and start install the package.
391 +wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-64bit.deb && dpkg -i draginofwd-64bit.deb
371 371  
372 -You can get these output:
373 373  
394 +dragino-tiker-32bit
395 +
396 +wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-tinker-32bit.deb && dpkg -i draginofwd-tinker-32bit.deb
397 +
398 +
374 374  (((
375 -[[image:1651745657252-173.png||height="426" width="621"]]
400 +
376 376  
402 +[[image:image-20220928181226-1.png]]
377 377  
378 378  
379 379  )))
... ... @@ -405,18 +405,25 @@
405 405  
406 406  **~ 1). Chose your need the name of region frequency.**
407 407  
434 +
408 408  [[image:1651745867516-322.png||height="83" width="740"]]
409 409  
410 410  
411 -*
412 -** 2). Use this command to copy it.
413 413  
414 - cp /etc/lora/cfg-302/EU-global_conf.json /etc/lora/global_conf.json
439 +**~ 2). Use this command to copy it.**
415 415  
441 +(% class="box infomessage" %)
442 +(((
443 +**cp /etc/lora/cfg-302/EU-global_conf.json /etc/lora/global_conf.json**
444 +)))
445 +
416 416  [[image:1651745984006-868.png||height="87" width="745"]]
417 417  
448 +
418 418  * If user wants to change to other LoRaWAN server, modify the (% style="color:#0000ff" %)**global_conf.json**(%%) file.
419 419  
451 +
452 +
420 420  === **5.2.3 Check result** ===
421 421  
422 422  
... ... @@ -469,6 +469,7 @@
469 469  [[image:1651746111963-838.png||height="184" width="730"]]
470 470  
471 471  
505 +
472 472   If there are LoRaWAN nodes transmitting nearby, we can see the traffic in (% style="color:#037691" %)**TTN v3 –> Gateway ~-~-> Live data**
473 473  
474 474  [[image:1651746139304-966.png||height="326" width="621"]]
... ... @@ -484,6 +484,8 @@
484 484  * (% style="color:#0000ff" %)**Auto run**(%%) dragino_fwd after boot:  sudo systemctl enable draginofwd
485 485  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
486 486  
521 +
522 +
487 487  = **6. Order Info** =
488 488  
489 489  
... ... @@ -496,6 +496,7 @@
496 496  * (% style="color:red" %)**470** (%%)(For Band: CN470)
497 497  
498 498  
535 +
499 499  = **7. Packing Info** =
500 500  
501 501  (((
... ... @@ -523,6 +523,7 @@
523 523  * RPi3/4 converter PCB
524 524  * Screws to hole converter PCB on RPI.
525 525  
563 +
526 526  **PG1302-PI Dimension and weight: **
527 527  
528 528  * Device Size: 18 x 8 x 4 cm
... ... @@ -529,6 +529,7 @@
529 529  * Weight: 150g
530 530  
531 531  
570 +
532 532  (((
533 533  = **8. Support** =
534 534  
... ... @@ -543,5 +543,8 @@
543 543  
544 544  (((
545 545  With your question as detail as possible. We will reply and help you in the shortest.
585 +
586 +
587 +
546 546  )))
547 547  )))
image-20220928181226-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +29.1 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0