Hi,
Attempting to run the example Tracker on the 9160 feather
I get
Connecting..
Connected to /dev/ttyUSB1!
[00:00:00.487,915] <inf> regulator_fixed: nrf-ps-en sync: 0
[00:00:00.498,413] <inf> lis2dh: lis2dh@18: int1 on gpio@842500.29
[00:00:00.505,035] <inf> lis2dh: fs=2, odr=0x4 lp_en=0x8 scale=9576
*** Booting Zephyr OS build v3.2.99-ncs1 ***
[00:00:00.516,357] <inf> app_storage: Area 10 at 0xe8000 on littlefs volume for 3244032 bytes
[00:00:00.525,360] <inf> littlefs: LittleFS version 2.5, disk version 2.0
[00:00:00.533,599] <inf> littlefs: FS at w25q32jv@0:0xe8000 is 792 0x1000-byte blocks with 512 cycle
[00:00:00.543,243] <inf> littlefs: sizes: rd 16 ; pr 16 ; ca 64 ; la 32
[00:00:00.551,086] <inf> littlefs: /lfs mounted
[00:00:00.556,060] <inf> app_storage: /lfs mount: 0
[00:00:00.562,072] <inf> app_storage: /lfs: bsize = 16 ; frsize = 4096 ; blocks = 792 ; bfree = 790
[00:00:00.571,655] <inf> battery: Setup AIN7 got 0
[00:00:00.576,904] <inf> battery: Battery setup: 0 1
[00:00:00.582,336] <inf> golioth_system: Initializing
[00:00:00.588,012] <inf> app_main: Tracker. Version: 0.1.4-70-gf802216
[00:00:00.603,851] <err> app_gps: Failed to set GNSS use case
[00:00:00.610,321] <err> app_main: Unable to setup GPS. Err: -22
Err 22 is “invalid argument”
- but this corresponds to the default setting for something to do with GNSS startup mode.
I’ve tried adding another bit to this mask, but same error:
uint8_t use_case = NRF_MODEM_GNSS_USE_CASE_MULTIPLE_HOT_START | NRF_MODEM_GNSS_USE_CASE_LOW_ACCURACY;
Any pointers gratefully received.
Thx.R