<
From version < 108.3 >
edited by Xiaoling
on 2022/07/28 14:15
To version < 108.6 >
edited by Xiaoling
on 2022/07/28 14:25
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -36,6 +36,10 @@
36 36  * Mini-PCIe Interface
37 37  * Converter board to support Raspberry Pi
38 38  
39 +
40 +
41 +
42 +
39 39  == **1.3 General Interfaces for PG1302** ==
40 40  
41 41  * SPI interface for LoRa
... ... @@ -42,6 +42,10 @@
42 42  * Power Input: 5v, 1A
43 43  * 1 x I-PEX for LoRa
44 44  
49 +
50 +
51 +
52 +
45 45  == **1.4 Pin Mapping** ==
46 46  
47 47  
... ... @@ -76,6 +76,10 @@
76 76  * Smart Cities
77 77  * Smart Factory
78 78  
87 +
88 +
89 +
90 +
79 79  = **2. Example: Set up as LoRaWAN gateway.** =
80 80  
81 81  == **2.1 System structure** ==
... ... @@ -103,15 +103,21 @@
103 103  * Flash SD card with Dragino pre-build image which supports Web UI.
104 104  * Install Lora packet forwarder in existing RPi OS.
105 105  
118 +
119 +
120 +
121 +
106 106  = **4. Flash with pre-build image** =
107 107  
108 108  == **4.1 Download the dragino image for RPI** ==
109 109  
110 -Download PG1302_for_Rpi4_64_with_webui from
111 -[[https:~~/~~/www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0>>https://www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0]]
112 112  
127 +(((
128 +Download PG1302_for_Rpi4_64_with_webui from: [[https:~~/~~/www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0>>https://www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0]]
129 +)))
113 113  
114 114  
132 +
115 115  == **4.2 Flash the image to an SD card** ==
116 116  
117 117  
... ... @@ -364,26 +364,30 @@
364 364  
365 365  (((
366 366  The default LoRaWAN server points to localhost, user need to put the correct server address to the server_address field in file (% style="color:#0000ff" %)**local_conf.json**(%%), like below.
385 +
386 +
367 367  )))
368 368  
369 369  [[image:1651745709709-887.png||height="820" width="621"]]
370 370  
371 -User can find the TTN v3 server address from:
372 372  
373 -[[Server Addresses ~| The Things Stack for LoRaWAN (thethingsindustries.com)>>url:https://www.thethingsindustries.com/docs/getting-started/server-addresses/#deployments]]
392 +User can find the TTN v3 server address from: [[Server Addresses ~| The Things Stack for LoRaWAN (thethingsindustries.com)>>url:https://www.thethingsindustries.com/docs/getting-started/server-addresses/#deployments]]
374 374  
375 375  And the default frequency band is US915 in (% style="color:#0000ff" %)**global_conf.json**(%%) file.
376 376  
377 377  [[image:1651745838008-820.png||height="650" width="621"]]
378 378  
398 +
379 379  * If user want to change to other frequency bands, User can copy the file from(% style="color:#0000ff" %)** /etc/lora/cfg-302**(%%) ** **and put it into** (% style="color:#0000ff" %)/etc/lora/global_conf.json(%%).**
380 380  
381 - 1).Chose your need the name of region frequency.
401 +**~ 1). Chose your need the name of region frequency.**
382 382  
383 383  [[image:1651745867516-322.png||height="83" width="740"]]
384 384  
385 - 2). Use this command to copy it.
386 386  
406 +*
407 +** 2). Use this command to copy it.
408 +
387 387   cp /etc/lora/cfg-302/EU-global_conf.json /etc/lora/global_conf.json
388 388  
389 389  [[image:1651745984006-868.png||height="87" width="745"]]
... ... @@ -390,8 +390,11 @@
390 390  
391 391  * If user wants to change to other LoRaWAN server, modify the (% style="color:#0000ff" %)**global_conf.json**(%%) file.
392 392  
393 -=== 5.2.3 Check result ===
394 394  
416 +
417 +=== **5.2.3 Check result** ===
418 +
419 +
395 395  (((
396 396  Run below command to restart the dragino_fwd:
397 397  )))
... ... @@ -399,15 +399,16 @@
399 399  (((
400 400  (% class="box infomessage" %)
401 401  (((
402 -sudo systemctl stop draginofwd
427 +**sudo systemctl stop draginofwd**
403 403  )))
404 404  
405 405  (% class="box infomessage" %)
406 406  (((
407 -sudo systemctl start draginofwd
432 +**sudo systemctl start draginofwd**
408 408  )))
409 409  )))
410 410  
436 +
411 411  (((
412 412  debug check the ruing status of fwd:
413 413  )))
... ... @@ -415,33 +415,40 @@
415 415  (((
416 416  (% class="box infomessage" %)
417 417  (((
418 -sudo systemctl status draginofwd
444 +**sudo systemctl status draginofwd**
419 419  )))
420 420  )))
421 421  
422 422  [[image:1651746045057-414.png||height="193" width="729"]]
423 423  
450 +
451 +
424 424  The dragino_fwd will start with the new gateway ID and TTN v3 should show the connection ok:
425 425  
454 +
426 426  [[image:1651746078253-168.png||height="372" width="621"]]
427 427  
428 428  
458 +
429 429  We can check dragino_fwd running states in RPi by running:
430 430  
431 431  (% class="box infomessage" %)
432 432  (((
433 - sudo journalctl -u draginofwd -f
463 +**~ sudo journalctl -u draginofwd -f**
434 434  )))
435 435  
436 436  [[image:1651746111963-838.png||height="184" width="730"]]
437 437  
438 - If there are LoRaWAN nodes transmitting nearby, we can see the traffic in **TTN v3 –> Gateway ~-~-> Live data**
439 439  
469 + If there are LoRaWAN nodes transmitting nearby, we can see the traffic in (% style="color:#037691" %)**TTN v3 –> Gateway ~-~-> Live data**
470 +
440 440  [[image:1651746139304-966.png||height="326" width="621"]]
441 441  
442 442  
443 -=== 5.2.4 Commands to handle service ===
444 444  
475 +=== **5.2.4 Commands to handle service** ===
476 +
477 +
445 445  * (% style="color:#0000ff" %)**Stop** (%%)dragino_fwd service:  sudo systemctl stop draginofwd
446 446  * (% style="color:#0000ff" %)**Disable**(%%) dragino_fwd auto run after boot: sudo systemctl disable draginofwd
447 447  * (% style="color:#0000ff" %)**Start** (%%)dragino_fwd : sudo systemctl start draginofwd
... ... @@ -448,18 +448,26 @@
448 448  * (% style="color:#0000ff" %)**Auto run**(%%) dragino_fwd after boot:  sudo systemctl enable draginofwd
449 449  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
450 450  
451 -= 6. Order Info =
452 452  
485 +
486 +
487 += **6. Order Info** =
488 +
489 +
453 453  Part Number: (% style="color:#0000ff" %)**PG1302-XX**   (%%) Or  Part Number: (% style="color:#0000ff" %)**PG1302-PI-XX   **(%%)(Include RPi converter board for RPI 3/4)
454 454  
455 455  **~ (% style="color:#0000ff" %)XX:(%%)**
456 456  
457 -* (% style="color:#0000ff" %)**868** (%%)(For Bands: EU868,IN865)
458 -* (% style="color:#0000ff" %)**915** (%%)(For Bands: US915,AU915,AS923,KR920)
459 -* (% style="color:#0000ff" %)**470** (%%)(For Band: CN470)
494 +* (% style="color:red" %)**868** (%%)(For Bands: EU868,IN865)
495 +* (% style="color:red" %)**915** (%%)(For Bands: US915,AU915,AS923,KR920)
496 +* (% style="color:red" %)**470** (%%)(For Band: CN470)
460 460  
461 -= 7. Packing Info =
462 462  
499 +
500 +
501 +
502 += **7. Packing Info** =
503 +
463 463  (((
464 464  
465 465  
... ... @@ -490,11 +490,16 @@
490 490  * Device Size: 18 x 8 x 4 cm
491 491  * Weight: 150g
492 492  
534 +
535 +
536 +
537 +
493 493  (((
494 -= 8. Support =
539 += **8. Support** =
495 495  
541 +
496 496  (((
497 -If you are experiencing issues and cant solve, you can send mail to
543 +If you are experiencing issues and can't solve, you can send mail to
498 498  )))
499 499  
500 500  (((
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0