<
From version < 139.2 >
edited by Xiaoling
on 2022/07/28 15:06
To version < 139.3 >
edited by Xiaoling
on 2022/07/28 15:11
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -420,7 +420,6 @@
420 420  * Legacy V2 Console : (% style="color:red" %)TTN v2 shuts down in December 2021
421 421  
422 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.
510 +(% 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  
529 +
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.
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.**
532 +
533 +
532 532  )))
533 533  
534 534  (((
... ... @@ -562,11 +562,13 @@
562 562  [[image:1657089833529-558.png]]
563 563  
564 564  
567 +
565 565  First, input the End device ID, AppEUI and DevEUI.
566 566  
567 567  [[image:1657089845985-297.png]]
568 568  
569 569  
573 +
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.
586 +(% 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.
587 +
588 +
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.
592 +(% style="color:red" %)**Note that it may take some time for the device data to appear in the TTN v3 display.**
593 +
594 +
587 587  )))
588 588  
589 589  [[image:1657089884131-489.png]]
... ... @@ -593,15 +593,19 @@
593 593  
594 594  == 5.1 Home ==
595 595  
604 +
596 596  Shows the system running status.
597 597  
607 +
598 598  [[image:1652423418568-752.png||height="329" width="724"]]
599 599  
600 600  
611 +
601 601  == 5.2 LoRa Settings ==
602 602  
603 603  === 5.2.1 LoRa ~-~-> LoRa ===
604 604  
616 +
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,27 +610,36 @@
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
625 +* (% style="color:red" %)**868**(%%): valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865.
626 +* (% 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**
629 +
630 +
631 +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  
637 +(% style="color:red" %)**Note *: [[See this instruction for how to customize frequency band>>doc:Main.How to customized LoRaWAN frequency band.WebHome]]**
624 624  
639 +
640 +
625 625  === 5.2.2 LoRa ~-~-> ABP Decryption ===
626 626  
643 +
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  
649 +
650 +
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]]**
653 +
654 +
634 634  )))
635 635  
636 636  [[image:1657089993263-743.png]]
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0