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

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Edwin
Content
... ... @@ -36,7 +36,7 @@
36 36  
37 37  
38 38  * Base on Semtech SX1302 solution
39 -* Support Raspberry Pi 3B/3B+/4, TinkerBoard2/2S, Orange Pi Pc/PC PLUS.
39 +* Support Raspberry Pi 3B/3B+/4
40 40  * Up to -140dBm sensitivity
41 41  * Support 3.3v and 5v.
42 42  * Mini-PCIe Interface
... ... @@ -43,7 +43,6 @@
43 43  * Converter board to support Raspberry Pi
44 44  
45 45  
46 -
47 47  == 1.3 General Interfaces for PG1302 ==
48 48  
49 49  
... ... @@ -53,7 +53,6 @@
53 53  * Working Temperature: -40 ℃ ~~ 80℃
54 54  
55 55  
56 -
57 57  == 1.4 Pin Mapping ==
58 58  
59 59  
... ... @@ -60,6 +60,7 @@
60 60   [[image:1651743282627-547.png||height="402" width="425"]]
61 61  
62 62  
61 +
63 63  == 1.5 LEDs ==
64 64  
65 65  
... ... @@ -89,7 +89,6 @@
89 89  * Smart Factory
90 90  
91 91  
92 -
93 93  = 2. Example: Set up as LoRaWAN gateway =
94 94  
95 95  == 2.1 System structure ==
... ... @@ -104,6 +104,7 @@
104 104  [[image:1651743698677-436.png||height="457" width="686"]]
105 105  
106 106  
105 +
107 107  == 2.2 Hardware Installation ==
108 108  
109 109  
... ... @@ -112,24 +112,16 @@
112 112  [[image:image-20220621104746-1.png||height="381" width="451"]]
113 113  
114 114  
114 +
115 115  = 3. Install the software? =
116 116  
117 117  
118 -**Raspberry Pi 3B/3B+/4,**
118 +There are two ways to install the software in RPi4 to use PG1302.
119 119  
120 120  * Flash SD card with Dragino pre-build image which supports Web UI.
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.
121 +* Install Lora packet forwarder in existing RPi OS.
122 122  
123 -**TinkerBoard2/2S, **
124 124  
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 -
133 133  = 4. Flash with pre-build image =
134 134  
135 135  == 4.1 Download the dragino image for RPI ==
... ... @@ -362,22 +362,22 @@
362 362  )))
363 363  
364 364  
365 -=== 5.2.2 Select the appropriate device version to download: ===
356 +**Select the appropriate device version to download:**
366 366  
367 367  
368 368  (((
369 -**draginofwd-32bit (RPI, Orange PI)**
360 +**draginofwd-32bit**
370 370  
371 371  wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-32bit.deb && dpkg -i draginofwd-32bit.deb
372 372  
373 373  
374 -**dragino-64bit (RPI, Orange PI)**
365 +**dragino-64bit**
375 375  )))
376 376  
377 377  wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-64bit.deb && dpkg -i draginofwd-64bit.deb
378 378  
379 379  
380 -**dragino-tiker-32bit (Tinker Board)**
371 +**dragino-tiker-32bit**
381 381  
382 382  wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-tinker-32bit.deb && dpkg -i draginofwd-tinker-32bit.deb
383 383  
... ... @@ -390,7 +390,7 @@
390 390  
391 391  )))
392 392  
393 -=== 5.2.3 Config Gateway ID, Frequency Band and Server address ===
384 +=== 5.2.2 Config Gateway ID, Frequency Band and Server address ===
394 394  
395 395  
396 396  (((
... ... @@ -435,10 +435,9 @@
435 435  * If user wants to change to other LoRaWAN server, modify the (% style="color:#0000ff" %)**global_conf.json**(%%) file.
436 436  
437 437  
429 +=== 5.2.3 Check result ===
438 438  
439 -=== 5.2.4 Check result ===
440 440  
441 -
442 442  (((
443 443  Run below command to restart the dragino_fwd:
444 444  )))
... ... @@ -494,7 +494,7 @@
494 494  [[image:1651746139304-966.png||height="326" width="621"]]
495 495  
496 496  
497 -=== 5.2.5 Commands to handle service ===
487 +=== 5.2.4 Commands to handle service ===
498 498  
499 499  
500 500  * (% style="color:#0000ff" %)**Stop** (%%)dragino_fwd service:  sudo systemctl stop draginofwd
... ... @@ -504,7 +504,6 @@
504 504  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
505 505  
506 506  
507 -
508 508  = 6. Order Info =
509 509  
510 510  
... ... @@ -517,7 +517,6 @@
517 517  * (% style="color:red" %)**470** (%%)(For Band: CN470)
518 518  
519 519  
520 -
521 521  = 7. Packing Info =
522 522  
523 523  (((
... ... @@ -550,7 +550,6 @@
550 550  * Weight: 150g
551 551  
552 552  
553 -
554 554  (((
555 555  = 8. Support =
556 556  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0