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

gps fail to activate, asset tracker, hw 0.85

Hello

I am trying to activate GPS on pca10090, VERSION 0.85, using asset tracker example, tag : v1.0.0-rc4

I get: 

GPS initialized
Starting GPS
Enabling PSM
PSM enabled
[00:01:03.099,945] <dbg> nrf9160_gps.enable_gps: GPS mode is not enabled, attempting to enable it
[00:01:03.109,100] <dbg> nrf9160_gps.enable_gps: Sending AT command: AT%XSYSTEMMODE=0,1,0,1
[00:01:03.118,316] <err> nrf9160_gps: Could not enable GPS mode, error: -8
[00:01:03.125,762] <err> nrf9160_gps: Failed to enable GPS
Failed starting GPS!
GPS could not be started, error: -5

cloud connectivity is OK and sending events 

  • Hi,

     

     

    I am trying to activate GPS on pca10090, VERSION 0.85, using asset tracker example, tag : v1.0.0-rc4

     To be able to use the GPS within asset_tracker, the "real gps" usage was added after the v1.0.0 tag. Could you try running on master to see if this works better?

     

    [00:01:03.118,316] <err> nrf9160_gps: Could not enable GPS mode, error: -8

    This is related to the AT%XSYSTEMMODE AT command, where it cannot be successfully sent when the modem is already active.

    Could you try sending this AT command prior to running the "modem_configure()" function call?

     

    Kind regards,

    Håkon

Related