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?