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

nRF9160 gps example with SUPL client

Hello Supports,

I downloaded the SUPL package, and extracted it to nrf/ext/lib/bin/supl/.

For enable it in gps example, I set CONFIG_SUPL_CLIENT_LIB to y in prj.conf file of gps example.

In addition, a Kconfig file be appended into gps example for make CONFIG_SUPL_CLIENT_LIB option legal.

I built and flash the example only use command "west" not SEGGER IDE.

After flash the image into nRF9160 DK, but there is no about SUPL client message show on terminal.

Such as "New AGPS data requested, contacting SUPL server, flags 59."

I checked CONFIG_SUPL_CLIENT_LIB=y in .config file in my build folder, but SUPL seems not be enabled.

Any steps I missed? Should I check modem firmware version or sim card?

My environment as below:

    OS: Win10 x64

    nRF connect SDK: v1.1.0

Related