Where can I check the Sigfox coverage?

Jérôme Chambard
24/06/2019 13:11

The public Sigfox coverage map is available here: https://www.sigfox.com/en/coverage

This map is usefull, but not as detailed as the one available in the Sigfox backend (service maps), where you can see the number of gateways available in the area and the margins:

Sigfox coverage map

 Skiply offers to its customers the possibility to check the coverage for a single GPS coordinates thru the API. 

Request:

https://skiply-prod.appspot.com/v1/getSigfoxCoverage?lat=:lat&lng=:lng

Result:

HTTP/1.1 200 OK
{
  "outdoorCoverage": 3,
  "indoorCoverage": 1,
  "bestMargin": 32
}

Where:

  • outdoorCoverage = number of gateways covering the area (outdoor).
  • indoorCoverage = number of gateways covering the area (indoor).
  • bestMargin = best margin in dB.
Average rating: 0 (0 Votes)

You can comment this FAQ