<
From version < 154.1 >
edited by Xiaoye
on 2024/06/22 10:00
To version < 156.1
edited by Kilight Cao
on 2024/06/22 10:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoye
1 +XWiki.Kilight
Content
... ... @@ -538,10 +538,12 @@
538 538  
539 539  
540 540  
541 +=== 5.2.2 Basic Station Mode. ===
541 541  
542 542  
544 +The following example is connecting to TTNv3 via basic station:
543 543  
544 -=== 5.2.2 Basic Station Mode. ===
546 +**[[Server Addresses ~| The Things Stack for Basic Station (thethingsindustries.com)>>https://console.cloud.thethings.network/]]**
545 545  
546 546  
547 547  ==== **a). Get a gateway EUI from the device ETH MAC.** ====
... ... @@ -607,6 +607,30 @@
607 607  └── station.conf
608 608  
609 609  
612 +**lns.key and cups.key are generated by the preceding steps**
613 +
614 +
615 +**Download cups.trust**
616 +
617 +(% class="box infomessage" %)
618 +(((
619 +wget [[dragino.com/downloads/downloads/LoRa_Gateway/LPS8/Firmware/customized_script/cups.trust>>url:https://www.dragino.com/downloads/downloads/LoRa_Gateway/LPS8/Firmware/customized_script/cups.trust]]
620 +)))
621 +
622 +
623 +**Manually create and edit the cups.uri file**
624 +
625 +(% class="box infomessage" %)
626 +(((
627 +touch cups.uri
628 +
629 +nano cups.uri
630 +)))
631 +
632 +Then enter the URI address of the server, for example: **https:~/~/eu1.cloud.thethings.network:443**
633 +
634 +
635 +
610 610  ==== **f). Configure Gateway EUI** ====
611 611  
612 612  [[image:image-20240622094409-1.png]]
... ... @@ -626,8 +626,16 @@
626 626  )))
627 627  
628 628  
655 +systemctl start draginostation  ~-~- start draginostation service
629 629  
657 +systemctl stop draginostation  ~-~- Stop draginostation service
630 630  
659 +systemctl enable draginostation ~-~- enable boot auto start draginostation service
660 +
661 +systemctl disable  draginostation  ~-~- disable boot auto start draginostation service
662 +
663 +
664 +
631 631  Tree Directory:
632 632  
633 633  /etc/station/
... ... @@ -658,7 +658,6 @@
658 658  
659 659  tail -f /var/log/station.log
660 660  
661 -
662 662  [[image:image-20230329201624-11.png]]
663 663  
664 664  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0