<
From version < 111.2 >
edited by Xiaoling
on 2023/01/06 17:16
To version < 116.1 >
edited by Xiaoye
on 2023/03/29 15:33
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Xiaoye
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,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,7 +60,6 @@
60 60   [[image:1651743282627-547.png||height="402" width="425"]]
61 61  
62 62  
63 -
64 64  == 1.5 LEDs ==
65 65  
66 66  
... ... @@ -90,7 +90,6 @@
90 90  * Smart Factory
91 91  
92 92  
93 -
94 94  = 2. Example: Set up as LoRaWAN gateway =
95 95  
96 96  == 2.1 System structure ==
... ... @@ -116,13 +116,20 @@
116 116  = 3. Install the software? =
117 117  
118 118  
119 -There are two ways to install the software in RPi4 to use PG1302.
115 +**Raspberry Pi 3B/3B+/4,**
120 120  
121 121  * Flash SD card with Dragino pre-build image which supports Web UI.
122 -* Install Lora packet forwarder in existing RPi OS.
118 +* 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.
123 123  
120 +**TinkerBoard2/2S, **
124 124  
122 +* 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.
125 125  
124 +**Orange Pi PC/PC PLUS.**
125 +
126 +* 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.
127 +
128 +
126 126  = 4. Flash with pre-build image =
127 127  
128 128  == 4.1 Download the dragino image for RPI ==
... ... @@ -274,9 +274,37 @@
274 274  
275 275  = 5. Install stand-alone LoRa Packet Forwarder =
276 276  
277 -== 5.1 OS requirement ==
280 +== 5.1 Choose the right installation package for your OS ==
278 278  
279 279  
283 +(((
284 +**draginofwd-32bit (RPI, Orange PI)**
285 +
286 +**Download URL:** https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-32bit.deb
287 +
288 +**Linux Command:** wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-32bit.deb && dpkg -i draginofwd-32bit.deb
289 +
290 +
291 +**dragino-64bit (RPI, Orange PI)**
292 +
293 +**Download URL: **https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-64bit.deb
294 +)))
295 +
296 +**Linux Command: **wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-64bit.deb && dpkg -i draginofwd-64bit.deb
297 +
298 +
299 +**dragino-tiker-32bit (Tinker Board)**
300 +
301 +**Download URL: **https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-tinker-32bit.deb
302 +
303 +**Linux Command: **wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-tinker-32bit.deb && dpkg -i draginofwd-tinker-32bit.deb
304 +
305 +
306 +**Install details:**
307 +
308 +[[image:image-20220928181226-1.png||height="218" width="1100"]]
309 +
310 +
280 280  RPI in this example is RPI model 4B with fresh Raspbian OS install.
281 281  
282 282  (% class="box" %)
... ... @@ -296,6 +296,9 @@
296 296  )))
297 297  
298 298  
330 +5.2 Select the mode of connection to the server
331 +
332 +
299 299  == 5.2 Get Gateway ID in Raspberry and input this in TTN v3 ==
300 300  
301 301  
... ... @@ -355,35 +355,18 @@
355 355  )))
356 356  
357 357  
358 -**Select the appropriate device version to download:**
392 +=== 5.2.2 Select the appropriate device version to download: ===
359 359  
360 360  
361 -(((
362 -**draginofwd-32bit**
363 363  
364 -wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-32bit.deb && dpkg -i draginofwd-32bit.deb
365 -
366 -
367 -**dragino-64bit**
368 -)))
369 -
370 -wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-64bit.deb && dpkg -i draginofwd-64bit.deb
371 -
372 -
373 -**dragino-tiker-32bit**
374 -
375 -wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-tinker-32bit.deb && dpkg -i draginofwd-tinker-32bit.deb
376 -
377 -
378 378  (((
379 379  
380 380  
381 -[[image:image-20220928181226-1.png||height="218" width="1100"]]
382 382  
383 383  
384 384  )))
385 385  
386 -=== 5.2.2 Config Gateway ID, Frequency Band and Server address ===
403 +=== 5.2.3 Config Gateway ID, Frequency Band and Server address ===
387 387  
388 388  
389 389  (((
... ... @@ -428,10 +428,9 @@
428 428  * If user wants to change to other LoRaWAN server, modify the (% style="color:#0000ff" %)**global_conf.json**(%%) file.
429 429  
430 430  
448 +=== 5.2.4 Check result ===
431 431  
432 -=== 5.2.3 Check result ===
433 433  
434 -
435 435  (((
436 436  Run below command to restart the dragino_fwd:
437 437  )))
... ... @@ -487,7 +487,7 @@
487 487  [[image:1651746139304-966.png||height="326" width="621"]]
488 488  
489 489  
490 -=== 5.2.4 Commands to handle service ===
506 +=== 5.2.5 Commands to handle service ===
491 491  
492 492  
493 493  * (% style="color:#0000ff" %)**Stop** (%%)dragino_fwd service:  sudo systemctl stop draginofwd
... ... @@ -497,7 +497,6 @@
497 497  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
498 498  
499 499  
500 -
501 501  = 6. Order Info =
502 502  
503 503  
... ... @@ -510,7 +510,6 @@
510 510  * (% style="color:red" %)**470** (%%)(For Band: CN470)
511 511  
512 512  
513 -
514 514  = 7. Packing Info =
515 515  
516 516  (((
... ... @@ -543,7 +543,6 @@
543 543  * Weight: 150g
544 544  
545 545  
546 -
547 547  (((
548 548  = 8. Support =
549 549  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0