<
From version < 110.2 >
edited by Xiaoling
on 2022/12/21 09:40
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  
... ... @@ -50,10 +50,9 @@
50 50  * SPI interface for LoRa
51 51  * Power Input: 5v, 1A
52 52  * 1 x I-PEX for LoRa
53 -* Working Temperature: -40 ℃ ~~ 65
52 +* 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 ==
... ... @@ -105,7 +105,6 @@
105 105  [[image:1651743698677-436.png||height="457" width="686"]]
106 106  
107 107  
108 -
109 109  == 2.2 Hardware Installation ==
110 110  
111 111  
... ... @@ -114,17 +114,23 @@
114 114  [[image:image-20220621104746-1.png||height="381" width="451"]]
115 115  
116 116  
117 -
118 118  = 3. Install the software? =
119 119  
120 120  
121 -There are two ways to install the software in RPi4 to use PG1302.
115 +**Raspberry Pi 3B/3B+/4,**
122 122  
123 123  * Flash SD card with Dragino pre-build image which supports Web UI.
124 -* 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.
125 125  
120 +**TinkerBoard2/2S, **
126 126  
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.
127 127  
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 +
128 128  = 4. Flash with pre-build image =
129 129  
130 130  == 4.1 Download the dragino image for RPI ==
... ... @@ -276,9 +276,37 @@
276 276  
277 277  = 5. Install stand-alone LoRa Packet Forwarder =
278 278  
279 -== 5.1 OS requirement ==
280 +== 5.1 Choose the right installation package for your OS ==
280 280  
281 281  
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 +
282 282  RPI in this example is RPI model 4B with fresh Raspbian OS install.
283 283  
284 284  (% class="box" %)
... ... @@ -298,6 +298,9 @@
298 298  )))
299 299  
300 300  
330 +5.2 Select the mode of connection to the server
331 +
332 +
301 301  == 5.2 Get Gateway ID in Raspberry and input this in TTN v3 ==
302 302  
303 303  
... ... @@ -357,35 +357,18 @@
357 357  )))
358 358  
359 359  
360 -**Select the appropriate device version to download:**
392 +=== 5.2.2 Select the appropriate device version to download: ===
361 361  
362 362  
363 -(((
364 -**draginofwd-32bit**
365 365  
366 -wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-32bit.deb && dpkg -i draginofwd-32bit.deb
367 -
368 -
369 -**dragino-64bit**
370 -)))
371 -
372 -wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-64bit.deb && dpkg -i draginofwd-64bit.deb
373 -
374 -
375 -**dragino-tiker-32bit**
376 -
377 -wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-tinker-32bit.deb && dpkg -i draginofwd-tinker-32bit.deb
378 -
379 -
380 380  (((
381 381  
382 382  
383 -[[image:image-20220928181226-1.png||height="218" width="1100"]]
384 384  
385 385  
386 386  )))
387 387  
388 -=== 5.2.2 Config Gateway ID, Frequency Band and Server address ===
403 +=== 5.2.3 Config Gateway ID, Frequency Band and Server address ===
389 389  
390 390  
391 391  (((
... ... @@ -430,10 +430,9 @@
430 430  * If user wants to change to other LoRaWAN server, modify the (% style="color:#0000ff" %)**global_conf.json**(%%) file.
431 431  
432 432  
448 +=== 5.2.4 Check result ===
433 433  
434 -=== 5.2.3 Check result ===
435 435  
436 -
437 437  (((
438 438  Run below command to restart the dragino_fwd:
439 439  )))
... ... @@ -489,7 +489,7 @@
489 489  [[image:1651746139304-966.png||height="326" width="621"]]
490 490  
491 491  
492 -=== 5.2.4 Commands to handle service ===
506 +=== 5.2.5 Commands to handle service ===
493 493  
494 494  
495 495  * (% style="color:#0000ff" %)**Stop** (%%)dragino_fwd service:  sudo systemctl stop draginofwd
... ... @@ -499,7 +499,6 @@
499 499  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
500 500  
501 501  
502 -
503 503  = 6. Order Info =
504 504  
505 505  
... ... @@ -512,7 +512,6 @@
512 512  * (% style="color:red" %)**470** (%%)(For Band: CN470)
513 513  
514 514  
515 -
516 516  = 7. Packing Info =
517 517  
518 518  (((
... ... @@ -539,7 +539,6 @@
539 539  * RPi3/4 converter PCB
540 540  * Screws to hole converter PCB on RPI.
541 541  
542 -
543 543  **PG1302-PI Dimension and weight: **
544 544  
545 545  * Device Size: 18 x 8 x 4 cm
... ... @@ -546,7 +546,6 @@
546 546  * Weight: 150g
547 547  
548 548  
549 -
550 550  (((
551 551  = 8. Support =
552 552  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0