GNSS antenna not able to latch to the satellite

I am working on project using thenRF9151 board and I require the GNSS functionality to work for the same.
However, my board is not able to latch on to a satellite network even when kept in open environments for large amounts of time.

I used the following sequence of AT commands:

AT%XSYSTEMMODE = 0,0,1,0 // enabling only GNSS

AT+CFUN=31

AT#XGPS=1,0,0,0 //indefinite timeout

And I'm getting the following output:
#XGPS: 1,1

Its not progressing further.

Can someone please help in establishing a GNSS connection?

Parents Reply
  • Hi
    I am using nRF Connect for Desktop v5.2.0.
    Right now, before flashing any customized firmware to the board for the project, I am just trying to using the GNSS functionality to get the location details, etc. from it.

    Its not a GNSS sample that I am using as of now, I am just flashing the SLM firmware and using basic AT commands to enable the GNSS functionality. (The sequence of AT commands used is given in the above post)

    Please let me know further steps.

    Thanks!

Children
Related