I am trying to implement GPS code.

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.

Parents Reply
  • Hello  

    Could you please share the correct procedure for capturing enhanced GNSS modem traces over RTT on the nRF9160?

    I have enabled the RTT modem trace backend and am monitoring RTT channel 1. After entering GNSS functional mode, I enable tracing using:

    nrf_modem_at_cmd(rsp, sizeof(rsp), "AT%%XMODEMTRACE=1,5");

    However, I only see AT command transaction logs and no GNSS‑specific modem traces.
    Please let me know if there are any additional steps or ordering requirements to get the enhanced GNSS traces over RTT.

    modem_traces6.bin

    Regards,

    Gunjan

Children
Related