You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the upcoming PoCv11 rollout, it's advised that all hotspot owners assert their antenna elevation and gain on-chain. This applies to fleet owners as well. Currently, the best-case (most efficient) way to do this for fleet owners is as follows:
Display a QR code with the string helium://hotspot/[address] to your deployers
Have them scan the QR code to go to the hotspot's page in the app
They press the Settings button, then Update Hotspot
They choose Custom Antenna from the list and manually enter the hotspot's gain and elevation
They press Submit
Proposal
Add the ability to scan elevation and gain and tap "I Confirm", completing the entire process in two steps. This could be accomplished in either of the following ways:
Amend the existing scan-to-assert view and hotspot_location scan type to accept elevation and gain parameters in the QR code, keeping in mind that all 3 of the following scenarios will now be possible and should be accounted for:
-- Scan hotspotAddress, latitude, longitude, elevation and gain all at once
-- Scan hotspotAddress, latitude and longitude only (this is what's current supported)
-- Scan hotspotAddress, elevation and gain only
Add a new scan type hotspot_antenna_info which accepts hotspotAddress, elevation and gain only and create a new UI to go along with it. Downside of this is that it is technically possible to assert location and antenna info all in one assert_location_v2 transaction to save time and fees, and this would not support that.
With the upcoming PoCv11 rollout, it's advised that all hotspot owners assert their antenna
elevation
andgain
on-chain. This applies to fleet owners as well. Currently, the best-case (most efficient) way to do this for fleet owners is as follows:helium://hotspot/[address]
to your deployersProposal
Add the ability to scan
elevation
andgain
and tap "I Confirm", completing the entire process in two steps. This could be accomplished in either of the following ways:hotspot_location
scan type to acceptelevation
andgain
parameters in the QR code, keeping in mind that all 3 of the following scenarios will now be possible and should be accounted for:-- Scan
hotspotAddress
,latitude
,longitude
,elevation
andgain
all at once-- Scan
hotspotAddress
,latitude
andlongitude
only (this is what's current supported)-- Scan
hotspotAddress
,elevation
andgain
onlyhotspot_antenna_info
which acceptshotspotAddress
,elevation
andgain
only and create a new UI to go along with it. Downside of this is that it is technically possible to assert location and antenna info all in oneassert_location_v2
transaction to save time and fees, and this would not support that.cc @MichaelBrew
The text was updated successfully, but these errors were encountered: