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

GPS operation nRF9160

Hi:

I already updated the SDK to the first release version V1.0.0 and the unit works well with NB-IoT, UART and SPI. I'd like now to include real GPS data but I can't get the GPS example to work.

I believe GPS should already be working with mfwnrf9160100 version. What am I doing wrong? Do I need an external antenna instead of the board antenna?

Of course I'm trying to get GPS data with the board exposed outside in free air.

It might be important: I am using pca10090 version 0.8.3.

Parents Reply
  • The example compiles and operates as expected. I just added to prj.conf the necessary lines to enable RTT in SES so that I can ee the result of the printk. I added:

    CONFIG_PRINTK=y
    CONFIG_UART_CONSOLE=n
    CONFIG_CONSOLE=y
    CONFIG_RTT_CONSOLE=y
    CONFIG_HAS_SEGGER_RTT=y
    CONFIG_USE_SEGGER_RTT=y

    Now I can see on the Debug window:

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

    Scanning [-]

    The number increments every second.

    I would expect ot get GPS data after some time, but nothing.

Children
Related