Changes for page PG1302 -- LoRaWAN Concentrator User Manual
Last modified by Kilight Cao on 2024/06/22 10:43
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.Xiao ling1 +XWiki.Xiaoye - 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 ... ... @@ -64,9 +64,11 @@ 64 64 == **1.5 LEDs** == 65 65 66 66 68 +((( 67 67 TX: Blink when transmit a packet 68 68 RX: Blink when receive a packet 69 69 Config: Always ON 72 +))) 70 70 71 71 72 72 ... ... @@ -91,13 +91,16 @@ 91 91 92 92 93 93 94 -= **2. Example: Set up as LoRaWAN gateway .** =97 += **2. Example: Set up as LoRaWAN gateway** = 95 95 99 + 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. 105 + 106 + 101 101 ))) 102 102 103 103 [[image:1651743698677-436.png||height="457" width="686"]] ... ... @@ -125,6 +125,7 @@ 125 125 126 126 = **4. Flash with pre-build image** = 127 127 134 + 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 .** ==196 +== **4.4 Access the WebUI of RPi4** == 190 190 198 + 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)203 +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,14 +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 224 + 216 216 [[image:1651744554845-970.png||height="328" width="621"]] 217 217 227 + 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.(%%)** 230 +* (% style="color:red" %)**868: valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865.** 231 +* (% 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 - 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 226 226 (% style="color:red" %)**Note *: [[See this instruction for how to customize frequency band>>doc:Main.How to customized LoRaWAN frequency band.WebHome]]** ... ... @@ -229,11 +229,13 @@ 229 229 230 230 === **4.4.3 LoRaWAN Page** === 231 231 241 + 232 232 ==== **4.4.3.1 Semtech UDP** ==== 233 233 234 234 235 235 [[image:1651744767914-283.png||height="352" width="621"]] 236 236 247 + 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 264 + 253 253 ==== **4.4.4.1 LoRa Log** ==== 254 254 255 255 256 256 [[image:1651744955955-452.png||height="571" width="621"]] 257 257 270 + 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 280 + 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 290 + 276 276 [[image:1651745069814-662.png||height="144" width="621"]] 277 277 278 278 279 279 280 -= **5. Install stand-alone LoRa Packet Forwarder .** =295 += **5. Install stand-alone LoRa Packet Forwarder** = 281 281 297 + 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 305 + 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" ... ... @@ -359,25 +359,31 @@ 359 359 360 360 ))) 361 361 362 -and then run: 363 363 364 - (% style="background-color:#dcdcdc" %)wget[[https:~~/~~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/auto_install.sh>>url:https://www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/auto_install.sh]]379 +Select the appropriate device version to download 365 365 366 -(% style="background-color:#dcdcdc" %)chmod +x ./auto_install.sh 367 367 368 -(% style="background-color:#dcdcdc" %)./auto_install.sh 369 - 370 370 ((( 371 -[[image:1651745611629-818.png||height="225" width="729"]] 383 +draginofwd-32bit 384 + 385 +wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-32bit.deb && dpkg -i draginofwd-32bit.deb 386 + 387 + 388 +dragino-64bit 372 372 ))) 373 373 374 - Thisldownloadhepacket forwarder packagefromDraginoServer to RPI, andstartinstall the package.391 +wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-64bit.deb && dpkg -i draginofwd-64bit.deb 375 375 376 -You can get these output: 377 377 394 +dragino-tiker-32bit 395 + 396 +wget https:~/~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/draginofwd-tinker-32bit.deb && dpkg -i draginofwd-tinker-32bit.deb 397 + 398 + 378 378 ((( 379 - [[image:1651745657252-173.png||height="426"width="621"]]400 + 380 380 402 +[[image:image-20220928181226-1.png]] 381 381 382 382 383 383 ))) ... ... @@ -409,18 +409,25 @@ 409 409 410 410 **~ 1). Chose your need the name of region frequency.** 411 411 434 + 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 - c p /etc/lora/cfg-302/EU-global_conf.json/etc/lora/global_conf.json439 +**~ 2). Use this command to copy it.** 419 419 441 +(% class="box infomessage" %) 442 +((( 443 +**cp /etc/lora/cfg-302/EU-global_conf.json /etc/lora/global_conf.json** 444 +))) 445 + 420 420 [[image:1651745984006-868.png||height="87" width="745"]] 421 421 448 + 422 422 * If user wants to change to other LoRaWAN server, modify the (% style="color:#0000ff" %)**global_conf.json**(%%) file. 423 423 451 + 452 + 424 424 === **5.2.3 Check result** === 425 425 426 426 ... ... @@ -473,6 +473,7 @@ 473 473 [[image:1651746111963-838.png||height="184" width="730"]] 474 474 475 475 505 + 476 476 If there are LoRaWAN nodes transmitting nearby, we can see the traffic in (% style="color:#037691" %)**TTN v3 –> Gateway ~-~-> Live data** 477 477 478 478 [[image:1651746139304-966.png||height="326" width="621"]] ... ... @@ -489,6 +489,7 @@ 489 489 * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd: sudo systemctl status draginofwd 490 490 491 491 522 + 492 492 = **6. Order Info** = 493 493 494 494 ... ... @@ -529,6 +529,7 @@ 529 529 * RPi3/4 converter PCB 530 530 * Screws to hole converter PCB on RPI. 531 531 563 + 532 532 **PG1302-PI Dimension and weight: ** 533 533 534 534 * Device Size: 18 x 8 x 4 cm ... ... @@ -550,5 +550,8 @@ 550 550 551 551 ((( 552 552 With your question as detail as possible. We will reply and help you in the shortest. 585 + 586 + 587 + 553 553 ))) 554 554 )))
- image-20220928181226-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +29.1 KB - Content