How To Read GPS Signal Strength on nRF9151

Hello,

Is there any AT command to read the GPS signal strength on nRF9151?

at#xgps? command doesn't show the signal strength info.

Thanks in advance.

  • Hi,

    According to our documentation, there isn't an AT command to read the GPS signal strength on nRF9151. I would suggest you to take a look at the GPS AT commands docs. The GPS is controlled by the #XGPS command and the read command only checks if GPS is running. It takes two values, <status> and <mask> where <status> is GPS's running status and can take either 0 or 1 as values representing stopped/running.

    Let me know if you have any further questions.

    Best Regards,

    Samruddhi

Related