Last modified by Xiaoling on 2024/10/21 15:44

From version 66.1
edited by Edwin Chen
on 2022/05/07 10:25
Change comment: There is no comment for this version
To version 73.2
edited by Xiaoling
on 2022/05/07 14:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.Xiaoling
Content
... ... @@ -22,27 +22,15 @@
22 22  (((
23 23  (((
24 24  (((
25 - The HP0D is an outdoor LoRaWAN Gateway. It lets you bridge LoRa wireless network to an IP network via WiFi,
25 +The HP0D is an outdoor LoRaWAN Gateway. It lets you bridge LoRa wireless network to an IP network via WiFi,Ethernet, optional 3G or 4G. The LoRa wireless allows users to send  data and reach extremely long ranges at low data rates.
26 26  )))
27 27  )))
28 -
29 -(((
30 -(((
31 - Ethernet, optional 3G or 4G. The LoRa wireless allows users to send  data and reach extremely long ranges
32 32  )))
33 -)))
34 34  
35 35  (((
36 36  (((
37 - at low data rates.
38 -)))
39 -)))
40 -)))
41 -
42 42  (((
43 -(((
44 -(((
45 -
33 +HP0D has passed Helium Full Hotspot Approval. It supports the **miner feature from Helium** and has a built-in ATECC608 encryption chip. It can be used as a Helium Full Hotspot  for the project. It also supports Semtech packet forwarder and LoRaWAN Station connection, it is fully compatible with LoRaWAN protocol.
46 46  )))
47 47  )))
48 48  )))
... ... @@ -50,25 +50,15 @@
50 50  (((
51 51  (((
52 52  (((
53 - HP0D has passed Helium Full Hotspot Approval. It supports the **miner feature from Helium** and has a built-in
41 +HP0D supports two LoRaWAN servers  at the same time, **users can use HP0D for helium mining and connects max 2 x LoRaWAN servers at the same time**.
54 54  )))
55 55  )))
56 -
57 -(((
58 -(((
59 - ATECC608 encryption chip. It can be used as a Helium Full Hotspot  for the project. It also supports Semtech
60 60  )))
61 -)))
62 62  
63 63  (((
64 64  (((
65 - packet forwarder and LoRaWAN Station connection, it is fully compatible with LoRaWAN protocol.
66 -)))
67 -)))
68 -
69 69  (((
70 -(((
71 - HP0D supports two LoRaWAN servers  at the same time, **users can use HP0D for helium mining**
49 +**Dragino already paid HP0D $40 onboarding cost and $10 location cost for each HP0D**. It is ready to use for Helium, user only needs to input HNT wallet address and use QR Code to onboarding HP0D when it arrives.
72 72  )))
73 73  )))
74 74  )))
... ... @@ -76,56 +76,12 @@
76 76  (((
77 77  (((
78 78  (((
79 -**~ and connects max 2 x LoRaWAN servers at the same time**.
57 +HP0D has pre-configured standard LoRaWAN frequency bands to use for different countries. Users can also customize the frequency bands to use in their own LoRaWAN network.
80 80  )))
81 81  )))
82 82  )))
83 83  
84 -(((
85 -(((
86 -(((
87 -
88 -)))
89 -)))
90 -)))
91 91  
92 -(((
93 -(((
94 -(((
95 -**~ Dragino already paid HP0D $40 onboarding cost and $10 location cost for each HP0D**. It is ready to use
96 -)))
97 -)))
98 -
99 -(((
100 -(((
101 - for Helium, user only needs to input HNT wallet address and use QR Code to onboarding HP0D when it arrives.
102 -)))
103 -)))
104 -)))
105 -
106 -(((
107 -(((
108 -(((
109 -
110 -)))
111 -)))
112 -)))
113 -
114 -(((
115 -(((
116 -(((
117 - HP0D has pre-configured standard LoRaWAN frequency bands to use for different countries. Users can also
118 -)))
119 -)))
120 -
121 -(((
122 -(((
123 - customize the frequency bands to use in their own LoRaWAN network.
124 -)))
125 -)))
126 -)))
127 -
128 -
129 129  ===== 1.2 Specifications =====
130 130  
131 131  (((
... ... @@ -581,16 +581,74 @@
581 581  [[image:1651832284160-991.png]]
582 582  
583 583  
518 +==== **6. How to change the Wireless function of HP0D** ====
584 584  
520 + // The wireless function is configured as AP by default and the web page does not support configuration, //
585 585  
586 -==== 6. Trouble Shootings ====
522 +// if you want to configure it as client connection mode, you need to configure it manually in Linux CIL.//
587 587  
588 -===== 6.1 How to get a wallet address? =====
524 +===== **6.1 Access the Linux console.** =====
589 589  
526 + Follow the previous step of Step 5.
527 +
528 +
529 +===== 6.2 Install the package of network-manager. =====
530 +
531 + Run commands:
532 +
533 +(% class="box infomessage" %)
534 +(((
535 + apt update
536 + apt install network-manager
537 +)))
538 +
539 +[[image:image-20220507140730-1.png]]
540 +
541 +
542 +
543 +===== 6.3 Reboot the device. =====
544 +
545 + Run command:
546 +
547 +(% class="box infomessage" %)
548 +(((
549 + reboot
550 +)))
551 +
552 +[[image:image-20220507140814-2.png]]
553 +
554 +===== 6.4 Check the wireless type =====
555 +
556 + Run command:
557 +
558 +(% class="box infomessage" %)
559 +(((
560 + iw dev
561 +)))
562 +
563 +[[image:image-20220507140941-3.png]]
564 +
565 +===== 6.5 Connect the WiFi. =====
566 +
567 + Run command:
568 +
569 +(% class="box infomessage" %)
570 +(((
571 + nmtui
572 +)))
573 +
574 +[[image:image-20220507140953-4.png]]
575 +
576 +
577 +
578 +==== 7. Trouble Shootings ====
579 +
580 +===== 7.1 How to get a wallet address? =====
581 +
590 590  // // Download the helium Hotspots APP on the Apple or Google Play store to generate own wallet.
591 591  
592 592  
593 -===== 6.2 Onboarding ~-~- Unable to access Web-UI ~-~-> Miner =====
585 +===== 7.2 Onboarding ~-~- Unable to access Web-UI ~-~-> Miner =====
594 594  
595 595  (((
596 596   User can login the HP0D, able to access other Web Pages except miner page
... ... @@ -601,7 +601,7 @@
601 601  )))
602 602  
603 603  
604 -===== 6.3 Onboarding ~-~- Some parameters in miner page show timeout =====
596 +===== 7.3 Onboarding ~-~- Some parameters in miner page show timeout =====
605 605  
606 606  (% style="text-align:center" %)
607 607  [[image:image-20220506182042-2.png||height="250" width="516"]]
... ... @@ -615,7 +615,7 @@
615 615   It might relate to the network where might up to 10mins
616 616  
617 617  
618 -===== 6.4 Onboarding – Bad Gaterway =====
610 +===== 7.4 Onboarding – Bad Gaterway =====
619 619  
620 620  (% style="text-align:center" %)
621 621  [[image:1651832583790-633.png]]
... ... @@ -623,7 +623,7 @@
623 623   This is caused by the process leads too long which just need to refresh the page.
624 624  
625 625  
626 -6.5 Onboarding ~-~- Why did QR Code generate is aways fail?
618 +7.5 Onboarding ~-~- Why did QR Code generate is aways fail?
627 627  
628 628  (% style="text-align:center" %)
629 629  [[image:image-20220506182424-3.png]]
... ... @@ -635,7 +635,7 @@
635 635   generation may fail.
636 636  
637 637  
638 -===== 6.6 Onboarding ~-~- Why is the QR Code not quite the same as the manual? =====
630 +===== 7.6 Onboarding ~-~- Why is the QR Code not quite the same as the manual? =====
639 639  
640 640  (% style="text-align:center" %)
641 641  [[image:1651832742262-209.png||height="297" width="365"]]
... ... @@ -645,7 +645,7 @@
645 645   click the button of ‘Clean’ to re-generate the QR Code.
646 646  
647 647  
648 -===== 6.7 Onboarding – MAC address is ‘Unknown’ after scan QR Code =====
640 +===== 7.7 Onboarding – MAC address is ‘Unknown’ after scan QR Code =====
649 649  
650 650  (% style="text-align:center" %)
651 651  [[image:1651832811038-780.png||height="462" width="216"]]
... ... @@ -655,7 +655,7 @@
655 655   please contact us to help you solve.
656 656  
657 657  
658 -===== 6.8 Onboarding – MAC address is being refreshed after scan QR Code =====
650 +===== 7.8 Onboarding – MAC address is being refreshed after scan QR Code =====
659 659  
660 660  // // After scan QR Code, Mobile APP will connect Helium onboarding server and provide the
661 661  
... ... @@ -670,7 +670,7 @@
670 670  [[image:1651832880009-473.png]]
671 671  
672 672  
673 -===== 6.9 HP0D Web ~-~-> Miner ~-~-> Version shows ‘short’ =====
665 +===== 7.9 HP0D Web ~-~-> Miner ~-~-> Version shows ‘short’ =====
674 674  
675 675   This is caused by the server connection delay, which does not affect the normal use.
676 676  
... ... @@ -678,7 +678,7 @@
678 678  (% style="text-align:center" %)
679 679  [[image:1651832959907-357.png]]
680 680  
681 -===== 6.10 Mobile APP crash after scan the QR Code? =====
673 +===== 7.10 Mobile APP crash after scan the QR Code? =====
682 682  
683 683  * Make sure you have input the correct Wallet address to generate QR Code.
684 684  * Make sure your mobile app uses the same wallet address as the one to generate QR Code.
image-20220507140730-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +45.6 KB
Content
image-20220507140814-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +1.9 KB
Content
image-20220507140941-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +14.4 KB
Content
image-20220507140953-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +7.2 KB
Content