Changes for page LPS8v2 -- LoRaWAN Indoor Gateway User Manual
Last modified by Kilight Cao on 2024/12/31 16:31
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -67,6 +67,7 @@ 67 67 * Power Input: 5V, 2A, DC 68 68 69 69 70 + 70 70 == 1.3 Features == 71 71 72 72 ... ... @@ -86,6 +86,7 @@ 86 86 * Built-in (% style="color:#037691" %)//**Node-Red**// (%%)local Application server 87 87 88 88 90 + 89 89 == 1.4 Block Diagram == 90 90 91 91 ... ... @@ -691,60 +691,58 @@ 691 691 692 692 **Access the gateway CLI via SSH.** 693 693 694 -[[image:image-202 30425153417-2.png]]696 +[[image:image-20220905165222-3.png]] 695 695 696 696 697 -** Installthe newgateway-rs**699 +**Download gateway-rs.** 698 698 699 -[[image:image-202 30425154058-4.png]]701 +[[image:image-20220905165715-5.png]] 700 700 703 +(% class="box infomessage" %) 704 +((( 705 +**Command: wget [[http:~~/~~/repo.dragino.com/release/tool/gateway-rs/helium-gateway-v1.0.0-alpha.31-raspi234.deb>>http://repo.dragino.com/release/tool/gateway-rs/helium-gateway-v1.0.0-alpha.31-raspi234.deb]]** 706 +))) 701 701 702 702 703 - Option:If you installedthe oldergateway-rs, you have clean it709 +**Install gateway-rs.** 704 704 705 -[[image:image-202 30425153823-3.png]]711 +[[image:image-20220905165917-7.png]] 706 706 707 - 708 -**Change the region setting:** 709 - 710 - 711 711 (% class="box infomessage" %) 712 712 ((( 713 -**sed -i '27cregion\ \= \ <REGION>' /etc/helium_gateway/settings.toml** 715 +**Command: dpkg -i helium-gateway-v1.0.0-alpha.31-raspi234.deb ** 716 +))) 714 714 715 715 716 -** e.g:**719 +**Modify configuration.** 717 717 718 -**US915 ~-~--> sed -i '27cregion\ \= \ \"US915\"' /etc/helium_gateway/settings.toml** 719 719 720 -**EU868 ~-~--> sed -i '27cregion\ \= ~\~\" EU868\"' /etc/helium_gateway/settings.toml** 721 -))) 722 +[[image:image-20220905173847-12.png]] 722 722 723 723 724 -**Restart the gateway-rs** 725 - 726 726 (% class="box infomessage" %) 727 727 ((( 728 -**systemctl restart helium_gateway** 727 +**region=<Enter regional parameters> \ 728 +&& sed -i '/region/d' /etc/helium_gateway/settings.toml && sed -i "1 i\region = \"$region\"" /etc/helium_gateway/settings.toml \ 729 +&& sed -i '/region/d' /etc/helium_gateway/default.toml && sed -i "22 i\region = \"$region\"" /etc/helium_gateway/default.toml** 729 729 ))) 730 730 731 -[[image:image-20230425155612-7.png||height="265" width="911"]] 732 732 733 +**Restart the helium_gateway** 733 733 735 +[[image:image-20220905170920-9.png]] 734 734 735 -**Check the helium_gateway running status** 736 736 737 - 738 738 (% class="box infomessage" %) 739 739 ((( 740 -**systemctl stat ushelium_gateway**740 +**systemctl restart helium_gateway** 741 741 ))) 742 742 743 -[[image:image-20230425154740-5.png]] 744 744 744 +**Check the helium_gateway Log:** 745 745 746 +[[image:image-20220905173952-13.png]] 746 746 747 -**Check the helium_gateway Log:** 748 748 749 749 (% class="box infomessage" %) 750 750 ((( ... ... @@ -752,9 +752,16 @@ 752 752 ))) 753 753 754 754 755 - [[image:image-20230425155659-8.png]]755 +(% style="color:red" %)**Note: if your device is not finished the onboarding, which is unable to connect to the Helium console.** 756 756 757 +where the helium gateway log is shown: 757 757 759 +[[image:image-20220905174534-14.png]] 760 + 761 + 762 +So you have to finish the onboarding, ~-~--Please refer to [[Step 2.7>>doc:Main.Notes for Helium.WebHome||anchor="H2.7A0Step6:OnboardingData-OnlyHotspot"]] to onboarding your LPS8-V2. 763 + 764 + 758 758 = 8. OTA System Update = 759 759 760 760