<
From version < 72.1 >
edited by Xiaoling
on 2022/05/06 11:49
To version < 98.3 >
edited by Xiaoling
on 2022/05/07 11:42
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -11,23 +11,15 @@
11 11  
12 12  **PG1302 LoRaWAN Concentrator User Manual**
13 13  
14 -[[image:1651796979665-130.png]]
15 15  
16 -Document Version: 1.0.0
17 17  
18 -Image Version: v1.0
19 19  
20 20  
18 +{{toc/}}
21 21  
22 22  
23 23  ----
24 24  
25 -{{toc/}}
26 -
27 -----
28 -
29 -
30 -
31 31  (% class="wikigeneratedid" id="H" %)
32 32  (((
33 33  
... ... @@ -38,16 +38,32 @@
38 38  ==== 1.1 What is PG1302 LoRaWAN Concentrator? ====
39 39  
40 40  (((
41 -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.
33 +(((
34 +(((
35 +(((
36 +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.
42 42  )))
38 +)))
39 +)))
43 43  
44 44  (((
42 +(((
43 +(((
45 45  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.
46 46  )))
46 +)))
47 +)))
48 +)))
47 47  
48 48  (((
51 +(((
52 +(((
53 +(((
49 49  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.
50 50  )))
56 +)))
57 +)))
58 +)))
51 51  
52 52  (((
53 53  (((
... ... @@ -78,16 +78,22 @@
78 78  
79 79  ==== 1.5 LEDs ====
80 80  
81 - TX: Blink when transmit a packet
89 +(((
90 + TX: Blink when transmit a packet
91 +)))
82 82  
83 - RX: Blink when receive a packet
93 +(((
94 + RX: Blink when receive a packet
95 +)))
84 84  
85 - Config: Always ON
97 +(((
98 + Config: Always ON
99 +)))
86 86  
87 87  
88 88  ==== 1.6 Power Consumption ====
89 89  
90 - TBD
104 + TBD
91 91  
92 92  
93 93  ==== 1.7 Applications ====
... ... @@ -103,7 +103,9 @@
103 103  
104 104  ==== 2.1 System structure ====
105 105  
106 - 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。
120 +(((
121 +This example is an example to show how to set up the PG1302 + RPi as a LoRaWAN gateway to use with [[TheThingsNetwork>>url:http://www.thethingsnetwork.org/]](TTN) LoRaWAN server. Set up method for other server are similar.
122 +)))
107 107  
108 108  (% style="text-align:center" %)
109 109  [[image:1651743698677-436.png||height="457" width="686"]]
... ... @@ -130,14 +130,18 @@
130 130  
131 131  ==== 4.1 Download the dragino image for RPI ====
132 132  
133 - Download PG1302_for_Rpi4_64_with_webui from
149 +(((
150 + Download PG1302_for_Rpi4_64_with_webui from
151 +)))
134 134  
135 - [[https:~~/~~/www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0>>https://www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0]]
153 +(((
154 + [[https:~~/~~/www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0>>https://www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0]]
155 +)))
136 136  
137 137  
138 138  ==== 4.2 Flash the image to SD card ====
139 139  
140 - Flash the image to SD card:
160 + Flash the image to SD card:
141 141  
142 142  (% style="text-align:center" %)
143 143  [[image:1651744119133-233.png||height="373" width="621"]]
... ... @@ -147,12 +147,17 @@
147 147   [[https:~~/~~/www.balena.io/etcher/>>https://www.balena.io/etcher/]]
148 148  
149 149  
150 -==== 4.3 Access the Linux console. ====
170 +==== 4.3 Access the Linux console ====
151 151  
152 - 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.
172 +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.
153 153  
154 - Make sure your PC and the RPI is in the same network, then use a SSH tool (such as [[putty>>url:http://www.chiark.greenend.org.uk/~~sgtatham/putty/download.html]]) to access it. Below are screenshots
155 155  
175 +Make sure your PC and the RPI is in the same network, then use a SSH tool (such as [[putty>>url:http://www.chiark.greenend.org.uk/~~sgtatham/putty/download.html]]) to access it.
176 +
177 +Below are screenshots
178 +
179 +
180 +
156 156  (% style="text-align:center" %)
157 157  [[image:1651744193675-591.png||height="450" width="466"]]
158 158  
... ... @@ -179,18 +179,29 @@
179 179  
180 180  ===== 4.4.1 Home page =====
181 181  
182 - Open a browser on the PC and type the RPI ip address
207 +(((
208 + Open a browser on the PC and type the RPI ip address
209 +)))
183 183  
184 - [[http:~~/~~/IP_ADDRESS** **>>url:http://192.168.1.xx/]] (If the IP is assigned by uplink router)
211 +(((
212 + [[http:~~/~~/IP_ADDRESS** **>>url:http://192.168.1.xx/]] (If the IP is assigned by uplink router)
213 +)))
185 185  
215 +(((
216 + You will see the login interface of RPI as shown below.
217 +)))
186 186  
187 - You will see the login interface of RPI as shown below.
219 +(((
220 + The account details for Web Login are:
221 +)))
188 188  
189 - The account details for Web Login are:
190 -
223 +(((
191 191  **~ User Name: root**
225 +)))
192 192  
227 +(((
193 193  **~ Password:   dragino**
229 +)))
194 194  
195 195  (% style="text-align:center" %)
196 196  [[image:1651744457761-993.png||height="352" width="621"]]
... ... @@ -198,12 +198,17 @@
198 198  
199 199  ===== 4.4.2 LoRa Page =====
200 200  
201 - 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.
237 +(((
238 + This page shows the LoRa Radio Settings. There are a set of default frequency band according to LoRaWAN
239 +)))
202 202  
241 +(((
242 + protocol, and user can customize the band* as well.
243 +)))
244 +
203 203  (% style="text-align:center" %)
204 204  [[image:1651744554845-970.png||height="328" width="621"]]
205 205  
206 -
207 207   Different PG1302 hardware version can support different frequency range:
208 208  
209 209   ➢ 868: valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865.
... ... @@ -210,7 +210,6 @@
210 210  
211 211   ➢ 915: valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920
212 212  
213 -
214 214   After user choose the frequency plan, he can see the actually frequency in used by checking the
215 215  
216 216   page LogRead ~-~-> LoRa Log
... ... @@ -228,24 +228,21 @@
228 228  (% style="text-align:center" %)
229 229  [[image:1651744767914-283.png||height="352" width="621"]]
230 230  
271 + Note *: See this instruction for how to configure TTN.
231 231  
273 + [[https:~~/~~/wiki.dragino.com/index.php?title=Notes_for_TTN>>url:https://wiki.dragino.com/index.php?title=Notes_for_TTN||style="background-color: rgb(255, 255, 255);"]]
232 232  
233 - Note *: See this instruction for how to configure TTN.
234 234  
235 - [[https:~~/~~/wiki.dragino.com/index.php?title=Notes_for_TTN>>url:https://wiki.dragino.com/index.php?title=Notes_for_TTN]]
236 -
237 -
238 238  ====== 4.4.3.2 Basic Station ======
239 239  
240 240  (% style="text-align:center" %)
241 241  [[image:1651744890629-683.png||height="380" width="621"]]
242 242  
281 + Note *: See this instruction for how to configure TTN.
243 243  
244 - Note *: See this instruction for how to configure TTN.
283 + [[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]]
245 245  
246 - [[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]]
247 247  
248 -
249 249  ===== 4.4.4 LogRead =====
250 250  
251 251  ====== 4.4.4.1 LoRa Log ======
... ... @@ -253,13 +253,12 @@
253 253  (% style="text-align:center" %)
254 254  [[image:1651744955955-452.png||height="571" width="621"]]
255 255  
293 + Show the frequency for LoRa Radio and traffics.
256 256  
257 - Show the frequency for LoRa Radio and traffics.
258 258  
259 -
260 260  ====== 4.4.4.2 System Log ======
261 261  
262 - Show system log.
298 + Show system log.
263 263  
264 264  (% style="text-align:center" %)
265 265  [[image:1651745003470-264.png||height="477" width="621"]]
... ... @@ -278,7 +278,7 @@
278 278  
279 279  ==== 5.1 OS requirement ====
280 280  
281 - RPI in this example is RPI model 4B with fresh Raspbian OS install.
317 + RPI in this example is RPI model 4B with fresh Raspbian OS install.
282 282  
283 283   pi@raspberrypi:~~$ cat /etc/os-release
284 284  
... ... @@ -303,15 +303,20 @@
303 303  
304 304  ==== 5.2 Get Gateway ID in Raspberry and input this in TTN v3. ====
305 305  
306 - In RPI, run below command to get a Gateway ID
342 + In RPI, run below command to get a Gateway ID
307 307  
308 - ifconfig eth0
344 + (% class="mark" %)ifconfig eth0
309 309  
310 310  (% style="text-align:center" %)
311 311  [[image:1651745210205-512.png||height="130" width="621"]]
312 312  
349 +(((
350 + We got the ether (eth0 MAC) address is b8:27:eb:49:62:bc). Add ffff at the end and remove “:” to get the
351 +)))
313 313  
314 - We got the ether (eth0 MAC) address is b8:27:eb:49:62:bc). Add ffff at the end and remove “:” to get the gateway ID: b827ebxxxxbcffff. Input this to TTN v3. Make sure to select legacy packet forwarder.
353 +(((
354 + gateway ID: b827ebxxxxbcffff.  Input this to TTN v3. Make sure to select legacy packet forwarder.
355 +)))
315 315  
316 316  (% style="text-align:center" %)
317 317  [[image:1651745267862-321.png||height="526" width="621"]]
... ... @@ -374,22 +374,34 @@
374 374  [[image:1651745657252-173.png||height="426" width="621"]]
375 375  
376 376  
377 -===== 5.5.2 Config Gateway ID, Frequency Band and Server address =====
418 +===== 5.2.2 Config Gateway ID, Frequency Band and Server address =====
378 378  
379 - 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**
420 +(((
421 + After installation, user can find the configuration file in** /etc/lora/ **Replace the gateway ID we got above to the
422 +)))
380 380  
381 - 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.
424 +(((
425 +**~ gateway_ID** in file **local_conf.json**
426 +)))
382 382  
428 +(((
429 + The default LoRaWAN server points to localhost, user need to put the correct server address to the
430 +)))
431 +
432 +(((
433 + server_address field in file **local_conf.json**, like below.
434 +)))
435 +
383 383  (% style="text-align:center" %)
384 384  [[image:1651745709709-887.png||height="820" width="621"]]
385 385  
386 386  
387 - User can find the TTN v3 server address from:
440 + User can find the TTN v3 server address from:
388 388  
389 - [[Server Addresses ~| The Things Stack for LoRaWAN (thethingsindustries.com)>>url:https://www.thethingsindustries.com/docs/getting-started/server-addresses/#deployments]]
442 + [[Server Addresses ~| The Things Stack for LoRaWAN (thethingsindustries.com)>>url:https://www.thethingsindustries.com/docs/getting-started/server-addresses/#deployments]]
390 390  
391 391  
392 - And the default frequency band is US915 in **global_conf.json** file.
445 + And the default frequency band is US915 in **global_conf.json** file.
393 393  
394 394  (% style="text-align:center" %)
395 395  [[image:1651745838008-820.png||height="650" width="621"]]
... ... @@ -420,43 +420,51 @@
420 420  
421 421  ===== 5.2.3 Check result =====
422 422  
423 - Run below command to restart the dragino_fwd:
476 +(((
477 + Run below command to restart the dragino_fwd:
478 +)))
424 424  
480 +(((
425 425   sudo systemctl stop draginofwd
482 +)))
426 426  
484 +(((
427 427   sudo systemctl start draginofwd
486 +)))
428 428  
429 - debug check the ruing status of fwd:
488 +(((
489 + debug check the ruing status of fwd:
490 +)))
430 430  
431 - sudo systemctl status draginofwd
492 +(((
493 + sudo systemctl status draginofwd
494 +)))
432 432  
433 433  (% style="text-align:center" %)
434 434  [[image:1651746045057-414.png]]
435 435  
436 436  
437 - The dragino_fwd will start with the new gateway ID and TTN v3 should show the connection ok:
500 + The dragino_fwd will start with the new gateway ID and TTN v3 should show the connection ok:
438 438  
439 439  (% style="text-align:center" %)
440 440  [[image:1651746078253-168.png||height="372" width="621"]]
441 441  
442 442  
506 +We can check dragino_fwd running states in RPi by running:
443 443  
444 - We can check dragino_fwd running states in RPi by running:
508 +(% class="box infomessage" %)
509 +(((
510 + **// sudo journalctl -u draginofwd -f//**
511 +)))
445 445  
446 - //**sudo journalctl -u draginofwd -f**//
447 -
448 -(% style="text-align:center" %)
449 449  [[image:1651746111963-838.png]]
450 450  
515 + If there are LoRaWAN nodes transmitting nearby, we can see the traffic in TTN v3 –> Gateway ~-~-> Live data
451 451  
452 452  
453 - If there are LoRaWAN nodes transmits nearby, we can see the traffic in TTN v3 –> Gateway ~-~-> Live data
454 -
455 -(% style="text-align:center" %)
456 456  [[image:1651746139304-966.png||height="326" width="621"]]
457 457  
458 458  
459 -
460 460  ===== 5.2.4 Commands to handle service =====
461 461  
462 462  * **Stop** dragino_fwd service:  sudo systemctl stop draginofwd
... ... @@ -467,9 +467,9 @@
467 467  
468 468  === 6. Order Info ===
469 469  
470 - Part Number: **PG1302-XX**  Or Part Number: **PG1302-PI-XX   **(Include RPi converter board for RPI 3/4)
531 + Part Number: **PG1302-XX**  Or  Part Number: **PG1302-PI-XX   **(Include RPi converter board for RPI 3/4)
471 471  
472 -**~ XX:**
533 +**~ XX:**
473 473  
474 474  * 868 (For Bands: EU868,IN865)
475 475  * 915 (For Bands: US915,AU915,AS923,KR920)
... ... @@ -477,28 +477,30 @@
477 477  
478 478  === 7. Packing Info ===
479 479  
480 -**~ PG1302 Package Includes**:
541 +(((
542 +**~ PG1302 Package Includes**:
543 +)))
481 481  
482 -* PG1302 x 1
483 -* LoRa Antenna x 1
545 +* (((
546 +PG1302 x 1
547 +)))
548 +* (((
549 +LoRa Antenna x 1
550 +)))
484 484  
485 -**~ PG1302-PI Package Includes**:
552 +(((
553 +**~ PG1302-PI Package Includes**:
554 +)))
486 486  
487 -* PG1302 x 1
488 -* LoRa Antenna x 1
489 -* RPi3/4 converter PCB
490 -* Screws to hole converter PCB on RPI.
491 -
492 -=== 8. Reference ===
493 -
494 -* Datasheet, User Manual & Software Download:
495 -
496 - [[https:~~/~~/www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0>>url:https://www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0]]
497 -
498 -
499 -=== 9. Support ===
500 -
501 -* 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.
502 -* 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
503 -
504 - [[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]]
556 +* (((
557 +PG1302 x 1
558 +)))
559 +* (((
560 +LoRa Antenna x 1
561 +)))
562 +* (((
563 +RPi3/4 converter PCB
564 +)))
565 +* (((
566 +Screws to hole converter PCB on RPI.
567 +)))
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0