<
From version < 124.1 >
edited by Xiaoye
on 2023/03/29 20:16
To version < 125.2 >
edited by Xiaoling
on 2023/03/30 16:05
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoye
1 +XWiki.Xiaoling
Content
... ... @@ -42,6 +42,9 @@
42 42  * Mini-PCIe Interface
43 43  * Converter board to support Raspberry Pi
44 44  
45 +
46 +
47 +
45 45  == 1.3 General Interfaces for PG1302 ==
46 46  
47 47  
... ... @@ -50,6 +50,9 @@
50 50  * 1 x I-PEX for LoRa
51 51  * Working Temperature: -40 ℃ ~~ 80℃
52 52  
56 +
57 +
58 +
53 53  == 1.4 Pin Mapping ==
54 54  
55 55  
... ... @@ -516,7 +516,6 @@
516 516  * (% style="color:#0000ff" %)**Auto run**(%%) dragino_fwd after boot:  sudo systemctl enable draginofwd
517 517  * (% style="color:#0000ff" %)**Show status** (%%)of dragino_fwd:  sudo systemctl status draginofwd
518 518  
519 -
520 520  === **5.2.2 Basic Station Mode.** ===
521 521  
522 522  
... ... @@ -523,7 +523,7 @@
523 523  ==== a). Get a gateway EUI from the device ETH MAC. ====
524 524  
525 525  
526 -In RPI, run the below command to get a Gateway ID
531 +In RPI, run the below command to get a Gateway EUI
527 527  
528 528  (% class="box infomessage" %)
529 529  (((
... ... @@ -542,31 +542,85 @@
542 542  
543 543  
544 544  
545 -b
550 +==== b). Register the gateway with the Basic Station Mode on the TTN-Stack ====
546 546  
552 +[[image:image-20230329164417-5.png]]
547 547  
548 548  
549 549  
550 -c
551 551  
552 -d
557 +==== c). Download the gateway API keys, and then upload them to the gateway. ====
553 553  
554 -e
555 555  
556 -f
560 +[[image:image-20230329164704-6.png]]
557 557  
558 -g
559 559  
560 -h
563 +==== d). The status Shows disconnect. ====
561 561  
562 -i
565 +[[image:image-20230329165619-7.png||height="568" width="948"]]
563 563  
564 -j
565 565  
566 -k
568 +==== e.) Uploda API keys into the gateway ====
567 567  
570 +the User can find the Basic Station configuration directory in (% style="color:#0000ff" %)**/etc/station/**(%%) there is the station.conf files, and ttnstack directory.
568 568  
572 +//**directory tree:**//
569 569  
574 +///etc/station/
575 +├── station.conf 
576 +└── ttnstack  ~-~--> ** ttnstack configuration file directory**
577 + ├── cups.trust  ~-~-->  ttnstack auth file
578 + ├── cups.uri  ~-~-->  ttnstack server URI file
579 + └── station.conf  ~-~-~-~-> backup configuration file//
580 +
581 +
582 +
583 +**and then upload the downloaded keys to this directory((% style="color:#0000ff" %)/etc/station/(%%))**
584 +
585 +eg:
586 +
587 +/etc/station/
588 +├── cups.key  ~-~--> uploaded by you
589 +├── lns.key  ~-~--> uploaded by you
590 +├── station.conf
591 +
592 +
593 +==== f). Configure gateway EUI and server address ====
594 +
595 +
596 +[[image:image-20230329195650-10.png]]
597 +
598 +
599 +After the user enters the correct parameters, the server will be run automatically
600 +
601 +
602 +Tree Directory:
603 +
604 +/etc/station/
605 +├── cups.key
606 +├── cups.trust
607 +├── cups.uri
608 +├── lns.key
609 +├── start-configure.sh
610 +├── station.conf
611 +└── ttnstack
612 + ├── cups.trust
613 + ├── cups.uri
614 + └── station.conf
615 +
616 +
617 +==== g). Check station running log ====
618 +
619 +
620 +tail -f /var/log/station.log
621 +
622 +
623 +[[image:image-20230329201624-11.png]]
624 +
625 +
626 +
627 +
628 +
570 570  = 6. Order Info =
571 571  
572 572  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0