<
From version < 111.1 >
edited by Edwin Chen
on 2023/01/06 15:04
To version < 115.2 >
edited by Xiaoling
on 2023/03/27 13:39
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.Xiaoling
Content
... ... @@ -36,7 +36,7 @@
36 36  
37 37  
38 38  * Base on Semtech SX1302 solution
39 -* Support Raspberry Pi 3B/3B+/4
39 +* Support Raspberry Pi 3B/3B+/4, TinkerBoard2/2S, Orange Pi Pc/PC PLUS.
40 40  * Up to -140dBm sensitivity
41 41  * Support 3.3v and 5v.
42 42  * Mini-PCIe Interface
... ... @@ -43,6 +43,7 @@
43 43  * Converter board to support Raspberry Pi
44 44  
45 45  
46 +
46 46  == 1.3 General Interfaces for PG1302 ==
47 47  
48 48  
... ... @@ -52,6 +52,7 @@
52 52  * Working Temperature: -40 ℃ ~~ 80℃
53 53  
54 54  
56 +
55 55  == 1.4 Pin Mapping ==
56 56  
57 57  
... ... @@ -58,7 +58,6 @@
58 58   [[image:1651743282627-547.png||height="402" width="425"]]
59 59  
60 60  
61 -
62 62  == 1.5 LEDs ==
63 63  
64 64  
... ... @@ -88,6 +88,7 @@
88 88  * Smart Factory
89 89  
90 90  
92 +
91 91  = 2. Example: Set up as LoRaWAN gateway =
92 92  
93 93  == 2.1 System structure ==
... ... @@ -102,7 +102,6 @@
102 102  [[image:1651743698677-436.png||height="457" width="686"]]
103 103  
104 104  
105 -
106 106  == 2.2 Hardware Installation ==
107 107  
108 108  
... ... @@ -111,16 +111,24 @@
111 111  [[image:image-20220621104746-1.png||height="381" width="451"]]
112 112  
113 113  
114 -
115 115  = 3. Install the software? =
116 116  
117 117  
118 -There are two ways to install the software in RPi4 to use PG1302.
118 +**Raspberry Pi 3B/3B+/4,**
119 119  
120 120  * Flash SD card with Dragino pre-build image which supports Web UI.
121 -* Install Lora packet forwarder in existing RPi OS.
121 +* 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.
122 122  
123 +**TinkerBoard2/2S, **
123 123  
125 +* 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.
126 +
127 +**Orange Pi PC/PC PLUS.**
128 +
129 +* 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.
130 +
131 +
132 +
124 124  = 4. Flash with pre-build image =
125 125  
126 126  == 4.1 Download the dragino image for RPI ==
... ... @@ -353,22 +353,22 @@
353 353  )))
354 354  
355 355  
356 -**Select the appropriate device version to download:**
365 +=== 5.2.2 Select the appropriate device version to download: ===
357 357  
358 358  
359 359  (((
360 -**draginofwd-32bit**
369 +**draginofwd-32bit (RPI, Orange PI)**
361 361  
362 362  wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-32bit.deb && dpkg -i draginofwd-32bit.deb
363 363  
364 364  
365 -**dragino-64bit**
374 +**dragino-64bit (RPI, Orange PI)**
366 366  )))
367 367  
368 368  wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-64bit.deb && dpkg -i draginofwd-64bit.deb
369 369  
370 370  
371 -**dragino-tiker-32bit**
380 +**dragino-tiker-32bit (Tinker Board)**
372 372  
373 373  wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-tinker-32bit.deb && dpkg -i draginofwd-tinker-32bit.deb
374 374  
... ... @@ -381,7 +381,7 @@
381 381  
382 382  )))
383 383  
384 -=== 5.2.2 Config Gateway ID, Frequency Band and Server address ===
393 +=== 5.2.3 Config Gateway ID, Frequency Band and Server address ===
385 385  
386 386  
387 387  (((
... ... @@ -426,9 +426,10 @@
426 426  * If user wants to change to other LoRaWAN server, modify the (% style="color:#0000ff" %)**global_conf.json**(%%) file.
427 427  
428 428  
429 -=== 5.2.3 Check result ===
430 430  
439 +=== 5.2.4 Check result ===
431 431  
441 +
432 432  (((
433 433  Run below command to restart the dragino_fwd:
434 434  )))
... ... @@ -484,7 +484,7 @@
484 484  [[image:1651746139304-966.png||height="326" width="621"]]
485 485  
486 486  
487 -=== 5.2.4 Commands to handle service ===
497 +=== 5.2.5 Commands to handle service ===
488 488  
489 489  
490 490  * (% style="color:#0000ff" %)**Stop** (%%)dragino_fwd service:  sudo systemctl stop draginofwd
... ... @@ -494,6 +494,7 @@
494 494  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
495 495  
496 496  
507 +
497 497  = 6. Order Info =
498 498  
499 499  
... ... @@ -506,6 +506,7 @@
506 506  * (% style="color:red" %)**470** (%%)(For Band: CN470)
507 507  
508 508  
520 +
509 509  = 7. Packing Info =
510 510  
511 511  (((
... ... @@ -538,6 +538,7 @@
538 538  * Weight: 150g
539 539  
540 540  
553 +
541 541  (((
542 542  = 8. Support =
543 543  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0