I am trying to get a GPS-Position from the WP8548, and it keeps failing.
I have followed the TexLoc example, and also attempted to do it via the cmd-line as well as using the le_gnss functions. It just keeps failing to get a fix. When i Inspect the /dev/nmea strings, i can see that it has 11 GLONASS satellites in view, and 16 GPS satellites in view, yet all that the xxGSA gives is “GPGSA,A,1,*1E” & “GNGSA,A,1,*00”, and also this “GPGGA,083646.6,0,*71” & “GNGNS,083646.6,NNN,*0A”. As I understand it, it only needs to see 3 satelites to be able to get a fix, so what could I be doing wrong?
Thanks