<
From version < 99.1 >
edited by Xiaoye
on 2022/09/05 17:38
To version < 104.1 >
edited by Xiaoling
on 2022/09/17 13:59
>
Change comment: Uploaded new attachment "image-20220917135916-1.png", version {1}

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoye
1 +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  
... ... @@ -407,7 +407,7 @@
407 407  
408 408  
409 409  
410 -== **4.2. Application Server ~-~- Node-Red** ==
410 +== **4.2 Application Server ~-~- Node-Red** ==
411 411  
412 412  
413 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.
... ... @@ -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>>doc:Main.Notes for Helium.WebHome||anchor="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 -= **11 Reference** =
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 -= **13. 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 -= **14. FCC Warning** =
607 += **11. FCC Warning** =
514 514  
515 515  
516 516  (((
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
image-20220917135916-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +140.8 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0