I am trying to implement GPS code in the nrf9160 but I cant find the function nrf_modem_gnss_init(); to initialize GNSS inside the modem in , is it being initialised within nrf_modem_gnss_start() function internally ? please help on this.


I am trying to implement GPS code in the nrf9160 but I cant find the function nrf_modem_gnss_init(); to initialize GNSS inside the modem in , is it being initialised within nrf_modem_gnss_start() function internally ? please help on this.


Hello team Tommi Kangas
Does nrf9160 support only GPS or we can do all satellite system like use GLONASS GPS galileo etc ?Also in order to enable QZSS do we explicitly need to write some command or is it handled by
api internally ?
FYI Karthik
Hi Gunjan Yadav ,
nRF9160 supports only GPS and QZSS. QZSS is enabled by default and it does not need to be enabled separately.
Enabled signals can be configured using nrf_modem_gnss_signal_mask_set() if needed.
BR,
Tommi