<
From version < 52.1 >
edited by Xiaoling
on 2022/05/06 09:18
To version < 37.1 >
edited by Xiaoling
on 2022/05/06 08:29
>
Change comment: Uploaded new attachment "1651796979665-130.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -12,8 +12,6 @@
12 12  
13 13  **PG1302 LoRaWAN Concentrator User Manual**
14 14  
15 -[[image:1651796979665-130.png]]
16 -
17 17  Document Version: 1.0.0
18 18  
19 19  Image Version: v1.0
... ... @@ -21,54 +21,95 @@
21 21  
22 22  
23 23  
24 -{{toc numbered="true"/}}
25 25  
23 +[[1.       Introduction. 4>>path:#_Toc99563935]]
26 26  
25 +[[1.1     What is PG1302 LoRaWAN Concentrator?. 4>>path:#_Toc99563936]]
27 27  
27 +[[1.2     Features. 4>>path:#_Toc99563937]]
28 28  
29 -~1. Introduction
29 +[[1.3     General Interfaces. 5>>path:#_Toc99563938]]
30 30  
31 - 1.1 What is PG1302 LoRaWAN Concentrator?
31 +[[1.4     Pin Mapping. 5>>path:#_Toc99563939]]
32 32  
33 -(((
34 - The PG1302 is a multi-channel high performance transmitter/receiver designed to simultaneously receive several LoRa packets using random spreading factors on
35 -)))
33 +[[1.5     LEDs. 5>>path:#_Toc99563940]]
36 36  
37 -(((
38 - random  channels. Its goal is to enable robust connection between a central wireless data concentrator and a massive amount of wireless end-points spread over a very wide
39 -)))
35 +[[1.6     Power Consumption. 6>>path:#_Toc99563941]]
40 40  
41 -(((
42 - range of distances.
43 -)))
37 +[[1.7     Applications. 6>>path:#_Toc99563942]]
44 44  
45 -(((
46 -
47 -)))
39 +[[2.       Example: Set up as LoRaWAN gateway. 7>>path:#_Toc99563943]]
48 48  
49 -(((
50 - The PG1302 is design to use with Raspberry Pi to build smart metering fixed networks and Internet of Things applications with up to 5000 nodes per km2 in moderately
51 -)))
41 +[[2.1     System structure. 7>>path:#_Toc99563944]]
52 52  
53 -(((
54 - interfered environment.
55 -)))
43 +[[2.2     Hardware Installation. 8>>path:#_Toc99563954]]
56 56  
57 -(((
58 -
59 -)))
45 +[[3.       Install the software?. 8>>path:#_Toc99563955]]
60 60  
61 -(((
62 - PG1302 is fully compatible with RPi3/4, users can use the pre-build OS from Dragino to set up and easy to use the module by Web UI. Or install the raw lorawan driver
63 -)))
47 +[[4.       Flash with pre-build image. 9>>path:#_Toc99563956]]
64 64  
65 -(((
66 - in the exist OS.
67 -)))
49 +[[4.1     Download the dragino image for RPI. 9>>path:#_Toc99563957]]
68 68  
51 +[[4.2     Flash the image to SD card. 9>>path:#_Toc99563958]]
69 69  
53 +[[4.3     Access the Linux console. 10>>path:#_Toc99563959]]
70 70  
55 +[[4.4     Access the WebUI of RPi4. 11>>path:#_Toc99563960]]
71 71  
57 +[[4.4.1       Home page. 11>>path:#_Toc99563961]]
58 +
59 +[[4.4.2       LoRa Page. 12>>path:#_Toc99563962]]
60 +
61 +[[4.4.3       LoRaWAN Page. 13>>path:#_Toc99563963]]
62 +
63 +[[4.4.3.1         Semtech UDP. 13>>path:#_Toc99563964]]
64 +
65 +[[4.4.3.2         Basic Station. 14>>path:#_Toc99563965]]
66 +
67 +[[4.4.4       LogRead. 15>>path:#_Toc99563966]]
68 +
69 +[[4.4.4.1         LoRa Log. 15>>path:#_Toc99563967]]
70 +
71 +[[4.4.4.2         System Log. 16>>path:#_Toc99563968]]
72 +
73 +[[4.4.4.3         Record Log. 16>>path:#_Toc99563969]]
74 +
75 +[[5.       Install stand alone LoRa Packet Forwarder. 17>>path:#_Toc99563970]]
76 +
77 +[[5.1     OS requirement 17>>path:#_Toc99563971]]
78 +
79 +[[5.2     Get Gateway ID in Raspberry and input this in TTN v3. 17>>path:#_Toc99563972]]
80 +
81 +[[5.2.1       Download and install LoRaWAN packet forwarder. 20>>path:#_Toc99563973]]
82 +
83 +[[5.2.2       Config Gateway ID, Frequency Band and Server address. 22>>path:#_Toc99563974]]
84 +
85 +[[5.2.3       Check result 24>>path:#_Toc99563975]]
86 +
87 +[[5.2.4       Commands to handle service. 25>>path:#_Toc99563976]]
88 +
89 +[[6.       Order Info. 25>>path:#_Toc99563977]]
90 +
91 +[[7.       Packing Info. 25>>path:#_Toc99563978]]
92 +
93 +[[8.       Reference. 26>>path:#_Toc99563979]]
94 +
95 +[[9.       Support. 27>>path:#_Toc99563980]]
96 +
97 +
98 +
99 +
100 +~1. Introduction
101 +
102 + 1.1 What is PG1302 LoRaWAN Concentrator?
103 +
104 + The PG1302 is a multi-channel high performance transmitter/receiver designed to simultaneously receive several LoRa packets using random spreading factors on random  channels. Its goal is to enable robust connection between a central wireless data concentrator and a massive amount of wireless end-points spread over a very wide range of distances.
105 +
106 + The PG1302 is design to use with Raspberry Pi to build smart metering fixed networks and Internet of Things applications with up to 5000 nodes per km2 in moderately interfered environment.
107 +
108 + PG1302 is fully compatible with RPi3/4, users can use the pre-build OS from Dragino to set up and easy to use the module by Web UI. Or install the raw lorawan driver in the exist OS.
109 +
110 +
72 72  1.2 Features
73 73  
74 74  * Base on Semtech SX1302 solution
... ... @@ -92,15 +92,15 @@
92 92  
93 93  1.5 LEDs
94 94  
95 - TX: Blink when transmit a packet
134 + TX: Blink when transmit a packet
96 96  
97 - RX: Blink when receive a packet
136 + RX: Blink when receive a packet
98 98  
99 - Config: Always ON
138 + Config: Always ON
100 100  
101 101  1.6 Power Consumption
102 102  
103 - TBD
142 + TBD
104 104  
105 105  1.7 Applications
106 106  
... ... @@ -115,7 +115,7 @@
115 115  
116 116   2.1 System structure
117 117  
118 - This example is an example to show how to set up the PG1302 + RPi as a LoRaWAN gateway to use with [[TheThingsNetwork>>http://www.thethingsnetwork.org/]](TTN) LoRaWAN server.. Set up method for other  server are similar
157 +This example is an example to show how to set up the PG1302 + RPi as a LoRaWAN gateway to use with [[TheThingsNetwork>>http://www.thethingsnetwork.org/]](TTN) LoRaWAN server.. Set up method for other server are similar
119 119  
120 120  (% style="text-align:center" %)
121 121  [[image:1651743698677-436.png||height="457" width="686"]]
... ... @@ -125,7 +125,7 @@
125 125  
126 126  2.2 Hardware Installation
127 127  
128 -**~ Important Notice: **Please power the RPI with 5V,3A cable.
167 +**~ Important Notice: **Please power the RPI with 5V,3A cable.
129 129  
130 130  (% style="text-align:center" %)
131 131  [[image:1651743803032-803.png]]
... ... @@ -134,11 +134,12 @@
134 134  
135 135  3. Install the software?
136 136  
137 - There are two ways to install software in RPi4 to use PG1302.
176 +There are two ways to install software in RPi4 to use PG1302.
138 138  
139 139  * Flash SD card with Dragino pre-build image which support Web UI.
140 140  * Install lora packet forwarder in existing RPi OS.
141 141  
181 +
142 142  4. Flash with pre-build image
143 143  
144 144   4.1 Download the dragino image for RPI
... ... @@ -408,7 +408,7 @@
408 408  
409 409  5.5.2 Config Gateway ID, Frequency Band and Server address
410 410  
411 - After installation, user can find the configuration file in** /etc/lora/ **Replace the gateway ID we got above to the **gateway_ID** in file **local_conf.json**
451 + After installation, user can find the configuration file in** /etc/lora/ **Replace the gateway ID we got above to the **gateway_ID** in file **local_conf.json**
412 412  
413 413   The default LoRaWAN server points to localhost, user need to put the correct server address to the server_address field in file **local_conf.json**, like below.
414 414  
... ... @@ -429,7 +429,7 @@
429 429  
430 430  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image056.jpg]]
431 431  
432 -* If user want to change to other frequency bands, User can copy the file from **/etc/lora/cfg-302 **and put it into** /etc/lora/global_conf.json.**
472 +* If user want to change to other frequency bands, User can copy the file from **/etc/lora/cfg-302 **and put it into** /etc/lora/global_conf.json.**
433 433  
434 434   1).Chose your need the name of region frequency.
435 435  
... ... @@ -448,6 +448,7 @@
448 448  
449 449  * If user wants to change to other LoRaWAN server, modify the **global_conf.json** file.
450 450  
491 +
451 451  5.2.3 Check result
452 452  
453 453   Run below command to restart the dragino_fwd:
... ... @@ -498,10 +498,13 @@
498 498  * **Auto run** dragino_fwd after boot:  sudo systemctl enable draginofwd
499 499  * **Show status** of dragino_fwd:  sudo systemctl status draginofwd
500 500  
542 +
501 501  6. Order Info
502 502  
503 - Part Number: **PG1302-XX**  Or Part Number: **PG1302-PI-XX   **(Include RPi converter board for RPI 3/4)
545 + Part Number: **PG1302-XX**
504 504  
547 + Or Part Number: **PG1302-PI-XX   **(Include RPi converter board for RPI 3/4)
548 +
505 505  **~ XX:**
506 506  
507 507  * 868 (For Bands: EU868,IN865)
... ... @@ -508,6 +508,7 @@
508 508  * 915 (For Bands: US915,AU915,AS923,KR920)
509 509  * 470 (For Band: CN470)
510 510  
555 +
511 511  7. Packing Info
512 512  
513 513  **~ PG1302 Package Includes**:
... ... @@ -515,6 +515,7 @@
515 515  * PG1302 x 1
516 516  * LoRa Antenna x 1
517 517  
563 +
518 518  **~ PG1302-PI Package Includes**:
519 519  
520 520  * PG1302 x 1
... ... @@ -522,11 +522,12 @@
522 522  * RPi3/4 converter PCB
523 523  * Screws to hole converter PCB on RPI.
524 524  
571 +
525 525  8. Reference
526 526  
527 -* Datasheet, User Manual & Software Download:
574 +* Datasheet, User Manual & Software Download:
528 528  
529 - [[https:~~/~~/www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0>>url:https://www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0]]
576 + [[https:~~/~~/www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0>>url:https://www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0]]
530 530  
531 531  
532 532  9. Support
... ... @@ -534,7 +534,7 @@
534 534  * Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule.
535 535  * Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to
536 536  
537 - [[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]]
584 +[[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]]
538 538  
539 539  
540 540  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0