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)
-
Attachments (0 modified, 14 added, 0 removed)
- image-20220905164308-1.png
- image-20220905164847-2.png
- image-20220905165222-3.png
- image-20220905165648-4.png
- image-20220905165715-5.png
- image-20220905165847-6.png
- image-20220905165917-7.png
- image-20220905170800-8.png
- image-20220905170920-9.png
- image-20220905173045-10.png
- image-20220905173154-11.png
- image-20220905173847-12.png
- image-20220905173952-13.png
- image-20220905174534-14.png
Details
- Page properties
-
- Content
-
... ... @@ -109,7 +109,7 @@ 109 109 (% style="color:blue" %)//**➢ WIFI LED**//(%%)//: This LED shows the WIFI interface connection status.// 110 110 111 111 112 -== **1.6 Button In dicators** ==112 +== **1.6 Button Intruction** == 113 113 114 114 115 115 LPS8-V2 has a black toggle button, which is: ... ... @@ -120,7 +120,7 @@ 120 120 // **LED status: ** ETH LED will BLINKIND BULE Until the reload is finished.// 121 121 122 122 123 -(% style="color:blue" %)//**➢ **//**Long press more than 10s:**(%%)** 123 +(% style="color:blue" %)//**➢ **//**Long press more than 10s:**(%%)** **//the gateway will restore the factory settings.// 124 124 125 125 //**LED status: ** ETH LED will SOLID BULE Until the restore is finished.// 126 126 ... ... @@ -382,9 +382,9 @@ 382 382 383 383 **~ 1. URL does not jump properly** 384 384 385 - For the ttn-stack, you can click the update the URL which will update the configuration where change the ho tsname to the current local IP address as the URL.385 + For the ttn-stack, you can click the update the URL which will update the configuration where change the hostname to the current local IP address as the URL. 386 386 387 - 80 to access it.387 + For the Node-Red, you can use the local IP address and the port is 1880 to access it. 388 388 389 389 390 390 ... ... @@ -410,10 +410,10 @@ 410 410 == **4.2. Application Server ~-~- Node-Red** == 411 411 412 412 413 -You can access the gateway's built-in AS server of **Node-Red **via the URL((% style="background-color:yellow" %)__**//http:~/~/<hostname>:8 080 or http:~/~/<local-IPV4-address>//**__(%%)) in your browser.413 +You can access the gateway's built-in AS server of **Node-Red **via the URL((% style="background-color:yellow" %)__**//http:~/~/<hostname>:1880 or http:~/~/<local-IPV4-address>//**__(%%)) in your browser. 414 414 415 415 416 -Such as (% style="background-color:yellow" %)__**//http:~/~/dragino-54ff12:8 080 or http:~/~/<Local-IPV4-Address>//**__416 +Such as (% style="background-color:yellow" %)__**//http:~/~/dragino-54ff12:1880 or http:~/~/<Local-IPV4-Address>//**__ 417 417 418 418 419 419 [[image:image-20220725172124-3.png||height="610" width="843"]] ... ... @@ -452,7 +452,101 @@ 452 452 [[image:image-20220804164747-2.png||height="622" width="594"]] 453 453 454 454 455 += **7. Use the helium gateway-rs as the Data-only Hotspot** = 455 455 457 + 458 +== **Step 1: Configure Frequency Band** == 459 + 460 + 461 +//Each country has a requirement for frequency region. Choose the right one for your area.// 462 + 463 +[[image:image-20220905164308-1.png]] 464 + 465 + 466 +== **Step 3: Configure the forward address** == 467 + 468 + 469 +**Select one of the servers to configure.** 470 + 471 +**For example:** 472 + 473 +[[image:image-20220905164847-2.png]] 474 + 475 + 476 +== **Step 2: Download and Install the Helium-gateway-rs** == 477 + 478 + 479 +**Access the gateway CLI via SSH.** 480 + 481 +[[image:image-20220905165222-3.png]] 482 + 483 + 484 +**Download gateway-rs.** 485 + 486 +[[image:image-20220905165715-5.png]] 487 + 488 +(% class="box infomessage" %) 489 +((( 490 +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]] 491 +))) 492 + 493 + 494 +**Install gateway-rs.** 495 + 496 +[[image:image-20220905165917-7.png]] 497 + 498 +(% class="box infomessage" %) 499 +((( 500 +Command: dpkg -i helium-gateway-v1.0.0-alpha.31-raspi234.deb 501 +))) 502 + 503 + 504 +**Modify configuration.** 505 + 506 + 507 +[[image:image-20220905173847-12.png]] 508 + 509 + 510 +(% class="box infomessage" %) 511 +((( 512 +region=<Enter regional parameters> \ 513 +&& sed -i '/region/d' /etc/helium_gateway/settings.toml && sed -i "1 i\region = \"$region\"" /etc/helium_gateway/settings.toml \ 514 +&& sed -i '/region/d' /etc/helium_gateway/default.toml && sed -i "22 i\region = \"$region\"" /etc/helium_gateway/default.toml 515 +))) 516 + 517 + 518 +**Restart the helium_gateway** 519 + 520 +[[image:image-20220905170920-9.png]] 521 + 522 + 523 +(% class="box infomessage" %) 524 +((( 525 +systemctl restart helium_gateway 526 +))) 527 + 528 + 529 +Check the helium_gateway Log 530 + 531 +[[image:image-20220905173952-13.png]] 532 + 533 + 534 +(% class="box infomessage" %) 535 +((( 536 +journalctl -u helium_gateway -f 537 +))) 538 + 539 + 540 +Note: if your device is not finished the onboarding, which is unable to connect to the Helium console. 541 + 542 +where the helium gateway log is shown: 543 + 544 +[[image:image-20220905174534-14.png]] 545 + 546 + 547 +So you have finished the onboarding, ~-~--Please refer to [[Step 2.7>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20Helium/#H2.7A0Step6:OnboardingData-OnlyHotspot]] to onboarding your LPS8-V2. 548 + 549 + 456 456 (% style="color:inherit; font-family:inherit; font-size:29px" %)**10. Supports** 457 457 458 458
- image-20220905164308-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +49.5 KB - Content
- image-20220905164847-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +58.9 KB - Content
- image-20220905165222-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +18.8 KB - Content
- image-20220905165648-4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +38.6 KB - Content
- image-20220905165715-5.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +38.3 KB - Content
- image-20220905165847-6.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +14.7 KB - Content
- image-20220905165917-7.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +15.4 KB - Content
- image-20220905170800-8.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +25.0 KB - Content
- image-20220905170920-9.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +20.0 KB - Content
- image-20220905173045-10.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +25.3 KB - Content
- image-20220905173154-11.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +25.2 KB - Content
- image-20220905173847-12.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +25.0 KB - Content
- image-20220905173952-13.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +46.3 KB - Content
- image-20220905174534-14.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoye - Size
-
... ... @@ -1,0 +1,1 @@ 1 +94.4 KB - Content