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

GPS without PSM using external antenna on Thingy:91

I am trying to use the GPS from the Thingy:91. Due to the unavailability of Power Saving Mode (PSM) in roaming with my local provider, I am considering what options are available for me for the asset tracker application. Note that my local provider is not very cooperative with small customers so I am stuck with roaming for now.

I looked at the Thingy:91 FAQ and this question about GPS sensibility. It seems that it is possible to connect an external antenna to J2 with an adapter (I am planning to desolder it and remplace it with an uFL connector with a similar footprint—since the SWF connector also acts as a switch this will disconnect ANT_GPS).

Will it the nRF9160 be able to get GPS data from an external antenna without PSM? Or is this a limitation from the nRF9160 radio? I saw that it is possible to disable PSM when enabling GPS in the Zephyr application configuration:

Parents
  • Hi,

    The antenna itself is not related to this. As of today, when in concurrent LTE+GPS mode(AT%XSYSTEMMODE=1,0,1,0), the GPS can only be active in the PSM window. We will improve on this in a future release, e.g. allow GPS usage also in eDRX interval. But for now, if PSM is not supported by your provider, you can only use GPS in GPS/GNNS standalone mode.(that means if you want to use LTE to send GPS data, you will need to disconnect the LTE link, turn off LTE mode, switch to GPS mode, get GPS data, turn off GPS mode, turn on LTE mode and connect to the LTE network again. This is not implemented in the asset_tracker sample).

Reply
  • Hi,

    The antenna itself is not related to this. As of today, when in concurrent LTE+GPS mode(AT%XSYSTEMMODE=1,0,1,0), the GPS can only be active in the PSM window. We will improve on this in a future release, e.g. allow GPS usage also in eDRX interval. But for now, if PSM is not supported by your provider, you can only use GPS in GPS/GNNS standalone mode.(that means if you want to use LTE to send GPS data, you will need to disconnect the LTE link, turn off LTE mode, switch to GPS mode, get GPS data, turn off GPS mode, turn on LTE mode and connect to the LTE network again. This is not implemented in the asset_tracker sample).

Children
Related