diff --git a/content/gettingstarted/registration/lora/helium_hotspot_registration.md b/content/gettingstarted/registration/lora/helium_hotspot_registration.md index cb84cc3..a9449bb 100644 --- a/content/gettingstarted/registration/lora/helium_hotspot_registration.md +++ b/content/gettingstarted/registration/lora/helium_hotspot_registration.md @@ -12,11 +12,22 @@ Installing a LoRa Hotspot means you are rewarded in HNT crypto coins as soon as * [Assert Location](#assert-location) * [Transfer Hotspot](#transfer-hotspot) +> Hint: The Hotspot is delivered with a WiFi and LoRa antenna. Please check the polarity of the connector on the antenna and match it with the correct antenna connector on the Hotspot: + +LoRa antenna: + +![](/gitbook/assets/lorawan/helium/lora_antenna.png) + +WiFi antenna: + +![](/gitbook/assets/lorawan/helium/wifi_antenna.png) + + ## Add a Pycom Helium Miner -Download and install the Pycom Helium App from the [https://apps.apple.com/us/app/pycom-helium-app/id1630652083](Apple App Store). +Download and install the Pycom Helium App from the [Apple App Store](https://apps.apple.com/us/app/pycom-helium-app/id1630652083) -For the Android Version, please download the app from [https://software.pycom.io/downloads/pycom-helium.apk](pycom-helium.apk) +For the Android Version, please download the app from [pycom-helium.apk](https://software.pycom.io/downloads/pycom-helium.apk) > Hint: Please enable Location & Nearby Devices permissions in app settings. * Create an account or log in to your existing account @@ -32,8 +43,12 @@ For the Android Version, please download the app from [https://software.pycom.io * Add to the blockchain, and you are up and running * ![](/gitbook/assets/lorawan/helium/helium_reg_15.png) +> Hint: The Hotspot is periodically checking for updates. It may take 30 minutes for the first firmware update to be downloaded. ## Assert Location -TBD + +If you haven't asserted your location during onboarding, you can do this via this option in the app. You can also use the official Helium Hotspot app to assert your location. Please note that only one location assertion is payed by Pycom. If you wish to change your location later, any fees charged by the Helium network are the responsibility of the Hotspot owner! + ## Transfer Hotspot -TBD + +You can use this option to transfer Hotspot ownership to a different wallet. diff --git a/static/gitbook/assets/lorawan/helium/lora_antenna.png b/static/gitbook/assets/lorawan/helium/lora_antenna.png new file mode 100644 index 0000000..722b760 Binary files /dev/null and b/static/gitbook/assets/lorawan/helium/lora_antenna.png differ diff --git a/static/gitbook/assets/lorawan/helium/wifi_antenna.png b/static/gitbook/assets/lorawan/helium/wifi_antenna.png new file mode 100644 index 0000000..a37ac41 Binary files /dev/null and b/static/gitbook/assets/lorawan/helium/wifi_antenna.png differ