I am working through the tutorial on attaching to Golioth found here:
https://www.jaredwolff.com/nrf9160-feather-on-golioth/#loading-credentials
I made it through the steps and am monitoring the device through the serial monitor. I need some help with troubleshooting as I am stuck at a very basic level on two fronts:
1) I am not getting a GPX fix despite having a clear view of the sky. Here are a few lines from the console that make me wonder if the issue may be reception:
[00:00:05.416,229] <dbg> nrf9160_gps.start: GPS operational
[00:00:05.422,485] <inf> app_main: Evt: APP_EVENT_CELLULAR_DISCONNECT
[00:00:05.429,656] <inf> app_main: Evt: APP_EVENT_CELLULAR_CONNECTED
[00:00:05.436,920] <dbg> nrf9160_gps.gps_thread: A-GPS data update needed
[00:00:05.444,854] <err> app_main: Requesting PSM failed, error: -5
[00:00:05.452,087] <inf> app_main: Evt: APP_EVENT_GPS_STARTED
[00:00:05.458,587] <inf> app_main: Evt: APP_EVENT_AGPS_REQUEST
[00:00:05.465,087] <inf> agps: SUPL is initialized
[00:00:05.926,483] <inf> agps: Starting SUPL session
[00:00:06.416,809] <dbg> nrf9160_gps.gps_thread: Waiting for time window to operate
...
...
[00:06:00.034,332] <dbg> nrf9160_gps.print_satellite_stats: Tracking: 1 Using: 1 Unhealthy: 0
[00:06:00.043,701] <dbg> nrf9160_gps.print_satellite_stats: Seconds since last fix 360
[00:06:02.068,054] <dbg> nrf9160_gps.gps_thread: Waiting for time window to operate
[00:06:05.458,618] <inf> app_main: Evt: APP_EVENT_GPS_TIMEOUT
[00:06:05.465,026] <dbg> nrf9160_gps.stop: Stopping GPS
2) I do not seem to be getting connected to the cellular network as evidenced by this:
[00:06:05.465,026] <dbg> nrf9160_gps.stop: Stopping GPS
[00:07:10.526,092] <err> golioth_system: Failed to connect: -116
[00:07:10.533,050] <wrn> golioth_system: Failed to connect: -116
[00:07:15.540,191] <inf> golioth_system: Starting connect
I do know that I can connect to Verizon using the nRF Connect Desktop and the AT commands.
Any suggestions on troubleshooting?
Thanks, Chip