Where can I check the Sigfox coverage?
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:
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.