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

When will eDRX+GPS sample program be available on nRF9160?

I know PSM+GPS works on nRF9160.

Then when will eDRX+GPS sample program be available on nRF9160? Thanks.

Parents Reply
  • I am not sure I understand exactly what you are asking here, what exactly is it you want?

    Using GPS + eDRX is as simple as just running the GPS while connected to the LTE network, and using LTE.

    The program flow might be something like this:

    1. Start the application, do various initialization.

    2. Connect to LTE network.

    3. Connect to server, do initialization that requires LTE.

    4. Request (and enter) eDRX

    5. Start the GPS

    6. Do regular reporting, etc.

    When adding A-GPS to the mix, point 5 gets expanded:

    5.1 The GPS requests A-GPS data

    5.2 Start the SUPL session (at this point, it is recommended to stop the GPS, especially if using NB-IoT)

    5.3 Inject SUPL data (and restart the GPS)

    Does this answer your questions?

    Best regards,

    Didrik

Children
Related