Changes for page PG1302 -- LoRaWAN Concentrator User Manual
Last modified by Kilight Cao on 2024/06/22 10:43
Change comment:
Uploaded new attachment "image-20230518091900-1.png", version {1}
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 8 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoye1 +XWiki.Kilight - Content
-
... ... @@ -42,6 +42,8 @@ 42 42 * Mini-PCIe Interface 43 43 * Converter board to support Raspberry Pi 44 44 45 + 46 + 45 45 == 1.3 General Interfaces for PG1302 == 46 46 47 47 ... ... @@ -50,6 +50,8 @@ 50 50 * 1 x I-PEX for LoRa 51 51 * Working Temperature: -40 ℃ ~~ 80℃ 52 52 55 + 56 + 53 53 == 1.4 Pin Mapping == 54 54 55 55 ... ... @@ -84,6 +84,8 @@ 84 84 * Smart Cities 85 85 * Smart Factory 86 86 91 + 92 + 87 87 = 2. Example: Set up as LoRaWAN gateway = 88 88 89 89 == 2.1 System structure == ... ... @@ -122,6 +122,8 @@ 122 122 123 123 * 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. 124 124 131 + 132 + 125 125 = 4. Flash with pre-build image = 126 126 127 127 == 4.1 Download the dragino image for RPI == ... ... @@ -258,7 +258,6 @@ 258 258 259 259 Show system log. 260 260 261 - 262 262 [[image:1651745003470-264.png||height="477" width="621"]] 263 263 264 264 ... ... @@ -267,7 +267,6 @@ 267 267 268 268 **Record the system log.** 269 269 270 - 271 271 [[image:1651745069814-662.png||height="144" width="621"]] 272 272 273 273 ... ... @@ -339,7 +339,7 @@ 339 339 === 5.2.1 Semtech UDP Mode === 340 340 341 341 342 -==== a). Get a gateway EUI from the device ETH MAC. ==== 348 +==== **a). Get a gateway EUI from the device ETH MAC.** ==== 343 343 344 344 345 345 In RPI, run the below command to get a Gateway ID ... ... @@ -358,7 +358,9 @@ 358 358 359 359 360 360 361 -==== b). Input this Gateway EUI to the TTN-Stack ==== 367 +==== **b). Input this Gateway EUI to the TTN-Stack** ==== 368 + 369 + 362 362 ))) 363 363 ))) 364 364 ... ... @@ -367,13 +367,17 @@ 367 367 [[image:1651745306744-481.png||height="478" width="621"]] 368 368 369 369 370 -==== c). After Register, the status should show not connected as below: ==== 371 371 379 +==== **c). After Register, the status should show not connected as below:** ==== 380 + 381 + 372 372 [[image:1651745366987-458.png||height="363" width="621"]] 373 373 374 374 375 -==== d). Enable SPI and I2C on your device ==== 376 376 386 +==== **d). Enable SPI and I2C on your device** ==== 387 + 388 + 377 377 **the below example is using Raspberry 4B.** 378 378 379 379 ... ... @@ -389,15 +389,16 @@ 389 389 390 390 391 391 392 -==== e). Access the root account: ==== 404 +==== **e). Access the root account:** ==== 393 393 394 394 ((( 395 395 [[image:1651745583363-614.png||height="151" width="732"]] 396 396 409 + 397 397 398 398 ))) 399 399 400 -==== f). Modify the configuration of FWD ==== 413 +==== **f). Modify the configuration of FWD** ==== 401 401 402 402 403 403 ((( ... ... @@ -418,6 +418,7 @@ 418 418 419 419 At default, the users need to change two configurations file: global_conf.json and local_conf.json. 420 420 434 + 421 421 ===== **1.) Configure gateway EUI and server address, port for fwd** ===== 422 422 423 423 ... ... @@ -458,7 +458,7 @@ 458 458 [[image:1651745984006-868.png||height="87" width="745"]] 459 459 460 460 461 -==== (% style="color:inherit; font-family:inherit; font-size:23px" %)g). Running the Fwd Server(%%) ==== 475 +==== (% style="color:inherit; font-family:inherit; font-size:23px" %)**g). Running the Fwd Server**(%%) ==== 462 462 463 463 464 464 ((( ... ... @@ -508,7 +508,7 @@ 508 508 [[image:1651746139304-966.png||height="326" width="621"]] 509 509 510 510 511 -==== h). Commands to handle service ==== 525 +==== **h). Commands to handle service** ==== 512 512 513 513 * (% style="color:#0000ff" %)**Stop** (%%)dragino_fwd service: sudo systemctl stop draginofwd 514 514 * (% style="color:#0000ff" %)**Disable**(%%) dragino_fwd auto run after boot: sudo systemctl disable draginofwd ... ... @@ -517,14 +517,15 @@ 517 517 * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd: sudo systemctl status draginofwd 518 518 519 519 520 -=== **5.2.2 Basic Station Mode.** === 521 521 535 +=== 5.2.2 Basic Station Mode. === 522 522 523 -==== a). Get a gateway EUI from the device ETH MAC. ==== 524 524 538 +==== **a). Get a gateway EUI from the device ETH MAC.** ==== 525 525 526 -In RPI, run the below command to get a Gateway ID 527 527 541 +In RPI, run the below command to get a Gateway EUI 542 + 528 528 (% class="box infomessage" %) 529 529 ((( 530 530 **~ ifconfig eth0** ... ... @@ -541,32 +541,84 @@ 541 541 542 542 543 543 559 +==== **b). Register the gateway with the Basic Station Mode on the TTN-Stack** ==== 544 544 545 -b 546 546 562 +[[image:image-20230329164417-5.png]] 547 547 548 548 549 549 550 -c 566 +==== **c). Download the gateway API keys, and then upload them to the gateway.** ==== 551 551 552 -d 553 553 554 -e 569 +[[image:image-20230329164704-6.png]] 555 555 556 -f 557 557 558 - g572 +==== **d). The status Shows disconnect.** ==== 559 559 560 -h 561 561 562 -i 575 +[[image:image-20230329165619-7.png||height="568" width="948"]] 563 563 564 -j 565 565 566 -k 578 +==== **e.) Uploda API keys into the gateway** ==== 567 567 568 568 581 +the User can find the Basic Station configuration directory in (% style="color:#0000ff" %)**/etc/station/**(%%) there is the station.conf files, and ttnstack directory. 569 569 583 +//**directory tree:**// 584 + 585 +///etc/station/ 586 +├── station.conf 587 +└── ttnstack ~-~--> ** ttnstack configuration file directory** 588 + ├── cups.trust ~-~--> ttnstack auth file 589 + ├── cups.uri ~-~--> ttnstack server URI file 590 + └── station.conf ~-~-~-~-> backup configuration file// 591 + 592 + 593 + 594 +**and then upload the downloaded keys to this directory((% style="color:#0000ff" %)/etc/station/(%%))** 595 + 596 +eg: 597 + 598 +/etc/station/ 599 +├── cups.key ~-~--> uploaded by you 600 +├── lns.key ~-~--> uploaded by you 601 +├── station.conf 602 + 603 + 604 +==== **f). Configure gateway EUI and server address** ==== 605 + 606 + 607 +[[image:image-20230329195650-10.png]] 608 + 609 + 610 +After the user enters the correct parameters, the server will be run automatically 611 + 612 + 613 +Tree Directory: 614 + 615 +/etc/station/ 616 +├── cups.key 617 +├── cups.trust 618 +├── cups.uri 619 +├── lns.key 620 +├── start-configure.sh 621 +├── station.conf 622 +└── ttnstack 623 + ├── cups.trust 624 + ├── cups.uri 625 + └── station.conf 626 + 627 + 628 +==== **g). Check station running log** ==== 629 + 630 + 631 +tail -f /var/log/station.log 632 + 633 + 634 +[[image:image-20230329201624-11.png]] 635 + 636 + 570 570 = 6. Order Info = 571 571 572 572 ... ... @@ -578,24 +578,22 @@ 578 578 * (% style="color:red" %)**915** (%%)(For Bands: US915,AU915,AS923,KR920) 579 579 * (% style="color:red" %)**470** (%%)(For Band: CN470) 580 580 648 + 649 + 581 581 = 7. Packing Info = 582 582 583 -((( 584 - 585 585 653 +((( 586 586 **PG1302 Package Includes**: 587 587 ))) 588 588 589 589 ((( 590 -((( 591 591 * PG1302 x 1 592 592 * LoRa Antenna x 1 593 593 ))) 594 -))) 595 595 596 -((( 597 - 598 598 663 +((( 599 599 **PG1302-PI Package Includes**: 600 600 ))) 601 601 ... ... @@ -604,12 +604,14 @@ 604 604 * RPi3/4 converter PCB 605 605 * Screws to hole converter PCB on RPI. 606 606 672 + 607 607 **PG1302-PI Dimension and weight: ** 608 608 609 609 * Device Size: 18 x 8 x 4 cm 610 610 * Weight: 150g 611 611 612 -((( 678 + 679 + 613 613 = 8. Support = 614 614 615 615 ... ... @@ -623,8 +623,4 @@ 623 623 624 624 ((( 625 625 With your question as detail as possible. We will reply and help you in the shortest. 626 - 627 - 628 - 629 629 ))) 630 -)))
- image-20230329164417-5.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +46.4 KB - Content
- image-20230329164704-6.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +16.6 KB - Content
- image-20230329165619-7.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +106.9 KB - Content
- image-20230329195416-8.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +9.3 KB - Content
- image-20230329195442-9.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +9.9 KB - Content
- image-20230329195650-10.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +27.7 KB - Content
- image-20230329201624-11.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +20.1 KB - Content
- image-20230518091900-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +6.8 KB - Content