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

asset_tracker AGPS

Dear , 

Follow the previous ticket,  https://devzone.nordicsemi.com/f/nordic-q-a/59034/agps_thingy91

I am trying to use asset_tracker : https://github.com/NordicPlayground/fw-nrfconnect-nrf/tree/master/applications/asset_tracker

Can we enable AGPS?

# Enable SUPL client support
CONFIG_SUPL_CLIENT_LIB=y

Thanks 

BR

Hoang Nguyen

Parents Reply
  • Thanks so  much

    The asset tracker sample supports A-GPS through nRF Cloud. So it connects to nRF Cloud and downloads the A-GPS data from there. Which is what the CONFIG_NRF_CLOUD_AGPS config enables.

    I dont want to use it, bc I am using my cloud - webserver to receive the data from my thingy91

    If you want to access the A-GPS data using the SUPL protocol you will have to modify the sample. I would take a look at the GPS sample and how they added support for A-GPS there, and try to modify the asset tracker sample in the same way.

    Ja, it will be the best for me.

Children
No Data
Related