<
From version < 154.1 >
edited by Xiaoye
on 2024/06/22 10:00
To version < 133.1 >
edited by Xiaoye
on 2023/11/15 18:06
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -PG1302 -- LoRaWAN Concentrator User Manual
1 +PG1302 - LoRaWAN Concentrator User Manual
Content
... ... @@ -4,7 +4,7 @@
4 4  
5 5  
6 6  
7 -**Table of Contents:**
7 +**Table of Contents**
8 8  
9 9  {{toc/}}
10 10  
... ... @@ -36,7 +36,7 @@
36 36  
37 37  
38 38  * Base on Semtech SX1302 solution
39 -* Support Raspberry Pi 3B/3B+/4/4B/5/5B, TinkerBoard2/2S, Orange Pi Pc/PC PLUS.
39 +* Support Raspberry Pi 3B/3B+/4, TinkerBoard2/2S, Orange Pi Pc/PC PLUS.
40 40  * Up to -140dBm sensitivity
41 41  * Support 3.3v and 5v.
42 42  * Mini-PCIe Interface
... ... @@ -53,8 +53,8 @@
53 53  == 1.4 Pin Mapping ==
54 54  
55 55  
56 + [[image:image-20231115180410-2.png||height="629" width="584"]] [[image:1651743282627-547.png||height="590" width="623"]]
56 56  
57 -[[image:image-20240506170941-3.png]]
58 58  
59 59  == 1.5 LEDs ==
60 60  
... ... @@ -61,7 +61,7 @@
61 61  
62 62  (((
63 63  TX: Blink when transmit a packet
64 -RX: Blink when receiving a packet
64 +RX: Blink when receive a packet
65 65  Config: Always ON
66 66  )))
67 67  
... ... @@ -74,22 +74,9 @@
74 74  Detail Test Report see [[this link>>https://www.dropbox.com/sh/89virm4y0b02c7i/AAA-cgQEsSc8gNGFYAB0qZ_Za?dl=0]]
75 75  
76 76  
77 -== 1.7 Antenna Installation ==
77 +== 1.7 Applications ==
78 78  
79 79  
80 -Left:  **GPS antenna**
81 -
82 -Right:  **LoRa Antenna**
83 -
84 -[[image:https://www.thethingsnetwork.org/forum/uploads/default/original/3X/6/2/624619afa8d75a2c21bfd1e3687afaa75ad61cbc.jpeg||alt="PG1302_70"]]
85 -
86 -
87 -
88 -
89 -
90 -== 1.8 Applications ==
91 -
92 -
93 93  * Smart Buildings & Home Automation
94 94  * Logistics and Supply Chain Management
95 95  * Smart Metering
... ... @@ -116,13 +116,13 @@
116 116  
117 117  (% style="color:red" %)**Important Notice: Please power the RPI with 5V,3A cable.**
118 118  
119 -[[image:image-20220621104746-1.png||height="351" width="415"]]
106 +[[image:image-20220621104746-1.png||height="381" width="451"]]
120 120  
121 121  
122 -= 3. Install the software. =
109 += 3. Install the software? =
123 123  
124 124  
125 -**Raspberry Pi 3B/3B+/4B/5B**
112 +**Raspberry Pi 3B/3B+/4,**
126 126  
127 127  * Flash SD card with Dragino pre-build image which supports Web UI.
128 128  * Install [[Dragino-FWD>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/PG1302/#H5.2.2.A0Selecttheappropriatedeviceversiontodownload:]] in existing RPi OS.
... ... @@ -535,12 +535,6 @@
535 535  * (% style="color:#0000ff" %)**Auto run**(%%) dragino_fwd after boot:  sudo systemctl enable draginofwd
536 536  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
537 537  
538 -
539 -
540 -
541 -
542 -
543 -
544 544  === 5.2.2 Basic Station Mode. ===
545 545  
546 546  
... ... @@ -587,73 +587,54 @@
587 587  ==== **e.) Uploda API keys into the gateway** ====
588 588  
589 589  
590 -The user can find the Basic Station configuration directory in (% style="color:#0000ff" %)**/etc/station/:**
571 +the User can find the Basic Station configuration directory in (% style="color:#0000ff" %)**/etc/station/**(%%) there is the station.conf files, and ttnstack directory.
591 591  
592 592  //**directory tree:**//
593 593  
594 -/etc/station/
595 -└── station.conf  ~-~--> station configuration file
575 +///etc/station/
576 +├── station.conf 
577 +└── ttnstack  ~-~--> ** ttnstack configuration file directory**
578 + ├── cups.trust  ~-~-->  ttnstack auth file
579 + ├── cups.uri  ~-~-->  ttnstack server URI file
580 + └── station.conf  ~-~-~-~-> backup configuration file//
596 596  
597 597  
583 +
598 598  **and then upload the downloaded keys to this directory((% style="color:#0000ff" %)/etc/station/(%%))**
599 599  
600 600  eg:
601 601  
602 -/etc/station/.
603 -├── cups.key
604 -├── cups.trust
605 -├── cups.uri
606 -├── lns.key
607 -└── station.conf
608 -
588 +/etc/station/
589 +├── cups.key  ~-~--> uploaded by you
590 +├── lns.key  ~-~--> uploaded by you
591 +├── station.conf
609 609  
610 -==== **f). Configure Gateway EUI** ====
611 611  
612 -[[image:image-20240622094409-1.png]]
594 +==== **f). Configure gateway EUI and server address** ====
613 613  
614 614  
597 +[[image:image-20230329195650-10.png]]
615 615  
616 616  
617 -==== **g). **Start the station service ====
600 +After the user enters the correct parameters, the server will be run automatically
618 618  
619 -After configuring the GWEUI and uploading the certificate, you can start the station service via the below command:
620 620  
621 -(% class="box infomessage" %)
622 -(((
623 -ln -sf /usr/bin/station_sx1302 /usr/bin/station
624 -
625 -systemctl start draginostation
626 -)))
627 -
628 -
629 -
630 -
631 631  Tree Directory:
632 632  
633 633  /etc/station/
634 -
635 -├── cups-bak.done
636 -├── cups-bak.key
637 -├── cups-bak.trust
638 -├── cups-bak.uri
639 639  ├── cups.key
640 640  ├── cups.trust
641 641  ├── cups.uri
642 642  ├── lns.key
610 +├── start-configure.sh
643 643  ├── station.conf
644 -├── tc-bak.crt
645 -├── tc-bak.done
646 -├── tc-bak.key
647 -├── tc-bak.trust
648 -├── tc-bak.uri
649 -├── tc.crt
650 -├── tc.key
651 -├── tc.trust
652 -└── tc.uri
653 -
612 +└── ttnstack
613 + ├── cups.trust
614 + ├── cups.uri
615 + └── station.conf
654 654  
655 655  
656 -==== **h). Check station running log** ====
618 +==== **g). Check station running log** ====
657 657  
658 658  
659 659  tail -f /var/log/station.log
... ... @@ -662,65 +662,11 @@
662 662  [[image:image-20230329201624-11.png]]
663 663  
664 664  
627 += 6. Trouble Shooting =
665 665  
666 -= 6. Add GPS support in PG1302 =
629 +== 6.1 Failed to start the concentrator how to debug ==
667 667  
668 -The PG1302 supports GPS:
669 669  
670 -[[image:image-20240118160132-1.png||height="270" width="338"]]
671 -
672 -
673 -* **The users can find the GPS device in Raspberry: /dev/ttyS0 or /dev/ttyAMA0**
674 -
675 - [[image:image-20240118160407-2.png||height="71" width="458"]]
676 -
677 -
678 -* **Check the GPS output: cat /dev/ttyS0**
679 -
680 - [[image:image-20240118160454-3.png]]
681 -
682 -
683 -* **Add the GPS to the Semtech UDP package forwarder configuration.**
684 -
685 - [[image:image-20240118160928-4.png||height="426" width="464"]]
686 -
687 -
688 -* **Test GPS function**
689 -
690 -**~ 1.) Stop IoT service: systemctl stop draginofwd**
691 -
692 -
693 -**~ 2.) Run the fwd command and check the output**
694 -
695 -
696 - [[image:image-20240118161109-5.png]]
697 -
698 -
699 -**~ 3.) Trouble Shooting:**
700 -
701 - If you get many WARNING outputs, which should be the GPS location is invalid, you need to adjust the GPS location, it is recommended to put it outdoors
702 -
703 -
704 - [[image:image-20240118161333-6.png]]
705 -
706 -
707 - The user can check the PG1302 board GPS LED status to check the location,
708 -
709 - GPS location is valid  ~-~--> GPS LED will light up
710 -
711 - GPS location is invalid ~-~--> GPS LED will light down
712 -
713 -
714 - [[image:image-20240118162033-7.png]]
715 -
716 -
717 -
718 -= 7. Trouble Shooting =
719 -
720 -(% class="wikigeneratedid" %)
721 -7.1 Failed to start the concentrator how to debug
722 -
723 -
724 724  --When the problem "failed to start the concentrator" occurs, the user needs to check whether the I2C and SPI are enabled,--
725 725  
726 726  --Users can enter the following command to check whether I2C is detected, and the detection of **"60"** is correct.--
... ... @@ -746,7 +746,7 @@
746 746  
747 747  
748 748  
749 -= 8. Order Info =
657 += 7. Order Info =
750 750  
751 751  
752 752  Part Number: (% style="color:#0000ff" %)**PG1302-XX**   (%%) Or  Part Number: (% style="color:#0000ff" %)**PG1302-PI-XX   **(%%)(Include RPi converter board for RPI 3/4)
... ... @@ -757,7 +757,7 @@
757 757  * (% style="color:red" %)**915** (%%)(For Bands: US915,AU915,AS923,KR920)
758 758  * (% style="color:red" %)**470** (%%)(For Band: CN470)
759 759  
760 -= 9. Packing Info =
668 += 8. Packing Info =
761 761  
762 762  
763 763  (((
... ... @@ -785,7 +785,7 @@
785 785  * Device Size: 18 x 8 x 4 cm
786 786  * Weight: 150g
787 787  
788 -= 10. Support =
696 += 9. Support =
789 789  
790 790  
791 791  (((
image-20240118160132-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -37.2 KB
Content
image-20240118160407-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -7.9 KB
Content
image-20240118160454-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -42.0 KB
Content
image-20240118160928-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -83.8 KB
Content
image-20240118161109-5.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -178.1 KB
Content
image-20240118161333-6.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -120.0 KB
Content
image-20240118162033-7.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -724.0 KB
Content
image-20240122140551-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -334.9 KB
Content
image-20240506170501-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -104.7 KB
Content
image-20240506170559-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -154.3 KB
Content
image-20240506170941-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -357.5 KB
Content
image-20240622094409-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoye
Size
... ... @@ -1,1 +1,0 @@
1 -134.7 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0