Changes for page LPS8v2 -- LoRaWAN Indoor Gateway User Manual
Last modified by Kilight Cao on 2024/12/31 16:31
Change comment:
There is no comment for this version
Summary
-
Page properties (2 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
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Kilight1 +XWiki.Xiaoling - Content
-
... ... @@ -289,7 +289,7 @@ 289 289 290 290 291 291 ((( 292 -(% style="color:red" %)//**Note *: See this instruction for how to customize the frequency band: **//(%%)**//__[[How to customized LoRaWAN frequency band - DRAGINO>> url:http://8.211.40.43/xwiki/bin/view/Main/How%20to%20customized%20LoRaWAN%20frequency%20band/]]__//**292 +(% style="color:red" %)//**Note *: See this instruction for how to customize the frequency band: **//(%%)**//__[[How to customized LoRaWAN frequency band - DRAGINO>>doc:Main.How to customized LoRaWAN frequency band.WebHome]]__//** 293 293 ))) 294 294 295 295 ... ... @@ -317,7 +317,7 @@ 317 317 318 318 319 319 ((( 320 -Please see this instruction to know more detail and a demo for how to use of LoRaWAN Basic Station: __[[Use of LoRaWAN Basic Station - DRAGINO>> url:http://8.211.40.43/xwiki/bin/view/Main/Use%20of%20LoRaWAN%20Basic%20Station/]]__320 +Please see this instruction to know more detail and a demo for how to use of LoRaWAN Basic Station: __[[Use of LoRaWAN Basic Station - DRAGINO>>doc:Main.Use of LoRaWAN Basic Station.WebHome]]__ 321 321 ))) 322 322 323 323 ... ... @@ -420,7 +420,7 @@ 420 420 421 421 422 422 423 -= ** 6. How users can access LPS8v2 using serial USB** =423 += **5. How users can access LPS8v2 using serial USB** = 424 424 425 425 426 426 **USB TTL to LPS8v2 Connection:** ... ... @@ -452,11 +452,105 @@ 452 452 [[image:image-20220804164747-2.png||height="622" width="594"]] 453 453 454 454 455 += **6. Use the helium gateway-rs as the Data-only Hotspot** = 455 455 456 -(% style="color:inherit; font-family:inherit; font-size:29px" %)**10. Supports** 457 457 458 +== **Step 1: Configure Frequency Band** == 458 458 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 2: 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 3: 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" %) 459 459 ((( 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 +**(% style="color:red" %)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 to finish 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 + 550 += (% style="color:inherit; font-family:inherit; font-size:29px" %)**7. Supports**(%%) = 551 + 552 + 553 +((( 460 460 **//If you are experiencing issues and can't solve them, you can send mail to [[support@dragino.com>>mailto:support@dragino.com]].//** 461 461 ))) 462 462 ... ... @@ -465,7 +465,7 @@ 465 465 466 466 467 467 468 -= ** 11Reference** =562 += **8. Reference** = 469 469 470 470 471 471 * Install Tago Core: Refer **Install Tago Core in LPS8v2** in[[ Instruction>>doc:Main.Tago\.IO.WebHome]]. ... ... @@ -474,7 +474,7 @@ 474 474 475 475 ))) 476 476 477 -= ** 12. Order Info** =571 += **9. Order Info** = 478 478 479 479 480 480 (% style="color:#0000ff" %)**LPS8v2-XXX-YYY** ... ... @@ -499,7 +499,7 @@ 499 499 500 500 501 501 502 -= **1 3. Manufacturer Info** =596 += **10. Manufacturer Info** = 503 503 504 504 505 505 **Shenzhen Dragino Technology Development co. LTD** ... ... @@ -510,7 +510,7 @@ 510 510 511 511 512 512 513 -= **1 4. FCC Warning** =607 += **11. FCC Warning** = 514 514 515 515 516 516 (((
- 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