This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

GPS sample program does not work in nRF9160 DK.

I'm testing a gps sample program below.
github.com/.../gps

I have two questions about it.

1. It doesn't acquire NMEA data.
it always stops working when it reaches 30 sec like below. I tested the program in a place where there is not many buildings.

Tracking: 0 Using: 0 Unhealthy: 0
Seconds since last fix 30

Scanning [|] 

2. Does it use assisted GPS?
If not, please tell me how to activate assisted GPS function.

Any advice? Thank you in advance.

Parents
  • 1) I have tested the example from the v0.4.0 branch along with the latest v0.7.0-29 modem FW located here. You can update the branch to v0.4.0 by following the documentation here.

    It should not stop at 30 seconds. Mine just continues to scan & repeats the following: " Scanning...Seconds since last fix 266". It may be a good idea to test this outdoors to see if you can get connect to a GPS signal. Also, note that the FW is quite new, so there may be future updates to make the GPS signal more robust.

    Update: Also make sure that your GPS antenna located in the top right corner is still attached.

    2) I do not believe it uses assisted GPS yet. You can contact your local Regional Sales Manager (RSM) to hear when this is planned to be released. If you do not know who your RSM is, you can send me a private message on DevZone.

    Update: A colleague also recommended the following: If you are not using the latest v0.8.5 DK, you may need to pay attaching to the following posted at this link:

    "Unfortunately, in versions before 0.8.5, matching components for the on-board GPS antenna on the DK were not optimal and will give poor to no functionality of the GPS. It is recommended to connect an external active GPS antenna to compensate. In order to use this, you will need:

    • Active external GPS antenna
    • Bias-Tee circuit
    • MXHS83QE3000 cable"
Reply
  • 1) I have tested the example from the v0.4.0 branch along with the latest v0.7.0-29 modem FW located here. You can update the branch to v0.4.0 by following the documentation here.

    It should not stop at 30 seconds. Mine just continues to scan & repeats the following: " Scanning...Seconds since last fix 266". It may be a good idea to test this outdoors to see if you can get connect to a GPS signal. Also, note that the FW is quite new, so there may be future updates to make the GPS signal more robust.

    Update: Also make sure that your GPS antenna located in the top right corner is still attached.

    2) I do not believe it uses assisted GPS yet. You can contact your local Regional Sales Manager (RSM) to hear when this is planned to be released. If you do not know who your RSM is, you can send me a private message on DevZone.

    Update: A colleague also recommended the following: If you are not using the latest v0.8.5 DK, you may need to pay attaching to the following posted at this link:

    "Unfortunately, in versions before 0.8.5, matching components for the on-board GPS antenna on the DK were not optimal and will give poor to no functionality of the GPS. It is recommended to connect an external active GPS antenna to compensate. In order to use this, you will need:

    • Active external GPS antenna
    • Bias-Tee circuit
    • MXHS83QE3000 cable"
Children
Related