<
From version < 111.1 >
edited by Edwin Chen
on 2023/01/06 15:04
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.Edwin
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
... ... @@ -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  
... ... @@ -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,23 @@
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.
115 +**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.
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.
122 122  
120 +**TinkerBoard2/2S, **
123 123  
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.
123 +
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 +
124 124  = 4. Flash with pre-build image =
125 125  
126 126  == 4.1 Download the dragino image for RPI ==
... ... @@ -272,9 +272,37 @@
272 272  
273 273  = 5. Install stand-alone LoRa Packet Forwarder =
274 274  
275 -== 5.1 OS requirement ==
280 +== 5.1 Choose the right installation package for your OS ==
276 276  
277 277  
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 +
278 278  RPI in this example is RPI model 4B with fresh Raspbian OS install.
279 279  
280 280  (% class="box" %)
... ... @@ -294,6 +294,9 @@
294 294  )))
295 295  
296 296  
330 +5.2 Select the mode of connection to the server
331 +
332 +
297 297  == 5.2 Get Gateway ID in Raspberry and input this in TTN v3 ==
298 298  
299 299  
... ... @@ -353,35 +353,18 @@
353 353  )))
354 354  
355 355  
356 -**Select the appropriate device version to download:**
392 +=== 5.2.2 Select the appropriate device version to download: ===
357 357  
358 358  
359 -(((
360 -**draginofwd-32bit**
361 361  
362 -wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-32bit.deb && dpkg -i draginofwd-32bit.deb
363 -
364 -
365 -**dragino-64bit**
366 -)))
367 -
368 -wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-64bit.deb && dpkg -i draginofwd-64bit.deb
369 -
370 -
371 -**dragino-tiker-32bit**
372 -
373 -wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-tinker-32bit.deb && dpkg -i draginofwd-tinker-32bit.deb
374 -
375 -
376 376  (((
377 377  
378 378  
379 -[[image:image-20220928181226-1.png||height="218" width="1100"]]
380 380  
381 381  
382 382  )))
383 383  
384 -=== 5.2.2 Config Gateway ID, Frequency Band and Server address ===
403 +=== 5.2.3 Config Gateway ID, Frequency Band and Server address ===
385 385  
386 386  
387 387  (((
... ... @@ -426,7 +426,7 @@
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 ===
448 +=== 5.2.4 Check result ===
430 430  
431 431  
432 432  (((
... ... @@ -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 ===
506 +=== 5.2.5 Commands to handle service ===
488 488  
489 489  
490 490  * (% style="color:#0000ff" %)**Stop** (%%)dragino_fwd service:  sudo systemctl stop draginofwd
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0