Changes for page PG1302 -- LoRaWAN Concentrator User Manual
Last modified by Kilight Cao on 2024/06/22 10:43
Summary
-
Page properties (3 modified, 0 added, 0 removed)
-
Attachments (0 modified, 11 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -PG1302 - LoRaWAN Concentrator User Manual 1 +PG1302 -- LoRaWAN Concentrator User Manual - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.Xiao ye1 +XWiki.Xiaoling - 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 ... ... @@ -42,7 +42,6 @@ 42 42 * Mini-PCIe Interface 43 43 * Converter board to support Raspberry Pi 44 44 45 - 46 46 == 1.3 General Interfaces for PG1302 == 47 47 48 48 ... ... @@ -51,12 +51,12 @@ 51 51 * 1 x I-PEX for LoRa 52 52 * Working Temperature: -40 ℃ ~~ 80℃ 53 53 54 - 55 55 == 1.4 Pin Mapping == 56 56 57 57 58 - 1651743282627-547.png||height="402" width="425"]]56 +[[image:image-20240122140551-1.png]] 59 59 58 +[[image:image-20240506170501-1.png||height="653" width="623"]][[image:image-20240506170559-2.png||height="650" width="693"]] 60 60 61 61 == 1.5 LEDs == 62 62 ... ... @@ -63,7 +63,7 @@ 63 63 64 64 ((( 65 65 TX: Blink when transmit a packet 66 -RX: Blink when receiv ea packet65 +RX: Blink when receiving a packet 67 67 Config: Always ON 68 68 ))) 69 69 ... ... @@ -76,9 +76,22 @@ 76 76 Detail Test Report see [[this link>>https://www.dropbox.com/sh/89virm4y0b02c7i/AAA-cgQEsSc8gNGFYAB0qZ_Za?dl=0]] 77 77 78 78 79 -== 1.7 pplications==78 +== 1.7 Antenna Installation == 80 80 81 81 81 +Left: **GPS antenna** 82 + 83 +Right: **LoRa Antenna** 84 + 85 +[[image:https://www.thethingsnetwork.org/forum/uploads/default/original/3X/6/2/624619afa8d75a2c21bfd1e3687afaa75ad61cbc.jpeg||alt="PG1302_70"]] 86 + 87 + 88 + 89 + 90 + 91 +== 1.8 Applications == 92 + 93 + 82 82 * Smart Buildings & Home Automation 83 83 * Logistics and Supply Chain Management 84 84 * Smart Metering ... ... @@ -86,7 +86,6 @@ 86 86 * Smart Cities 87 87 * Smart Factory 88 88 89 - 90 90 = 2. Example: Set up as LoRaWAN gateway = 91 91 92 92 == 2.1 System structure == ... ... @@ -106,28 +106,25 @@ 106 106 107 107 (% style="color:red" %)**Important Notice: Please power the RPI with 5V,3A cable.** 108 108 109 -[[image:image-20220621104746-1.png||height="3 81" width="451"]]120 +[[image:image-20220621104746-1.png||height="351" width="415"]] 110 110 111 111 112 -= 3. Install the software ?=123 += 3. Install the software. = 113 113 114 114 115 -**Raspberry Pi 3B/3B+/4 ,**126 +**Raspberry Pi 3B/3B+/4B/5B** 116 116 117 117 * Flash SD card with Dragino pre-build image which supports Web UI. 118 118 * 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. 119 119 120 - 121 121 **TinkerBoard2/2S, ** 122 122 123 123 * Install [[Dragino-FWD>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/PG1302/#H5.2.2.A0Selecttheappropriatedeviceversiontodownload:]] in the existing OS. 124 124 125 - 126 126 **Orange Pi PC/PC PLUS.** 127 127 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 the existing OS. 129 129 130 - 131 131 = 4. Flash with pre-build image = 132 132 133 133 == 4.1 Download the dragino image for RPI == ... ... @@ -528,7 +528,6 @@ 528 528 * (% style="color:#0000ff" %)**Auto run**(%%) dragino_fwd after boot: sudo systemctl enable draginofwd 529 529 * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd: sudo systemctl status draginofwd 530 530 531 - 532 532 === 5.2.2 Basic Station Mode. === 533 533 534 534 ... ... @@ -631,11 +631,65 @@ 631 631 [[image:image-20230329201624-11.png]] 632 632 633 633 634 -= 6. Trouble Shooting = 635 635 636 -= =6.1Failedtostartthe concentratorhowto debug==642 += 6. Add GPS support in PG1302 = 637 637 644 +The PG1302 supports GPS: 638 638 646 +[[image:image-20240118160132-1.png||height="270" width="338"]] 647 + 648 + 649 +* **The users can find the GPS device in Raspberry: /dev/ttyS0 or /dev/ttyAMA0** 650 + 651 + [[image:image-20240118160407-2.png||height="71" width="458"]] 652 + 653 + 654 +* **Check the GPS output: cat /dev/ttyS0** 655 + 656 + [[image:image-20240118160454-3.png]] 657 + 658 + 659 +* **Add the GPS to the Semtech UDP package forwarder configuration.** 660 + 661 + [[image:image-20240118160928-4.png||height="426" width="464"]] 662 + 663 + 664 +* **Test GPS function** 665 + 666 +**~ 1.) Stop IoT service: systemctl stop draginofwd** 667 + 668 + 669 +**~ 2.) Run the fwd command and check the output** 670 + 671 + 672 + [[image:image-20240118161109-5.png]] 673 + 674 + 675 +**~ 3.) Trouble Shooting:** 676 + 677 + 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 678 + 679 + 680 + [[image:image-20240118161333-6.png]] 681 + 682 + 683 + The user can check the PG1302 board GPS LED status to check the location, 684 + 685 + GPS location is valid ~-~--> GPS LED will light up 686 + 687 + GPS location is invalid ~-~--> GPS LED will light down 688 + 689 + 690 + [[image:image-20240118162033-7.png]] 691 + 692 + 693 + 694 += 7. Trouble Shooting = 695 + 696 +(% class="wikigeneratedid" %) 697 +7.1 Failed to start the concentrator how to debug 698 + 699 + 639 639 --When the problem "failed to start the concentrator" occurs, the user needs to check whether the I2C and SPI are enabled,-- 640 640 641 641 --Users can enter the following command to check whether I2C is detected, and the detection of **"60"** is correct.-- ... ... @@ -661,7 +661,7 @@ 661 661 662 662 663 663 664 -= 7. Order Info =725 += 8. Order Info = 665 665 666 666 667 667 Part Number: (% style="color:#0000ff" %)**PG1302-XX** (%%) Or Part Number: (% style="color:#0000ff" %)**PG1302-PI-XX **(%%)(Include RPi converter board for RPI 3/4) ... ... @@ -672,10 +672,9 @@ 672 672 * (% style="color:red" %)**915** (%%)(For Bands: US915,AU915,AS923,KR920) 673 673 * (% style="color:red" %)**470** (%%)(For Band: CN470) 674 674 736 += 9. Packing Info = 675 675 676 -= 8. Packing Info = 677 677 678 - 679 679 ((( 680 680 **PG1302 Package Includes**: 681 681 ))) ... ... @@ -696,16 +696,14 @@ 696 696 * RPi3/4 converter PCB 697 697 * Screws to hole converter PCB on RPI. 698 698 699 - 700 700 **PG1302-PI Dimension and weight: ** 701 701 702 702 * Device Size: 18 x 8 x 4 cm 703 703 * Weight: 150g 704 704 764 += 10. Support = 705 705 706 -= 9. Support = 707 707 708 - 709 709 ((( 710 710 If you are experiencing issues and can't solve, you can send mail to [[support@dragino.com>>mailto:support@dragino.com]]. 711 711 )))
- image-20231115180410-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +78.7 KB - Content
- image-20240118160132-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +37.2 KB - Content
- image-20240118160407-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +7.9 KB - Content
- image-20240118160454-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +42.0 KB - Content
- image-20240118160928-4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +83.8 KB - Content
- image-20240118161109-5.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +178.1 KB - Content
- image-20240118161333-6.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +120.0 KB - Content
- image-20240118162033-7.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +724.0 KB - Content
- image-20240122140551-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +334.9 KB - Content
- image-20240506170501-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +104.7 KB - Content
- image-20240506170559-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +154.3 KB - Content