Changes for page DLOS8N - Outdoor LoRaWAN Gateway User Manual
Last modified by Kilight Cao on 2025/03/20 16:02
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -419,8 +419,6 @@ 419 419 * Australia 1 (% style="color:red" %)corresponding Gateway server address:** **(% style="color:black" %)au1.cloud.thethings.network 420 420 * Legacy V2 Console : (% style="color:red" %)TTN v2 shuts down in December 2021 421 421 422 - 423 - 424 424 (% style="color:blue" %)**Step 4: Create a Gateway** 425 425 426 426 [[image:1652422440891-514.png||height="360" width="747"]] ... ... @@ -508,7 +508,7 @@ 508 508 [[image:1652422794767-871.png]] 509 509 510 510 ((( 511 -(% style="color: #4f81bd" %)**Step 1**: (%style="color:black"%)Create a Device definition in TTN v3 with the OTAA keys from the example LT-22222-L IO Controller device.509 +(% style="color:blue" %)**Step 1**: (%%)Create a Device definition in TTN v3 with the OTAA keys from the example LT-22222-L IO Controller device. 512 512 ))) 513 513 514 514 ((( ... ... @@ -527,8 +527,11 @@ 527 527 528 528 [[image:1652422840936-838.png]] 529 529 528 + 530 530 ((( 531 -(% style="color:red" %)Note: You may be able to change these codes in a device by using a configuration facility on the device e.g. the LT-22222 uses a serial port access and a series of AT commands. Changing the codes may be necessary in the case where you have to use codes assigned by a LoRa WAN server. 530 +(% style="color:red" %)**Note: You may be able to change these codes in a device by using a configuration facility on the device e.g. the LT-22222 uses a serial port access and a series of AT commands. Changing the codes may be necessary in the case where you have to use codes assigned by a LoRa WAN server.** 531 + 532 + 532 532 ))) 533 533 534 534 ((( ... ... @@ -562,11 +562,13 @@ 562 562 [[image:1657089833529-558.png]] 563 563 564 564 566 + 565 565 First, input the End device ID, AppEUI and DevEUI. 566 566 567 567 [[image:1657089845985-297.png]] 568 568 569 569 572 + 570 570 Secondly, choose the corresponding frequency and LoRaWAN class capabilities. 571 571 572 572 [[image:1657089868506-654.png]] ... ... @@ -579,11 +579,15 @@ 579 579 ))) 580 580 581 581 ((( 582 -(% style="color:#4f81bd" %)**Step 2**: (% style="color:black" %)Power on LT-22222-L device and it will automatically join the TTN network. After joining successfully, it will start to upload messages to the TTN v3. Select the Live data tab and you will see the data appearing in the panel. 585 +(% style="color:blue" %)**Step 2**: (%%)Power on LT-22222-L device and it will automatically join the TTN network. After joining successfully, it will start to upload messages to the TTN v3. Select the Live data tab and you will see the data appearing in the panel. 586 + 587 + 583 583 ))) 584 584 585 585 ((( 586 -(% style="color:red" %)Note that it may take some time for the device data to appear in the TTN v3 display. 591 +(% style="color:red" %)**Note that it may take some time for the device data to appear in the TTN v3 display.** 592 + 593 + 587 587 ))) 588 588 589 589 [[image:1657089884131-489.png]] ... ... @@ -593,15 +593,19 @@ 593 593 594 594 == 5.1 Home == 595 595 603 + 596 596 Shows the system running status. 597 597 606 + 598 598 [[image:1652423418568-752.png||height="329" width="724"]] 599 599 600 600 610 + 601 601 == 5.2 LoRa Settings == 602 602 603 603 === 5.2.1 LoRa ~-~-> LoRa === 604 604 615 + 605 605 ((( 606 606 This page shows the LoRa Radio Settings. There are a set of default frequency band according to LoRaWAN protocol, and user can customized the band* as well. 607 607 ))) ... ... @@ -610,36 +610,46 @@ 610 610 Different DLOS8N hardware version can support different frequency range: 611 611 ))) 612 612 613 -* **868**: valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865. 614 -* **915**: valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920 624 +* (% style="color:red" %)**868**(%%): valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865. 625 +* (% style="color:red" %)**915**(%%): valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920 615 615 616 616 ((( 617 -After user choose the frequency plan, he can see the actually frequency in used by checking the page **LogRead ~-~-> LoRa Log** 628 + 629 + 630 +After user choose the frequency plan, he can see the actually frequency in used by checking the page (% style="color:#037691" %)**LogRead ~-~-> LoRa Log** 618 618 ))) 619 619 620 620 [[image:1657090007385-854.png]] 621 621 622 -Note *: **[[See this instruction for how to customize frequency band>>doc:Main.How to customized LoRaWAN frequency band.WebHome]]** 623 623 636 +(% style="color:red" %)**Note *: [[See this instruction for how to customize frequency band>>doc:Main.How to customized LoRaWAN frequency band.WebHome]]** 624 624 638 + 639 + 625 625 === 5.2.2 LoRa ~-~-> ABP Decryption === 626 626 642 + 627 627 The DLOS8N can communicate with LoRaWAN ABP End Node without the need of LoRaWAN server. It can be used in some cases such as: 628 628 629 629 * No internet connection. 630 630 * User wants to get data forward in gateway and forward to their server based on MQTT/HTTP, etc. (Combine ABP communication method and [[MQTT forward together>>doc:Main.MQTT Forward Instruction.WebHome]]). 631 631 648 + 632 632 ((( 633 633 Detail of this feature: **[[Communication with ABP End Node>>doc:Main.Communicate with ABP End Node without LoRaWAN Network Server --- LG308.WebHome]]** 651 + 652 + 634 634 ))) 635 635 636 636 [[image:1657089993263-743.png]] 637 637 638 638 658 + 639 639 == 5.3 LoRaWAN Settings == 640 640 641 641 === 5.3.1 LoRaWAN ~-~-> LoRaWAN === 642 642 663 + 643 643 This page is for the connection set up to a general LoRaWAN Network server such as: [[TTN>>url:http://www.thethingsnetwork.org/]], [[ChirpStack>>url:https://www.chirpstack.io/]] etc 644 644 645 645 [[image:1657089950542-323.png]] ... ... @@ -653,8 +653,10 @@ 653 653 **See:** **[[Filter unwanted LoRaWAN packets>>doc:Main.Filter unwanted LoRaWAN packets.WebHome]]** 654 654 655 655 677 + 656 656 === 5.3.2 LoRaWAN ~-~-> Amazon AWS-IoT === 657 657 680 + 658 658 [[image:1657089933044-221.png]] 659 659 660 660 ... ... @@ -661,11 +661,13 @@ 661 661 ((( 662 662 Please see this instruction to know more detail and demo for how to connect to **[[AWS-IoT LoRaWAN Core>>doc:Main.AWS IoT Core for LoRaWAN.WebHome]].** 663 663 687 + 664 664 665 665 ))) 666 666 667 667 === 5.3.3 LoRaWAN ~-~-> LORIOT === 668 668 693 + 669 669 ((( 670 670 Settings to communicate to LORIOT LoRaWAN Network Server: [[https:~~/~~/www.loriot.io/>>url:https://www.loriot.io/]] 671 671 ))) ... ... @@ -672,13 +672,17 @@ 672 672 673 673 ((( 674 674 Instruction: **[[Notes for LORIOT>>doc:Main.Notes for LORIOT.WebHome]]** 700 + 701 + 675 675 ))) 676 676 677 677 [[image:1657089965935-695.png]] 678 678 679 679 707 + 680 680 == 5.4 MQTT Settings == 681 681 710 + 682 682 If end nodes works in ABP mode, user can configure DLOS8N to transfer the data to MQTT broker, 683 683 684 684 Instruction: **[[MQTT Forward Instruction>>doc:Main.MQTT Forward Instruction.WebHome]]** ... ... @@ -691,17 +691,21 @@ 691 691 692 692 === 5.5.1 System ~-~-> System Overview === 693 693 723 + 694 694 Shows the system info: 695 695 696 696 [[image:1657090055371-265.png]] 697 697 698 698 729 + 699 699 === 5.5.2 System ~-~-> General ( login settings) === 700 700 732 + 701 701 [[image:1657090070500-921.png]] 702 702 735 + 703 703 ((( 704 -**__System Password:__** 737 +(% style="color:#037691" %)**__System Password:__** 705 705 ))) 706 706 707 707 ((( ... ... @@ -713,17 +713,19 @@ 713 713 ))) 714 714 715 715 ((( 716 -**__Timezone: __**Set device timezone. 749 +(% style="color:#037691" %)**__Timezone: __**(%%)Set device timezone. 717 717 ))) 718 718 719 719 ((( 720 -**__Port forwarding: __**Enable/Disable the HTTP and SSH access via WAN interface. 753 +(% style="color:#037691" %)**__Port forwarding: __**(%%)Enable/Disable the HTTP and SSH access via WAN interface. 721 721 755 + 722 722 723 723 ))) 724 724 725 725 === 5.5.3 System ~-~-> Network === 726 726 761 + 727 727 [[image:1657090089790-368.png]] 728 728 729 729 (((