<
From version < 62.1 >
edited by Xiaoling
on 2022/05/06 10:48
To version < 71.1 >
edited by Xiaoling
on 2022/05/06 11:43
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -19,16 +19,18 @@
19 19  
20 20  
21 21  
22 +----
22 22  
23 -{{toc numbered="true" depth="4"/}}
24 +{{toc/}}
24 24  
26 +----
25 25  
28 +=== ===
26 26  
30 +=== 1. Introduction ===
27 27  
28 -~1. Introduction
32 +==== 1.1 What is PG1302 LoRaWAN Concentrator? ====
29 29  
30 - 1.1 What is PG1302 LoRaWAN Concentrator?
31 -
32 32  (((
33 33  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.
34 34  )))
... ... @@ -47,7 +47,7 @@
47 47  )))
48 48  )))
49 49  
50 -1.2 Features
52 +==== 1.2 Features ====
51 51  
52 52  * Base on Semtech SX1302 solution
53 53  * Support Raspberry Pi 3B/3B+/4
... ... @@ -56,21 +56,19 @@
56 56  * Mini-PCIe Interface
57 57  * Converter board to support Raspberry Pi
58 58  
61 +==== 1.3 General Interfaces ====
59 59  
60 -1.3 General Interfaces
61 -
62 62  * SPI interface for LoRa
63 63  * Power Input: 5v, 1A
64 64  * 1 x I-PEX for LoRa
65 65  
67 +==== 1.4 Pin Mapping ====
66 66  
67 -1.4 Pin Mapping
68 -
69 69   [[image:1651743282627-547.png||height="402" width="425"]]
70 70  
71 71  
72 72  
73 -1.5 LEDs
73 +==== 1.5 LEDs ====
74 74  
75 75   TX: Blink when transmit a packet
76 76  
... ... @@ -79,12 +79,12 @@
79 79   Config: Always ON
80 80  
81 81  
82 -1.6 Power Consumption
82 +==== 1.6 Power Consumption ====
83 83  
84 84   TBD
85 85  
86 86  
87 -1.7 Applications
87 +==== 1.7 Applications ====
88 88  
89 89  * Smart Buildings & Home Automation
90 90  * Logistics and Supply Chain Management
... ... @@ -93,11 +93,10 @@
93 93  * Smart Cities
94 94  * Smart Factory
95 95  
96 +=== 2. Example: Set up as LoRaWAN gateway. ===
96 96  
97 -2. Example: Set up as LoRaWAN gateway.
98 +==== 2.1 System structure ====
98 98  
99 - 2.1 System structure
100 -
101 101   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。
102 102  
103 103  (% style="text-align:center" %)
... ... @@ -105,7 +105,7 @@
105 105  
106 106  
107 107  
108 -2.2 Hardware Installation
107 +==== 2.2 Hardware Installation ====
109 109  
110 110  **~ Important Notice: **Please power the RPI with 5V,3A cable.
111 111  
... ... @@ -114,7 +114,7 @@
114 114  
115 115  
116 116  
117 -3. Install the software?
116 +=== 3. Install the software? ===
118 118  
119 119   There are two ways to install software in RPi4 to use PG1302.
120 120  
... ... @@ -121,17 +121,16 @@
121 121  * Flash SD card with Dragino pre-build image which support Web UI.
122 122  * Install lora packet forwarder in existing RPi OS.
123 123  
123 +=== 4. Flash with pre-build image ===
124 124  
125 -4. Flash with pre-build image
125 +==== 4.1 Download the dragino image for RPI ====
126 126  
127 - 4.1 Download the dragino image for RPI
128 -
129 129   Download PG1302_for_Rpi4_64_with_webui from
130 130  
131 131   [[https:~~/~~/www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0>>https://www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0]]
132 132  
133 133  
134 -4.2 Flash the image to SD card
132 +==== 4.2 Flash the image to SD card ====
135 135  
136 136   Flash the image to SD card:
137 137  
... ... @@ -143,7 +143,7 @@
143 143   [[https:~~/~~/www.balena.io/etcher/>>https://www.balena.io/etcher/]]
144 144  
145 145  
146 -4.3 Access the Linux console.
144 +==== 4.3 Access the Linux console. ====
147 147  
148 148   Connect the RPI Ethernet port to your router, RPi will obtain an IP address from your router. In the router’s management portal, you should be able to find what IP address the  router has assigned to the RPI. You can use this IP to connect the WEB UI or SSH access of RPI.
149 149  
... ... @@ -171,9 +171,9 @@
171 171  [[image:1651744358515-107.png||height="366" width="581"]]
172 172  
173 173  
174 - 4.4 Access the WebUI of RPi4.
172 +==== 4.4 Access the WebUI of RPi4. ====
175 175  
176 - 4.4.1 Home page
174 +===== 4.4.1 Home page =====
177 177  
178 178   Open a browser on the PC and type the RPI ip address
179 179  
... ... @@ -192,7 +192,7 @@
192 192  [[image:1651744457761-993.png||height="352" width="621"]]
193 193  
194 194  
195 -4.4.2 LoRa Page
193 +===== 4.4.2 LoRa Page =====
196 196  
197 197   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.
198 198  
... ... @@ -216,9 +216,9 @@
216 216   [[http:~~/~~/wiki.dragino.com/index.php?title=Customized_Frequency_Band_for_Gateway>>url:http://wiki.dragino.com/index.php?title=Customized_Frequency_Band_for_Gateway]]
217 217  
218 218  
219 -4.4.3 LoRaWAN Page
217 +===== 4.4.3 LoRaWAN Page =====
220 220  
221 - 4.4.3.1 Semtech UDP
219 +====== 4.4.3.1 Semtech UDP ======
222 222  
223 223  
224 224  (% style="text-align:center" %)
... ... @@ -231,7 +231,7 @@
231 231   [[https:~~/~~/wiki.dragino.com/index.php?title=Notes_for_TTN>>url:https://wiki.dragino.com/index.php?title=Notes_for_TTN]]
232 232  
233 233  
234 -4.4.3.2 Basic Station
232 +====== 4.4.3.2 Basic Station ======
235 235  
236 236  (% style="text-align:center" %)
237 237  [[image:1651744890629-683.png||height="380" width="621"]]
... ... @@ -242,9 +242,9 @@
242 242   [[https:~~/~~/wiki.dragino.com/index.php?title=Notes_for_AWS-IoT-Core>>url:https://wiki.dragino.com/index.php?title=Notes_for_AWS-IoT-Core]]
243 243  
244 244  
245 -4.4.4 LogRead
243 +===== 4.4.4 LogRead =====
246 246  
247 - 4.4.4.1 LoRa Log
245 +====== 4.4.4.1 LoRa Log ======
248 248  
249 249  (% style="text-align:center" %)
250 250  [[image:1651744955955-452.png||height="571" width="621"]]
... ... @@ -253,7 +253,7 @@
253 253   Show the frequency for LoRa Radio and traffics.
254 254  
255 255  
256 -4.4.4.2 System Log
254 +====== 4.4.4.2 System Log ======
257 257  
258 258   Show system log.
259 259  
... ... @@ -262,18 +262,17 @@
262 262  
263 263  
264 264  
265 -4.4.4.3 Record Log
263 +====== 4.4.4.3 Record Log ======
266 266  
265 +**~ Record the system log.**
267 267  
268 -**Record the system log.**
269 -
270 270  (% style="text-align:center" %)
271 271  [[image:1651745069814-662.png||height="144" width="621"]]
272 272  
273 273  
274 -5. Install stand alone LoRa Packet Forwarder.
271 +=== 5. Install stand alone LoRa Packet Forwarder. ===
275 275  
276 - 5.1 OS requirement
273 +==== 5.1 OS requirement ====
277 277  
278 278   RPI in this example is RPI model 4B with fresh Raspbian OS install.
279 279  
... ... @@ -298,7 +298,7 @@
298 298   BUG_REPORT_URL="http:~/~/www.raspbian.org/RaspbianBugs"
299 299  
300 300  
301 -5.2 Get Gateway ID in Raspberry and input this in TTN v3.
298 +==== 5.2 Get Gateway ID in Raspberry and input this in TTN v3. ====
302 302  
303 303   In RPI, run below command to get a Gateway ID
304 304  
... ... @@ -324,9 +324,8 @@
324 324  [[image:1651745366987-458.png||height="363" width="621"]]
325 325  
326 326  
324 +===== 5.2.1 Download and install LoRaWAN packet forwarder =====
327 327  
328 -5.2.1 Download and install LoRaWAN packet forwarder
329 -
330 330   Enable SPI and I2C first:
331 331  
332 332   a)SPI needs to be enabled on the Raspberry Pi
... ... @@ -372,7 +372,7 @@
372 372  [[image:1651745657252-173.png||height="426" width="621"]]
373 373  
374 374  
375 -5.5.2 Config Gateway ID, Frequency Band and Server address
371 +===== 5.5.2 Config Gateway ID, Frequency Band and Server address =====
376 376  
377 377   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**
378 378  
... ... @@ -411,8 +411,12 @@
411 411  
412 412  * If user wants to change to other LoRaWAN server, modify the **global_conf.json** file.
413 413  
410 +(% class="wikigeneratedid" %)
411 +(((
412 +
413 +)))
414 414  
415 -5.2.3 Check result
415 +===== 5.2.3 Check result =====
416 416  
417 417   Run below command to restart the dragino_fwd:
418 418  
... ... @@ -451,7 +451,7 @@
451 451  
452 452  
453 453  
454 -5.2.4 Commands to handle service
454 +===== 5.2.4 Commands to handle service =====
455 455  
456 456  * **Stop** dragino_fwd service:  sudo systemctl stop draginofwd
457 457  * **Disable** dragino_fwd auto run after boot: sudo systemctl disable draginofwd
... ... @@ -459,9 +459,8 @@
459 459  * **Auto run** dragino_fwd after boot:  sudo systemctl enable draginofwd
460 460  * **Show status** of dragino_fwd:  sudo systemctl status draginofwd
461 461  
462 +=== 6. Order Info ===
462 462  
463 -6. Order Info
464 -
465 465   Part Number: **PG1302-XX**  Or Part Number: **PG1302-PI-XX   **(Include RPi converter board for RPI 3/4)
466 466  
467 467  **~ XX:**
... ... @@ -470,9 +470,8 @@
470 470  * 915 (For Bands: US915,AU915,AS923,KR920)
471 471  * 470 (For Band: CN470)
472 472  
472 +=== 7. Packing Info ===
473 473  
474 -7. Packing Info
475 -
476 476  **~ PG1302 Package Includes**:
477 477  
478 478  * PG1302 x 1
... ... @@ -485,15 +485,14 @@
485 485  * RPi3/4 converter PCB
486 486  * Screws to hole converter PCB on RPI.
487 487  
486 +=== 8. Reference ===
488 488  
489 -8. Reference
490 -
491 491  * Datasheet, User Manual & Software Download:
492 492  
493 493   [[https:~~/~~/www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0>>url:https://www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0]]
494 494  
495 495  
496 -9. Support
493 +=== 9. Support ===
497 497  
498 498  * 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.
499 499  * 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
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0