<
From version < 108.12 >
edited by Xiaoling
on 2022/07/28 14:39
To version < 108.20 >
edited by Xiaoling
on 2022/08/22 17:27
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -16,6 +16,7 @@
16 16  
17 17  = **1. Introduction** =
18 18  
19 +
19 19  == **1.1 What is PG1302 LoRaWAN Concentrator?** ==
20 20  
21 21  
... ... @@ -45,6 +45,7 @@
45 45  
46 46  
47 47  
49 +
48 48  == **1.3 General Interfaces for PG1302** ==
49 49  
50 50  
... ... @@ -54,6 +54,7 @@
54 54  
55 55  
56 56  
59 +
57 57  == **1.4 Pin Mapping** ==
58 58  
59 59  
... ... @@ -64,9 +64,11 @@
64 64  == **1.5 LEDs** ==
65 65  
66 66  
70 +(((
67 67  TX: Blink when transmit a packet
68 68  RX: Blink when receive a packet
69 69  Config: Always ON
74 +)))
70 70  
71 71  
72 72  
... ... @@ -91,13 +91,17 @@
91 91  
92 92  
93 93  
94 -= **2. Example: Set up as LoRaWAN gateway.** =
95 95  
100 += **2. Example: Set up as LoRaWAN gateway** =
101 +
102 +
96 96  == **2.1 System structure** ==
97 97  
98 98  
99 99  (((
100 100  This example is an example to show how to set up the PG1302 + RPi as a LoRaWAN gateway to use with [[TheThingsNetwork>>url:http://www.thethingsnetwork.org/]](TTN) LoRaWAN server. Set up method for other server are similar.
108 +
109 +
101 101  )))
102 102  
103 103  [[image:1651743698677-436.png||height="457" width="686"]]
... ... @@ -123,8 +123,10 @@
123 123  
124 124  
125 125  
135 +
126 126  = **4. Flash with pre-build image** =
127 127  
138 +
128 128  == **4.1 Download the dragino image for RPI** ==
129 129  
130 130  
... ... @@ -186,13 +186,14 @@
186 186  
187 187  
188 188  
189 -== **4.4 Access the WebUI of RPi4.** ==
200 +== **4.4 Access the WebUI of RPi4** ==
190 190  
202 +
191 191  === **4.4.1 Home page** ===
192 192  
193 193  
194 194  (((
195 -Open a browser on the PC and type the RPI ip address [[http:~~/~~/IP_ADDRESS** **>>url:http://192.168.1.xx/]] (If the IP is assigned by the uplink router)
207 +Open a browser on the PC and type the RPI ip address **http:~/~/IP_ADDRESS ** (If the IP is assigned by the uplink router)
196 196  You will see the login interface of RPI as shown below.
197 197  The account details for Web Login are:
198 198  )))
... ... @@ -213,13 +213,15 @@
213 213  
214 214  This page shows the LoRa Radio Settings. There are a set of default frequency band according to LoRaWAN protocol, and user can customize the band* as well.
215 215  
228 +
216 216  [[image:1651744554845-970.png||height="328" width="621"]]
217 217  
231 +
218 218  Different PG1302 hardware version can support different frequency range:
219 219  
220 -➢** (% style="color:red" %)868: valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865.(%%)**
234 +* (% style="color:red" %)**868: valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865.**
235 +* (% style="color:red" %)**915: valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920**
221 221  
222 -➢ (% style="color:red" %)**915: valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920**
223 223  
224 224  After user choose the frequency plan, he can see the actually frequency in used by checking the (% style="color:#037691" %)**page LogRead ~-~-> LoRa Log**
225 225  
... ... @@ -229,11 +229,13 @@
229 229  
230 230  === **4.4.3 LoRaWAN Page** ===
231 231  
246 +
232 232  ==== **4.4.3.1 Semtech UDP** ====
233 233  
234 234  
235 235  [[image:1651744767914-283.png||height="352" width="621"]]
236 236  
252 +
237 237  (% style="color:red" %)**Note *: [[See this instruction for how to configure TTN>>doc:Main.Notes for TTN.WebHome]].**
238 238  
239 239  
... ... @@ -250,11 +250,13 @@
250 250  
251 251  === **4.4.4 LogRead** ===
252 252  
269 +
253 253  ==== **4.4.4.1 LoRa Log** ====
254 254  
255 255  
256 256  [[image:1651744955955-452.png||height="571" width="621"]]
257 257  
275 +
258 258  Show the frequency for LoRa Radio and traffics.
259 259  
260 260  
... ... @@ -264,6 +264,7 @@
264 264  
265 265  Show system log.
266 266  
285 +
267 267  [[image:1651745003470-264.png||height="477" width="621"]]
268 268  
269 269  
... ... @@ -273,12 +273,14 @@
273 273  
274 274  **Record the system log.**
275 275  
295 +
276 276  [[image:1651745069814-662.png||height="144" width="621"]]
277 277  
278 278  
279 279  
280 -= **5. Install stand-alone LoRa Packet Forwarder.** =
300 += **5. Install stand-alone LoRa Packet Forwarder** =
281 281  
302 +
282 282  == **5.1 OS requirement** ==
283 283  
284 284  
... ... @@ -286,7 +286,7 @@
286 286  
287 287  (% class="box" %)
288 288  (((
289 - pi@raspberrypi:~~$ cat /etc/os-release
310 + pi@raspberrypi:~~$ cat /etc/os-release
290 290   PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
291 291   NAME="Raspbian GNU/Linux"
292 292   VERSION_ID="8"
... ... @@ -412,15 +412,22 @@
412 412  [[image:1651745867516-322.png||height="83" width="740"]]
413 413  
414 414  
415 -*
416 -** 2). Use this command to copy it.
417 417  
418 - cp /etc/lora/cfg-302/EU-global_conf.json /etc/lora/global_conf.json
437 +**~ 2). Use this command to copy it.**
419 419  
439 +(% class="box infomessage" %)
440 +(((
441 +*
442 +** cp /etc/lora/cfg-302/EU-global_conf.json /etc/lora/global_conf.json
443 +)))
444 +
420 420  [[image:1651745984006-868.png||height="87" width="745"]]
421 421  
447 +
422 422  * If user wants to change to other LoRaWAN server, modify the (% style="color:#0000ff" %)**global_conf.json**(%%) file.
423 423  
450 +
451 +
424 424  === **5.2.3 Check result** ===
425 425  
426 426  
... ... @@ -489,6 +489,7 @@
489 489  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
490 490  
491 491  
520 +
492 492  = **6. Order Info** =
493 493  
494 494  
... ... @@ -501,7 +501,6 @@
501 501  * (% style="color:red" %)**470** (%%)(For Band: CN470)
502 502  
503 503  
504 -
505 505  = **7. Packing Info** =
506 506  
507 507  (((
... ... @@ -535,7 +535,6 @@
535 535  * Weight: 150g
536 536  
537 537  
538 -
539 539  (((
540 540  = **8. Support** =
541 541  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0