<
From version < 108.3 >
edited by Xiaoling
on 2022/07/28 14:15
To version < 108.8 >
edited by Xiaoling
on 2022/07/28 14:27
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -29,6 +29,7 @@
29 29  
30 30  == **1.2 Features** ==
31 31  
32 +
32 32  * Base on Semtech SX1302 solution
33 33  * Support Raspberry Pi 3B/3B+/4
34 34  * Up to -140dBm sensitivity
... ... @@ -36,12 +36,17 @@
36 36  * Mini-PCIe Interface
37 37  * Converter board to support Raspberry Pi
38 38  
40 +
41 +
39 39  == **1.3 General Interfaces for PG1302** ==
40 40  
44 +
41 41  * SPI interface for LoRa
42 42  * Power Input: 5v, 1A
43 43  * 1 x I-PEX for LoRa
44 44  
49 +
50 +
45 45  == **1.4 Pin Mapping** ==
46 46  
47 47  
... ... @@ -69,6 +69,7 @@
69 69  
70 70  == **1.7 Applications** ==
71 71  
78 +
72 72  * Smart Buildings & Home Automation
73 73  * Logistics and Supply Chain Management
74 74  * Smart Metering
... ... @@ -76,6 +76,8 @@
76 76  * Smart Cities
77 77  * Smart Factory
78 78  
86 +
87 +
79 79  = **2. Example: Set up as LoRaWAN gateway.** =
80 80  
81 81  == **2.1 System structure** ==
... ... @@ -103,15 +103,20 @@
103 103  * Flash SD card with Dragino pre-build image which supports Web UI.
104 104  * Install Lora packet forwarder in existing RPi OS.
105 105  
115 +
116 +
117 +
106 106  = **4. Flash with pre-build image** =
107 107  
108 108  == **4.1 Download the dragino image for RPI** ==
109 109  
110 -Download PG1302_for_Rpi4_64_with_webui from
111 -[[https:~~/~~/www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0>>https://www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0]]
112 112  
123 +(((
124 +Download PG1302_for_Rpi4_64_with_webui from: [[https:~~/~~/www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0>>https://www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0]]
125 +)))
113 113  
114 114  
128 +
115 115  == **4.2 Flash the image to an SD card** ==
116 116  
117 117  
... ... @@ -129,6 +129,7 @@
129 129  
130 130  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. 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
131 131  
146 +
132 132  [[image:1651744193675-591.png||height="450" width="466"]]
133 133  
134 134  The account details for Web Login are:
... ... @@ -364,26 +364,30 @@
364 364  
365 365  (((
366 366  The default LoRaWAN server points to localhost, user need to put the correct server address to the server_address field in file (% style="color:#0000ff" %)**local_conf.json**(%%), like below.
382 +
383 +
367 367  )))
368 368  
369 369  [[image:1651745709709-887.png||height="820" width="621"]]
370 370  
371 -User can find the TTN v3 server address from:
372 372  
373 -[[Server Addresses ~| The Things Stack for LoRaWAN (thethingsindustries.com)>>url:https://www.thethingsindustries.com/docs/getting-started/server-addresses/#deployments]]
389 +User can find the TTN v3 server address from: [[Server Addresses ~| The Things Stack for LoRaWAN (thethingsindustries.com)>>url:https://www.thethingsindustries.com/docs/getting-started/server-addresses/#deployments]]
374 374  
375 375  And the default frequency band is US915 in (% style="color:#0000ff" %)**global_conf.json**(%%) file.
376 376  
377 377  [[image:1651745838008-820.png||height="650" width="621"]]
378 378  
395 +
379 379  * If user want to change to other frequency bands, User can copy the file from(% style="color:#0000ff" %)** /etc/lora/cfg-302**(%%) ** **and put it into** (% style="color:#0000ff" %)/etc/lora/global_conf.json(%%).**
380 380  
381 - 1).Chose your need the name of region frequency.
398 +**~ 1). Chose your need the name of region frequency.**
382 382  
383 383  [[image:1651745867516-322.png||height="83" width="740"]]
384 384  
385 - 2). Use this command to copy it.
386 386  
403 +*
404 +** 2). Use this command to copy it.
405 +
387 387   cp /etc/lora/cfg-302/EU-global_conf.json /etc/lora/global_conf.json
388 388  
389 389  [[image:1651745984006-868.png||height="87" width="745"]]
... ... @@ -390,8 +390,10 @@
390 390  
391 391  * If user wants to change to other LoRaWAN server, modify the (% style="color:#0000ff" %)**global_conf.json**(%%) file.
392 392  
393 -=== 5.2.3 Check result ===
394 394  
413 +=== **5.2.3 Check result** ===
414 +
415 +
395 395  (((
396 396  Run below command to restart the dragino_fwd:
397 397  )))
... ... @@ -399,15 +399,16 @@
399 399  (((
400 400  (% class="box infomessage" %)
401 401  (((
402 -sudo systemctl stop draginofwd
423 +**sudo systemctl stop draginofwd**
403 403  )))
404 404  
405 405  (% class="box infomessage" %)
406 406  (((
407 -sudo systemctl start draginofwd
428 +**sudo systemctl start draginofwd**
408 408  )))
409 409  )))
410 410  
432 +
411 411  (((
412 412  debug check the ruing status of fwd:
413 413  )))
... ... @@ -415,33 +415,40 @@
415 415  (((
416 416  (% class="box infomessage" %)
417 417  (((
418 -sudo systemctl status draginofwd
440 +**sudo systemctl status draginofwd**
419 419  )))
420 420  )))
421 421  
422 422  [[image:1651746045057-414.png||height="193" width="729"]]
423 423  
446 +
447 +
424 424  The dragino_fwd will start with the new gateway ID and TTN v3 should show the connection ok:
425 425  
450 +
426 426  [[image:1651746078253-168.png||height="372" width="621"]]
427 427  
428 428  
454 +
429 429  We can check dragino_fwd running states in RPi by running:
430 430  
431 431  (% class="box infomessage" %)
432 432  (((
433 - sudo journalctl -u draginofwd -f
459 +**~ sudo journalctl -u draginofwd -f**
434 434  )))
435 435  
436 436  [[image:1651746111963-838.png||height="184" width="730"]]
437 437  
438 - If there are LoRaWAN nodes transmitting nearby, we can see the traffic in **TTN v3 –> Gateway ~-~-> Live data**
439 439  
465 + If there are LoRaWAN nodes transmitting nearby, we can see the traffic in (% style="color:#037691" %)**TTN v3 –> Gateway ~-~-> Live data**
466 +
440 440  [[image:1651746139304-966.png||height="326" width="621"]]
441 441  
442 442  
443 -=== 5.2.4 Commands to handle service ===
444 444  
471 +=== **5.2.4 Commands to handle service** ===
472 +
473 +
445 445  * (% style="color:#0000ff" %)**Stop** (%%)dragino_fwd service:  sudo systemctl stop draginofwd
446 446  * (% style="color:#0000ff" %)**Disable**(%%) dragino_fwd auto run after boot: sudo systemctl disable draginofwd
447 447  * (% style="color:#0000ff" %)**Start** (%%)dragino_fwd : sudo systemctl start draginofwd
... ... @@ -448,18 +448,24 @@
448 448  * (% style="color:#0000ff" %)**Auto run**(%%) dragino_fwd after boot:  sudo systemctl enable draginofwd
449 449  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
450 450  
451 -= 6. Order Info =
452 452  
481 +
482 += **6. Order Info** =
483 +
484 +
453 453  Part Number: (% style="color:#0000ff" %)**PG1302-XX**   (%%) Or  Part Number: (% style="color:#0000ff" %)**PG1302-PI-XX   **(%%)(Include RPi converter board for RPI 3/4)
454 454  
455 455  **~ (% style="color:#0000ff" %)XX:(%%)**
456 456  
457 -* (% style="color:#0000ff" %)**868** (%%)(For Bands: EU868,IN865)
458 -* (% style="color:#0000ff" %)**915** (%%)(For Bands: US915,AU915,AS923,KR920)
459 -* (% style="color:#0000ff" %)**470** (%%)(For Band: CN470)
489 +* (% style="color:red" %)**868** (%%)(For Bands: EU868,IN865)
490 +* (% style="color:red" %)**915** (%%)(For Bands: US915,AU915,AS923,KR920)
491 +* (% style="color:red" %)**470** (%%)(For Band: CN470)
460 460  
461 -= 7. Packing Info =
462 462  
494 +
495 +
496 += **7. Packing Info** =
497 +
463 463  (((
464 464  
465 465  
... ... @@ -490,11 +490,15 @@
490 490  * Device Size: 18 x 8 x 4 cm
491 491  * Weight: 150g
492 492  
528 +
529 +
530 +
493 493  (((
494 -= 8. Support =
532 += **8. Support** =
495 495  
534 +
496 496  (((
497 -If you are experiencing issues and cant solve, you can send mail to
536 +If you are experiencing issues and can't solve, you can send mail to
498 498  )))
499 499  
500 500  (((
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0