This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

GPS SUPL CLIENT

Hi!

I'm  using ncs v1.5.0 and mfw 1.3.0 on a nRF9160 DK v0.15.0.

I'm using gps sample with supl_clint_library enabled

1. Things work reasonably well, but I am confused by the log output from supl_session

  D: Injected AGPS data, type: 7, size: 16
  D: MCC location info injected, MCC: 405
  D: Lat: 2133502 Lon: 3710095
  D: Unc semiminor/semimajor: 125/125
  D: Unc altitude: 127
  D: Confidence: 100
  D: Orientation: 0
  D: SUPL POS received
Converted the latitude and longitude values with the below formula and they seems inaccurate where as MCC value is fine
Latitude = 2133502 / (2^23/90) = 22.889993191
Longitude = 3710095 / (2^24/360) = 79.610002041
2.Is there something I can do to let it work in indoor locations as well?
3.And on what pa-rams my time to first fix depends upon because I'm not getting the fix at all if i am in indoor space?
Related