@jaredwolff
I found the SUPL flag in the prj.conf file which I turned to n and the Build worked and I was able to flash.
Here’s the log of my output when I run the code:
---------------------------------*** Booting Zephyr OS build v2.4.99-ncs2 ***Flash regionsDomainPermissions00 02 0x00000 0x18000 Securerwxl03 31 0x18000 0x100000 Non-SecurerwxlNon-secure callable region 0 placed in flash region 2 with size 32.SRAM regionDomainPermissions00 07 0x00000 0x10000 Securerwxl08 31 0x10000 0x40000 Non-SecurerwxlPeripheralDomainStatus00 NRF_P0 Non-SecureOK01 NRF_CLOCK Non-SecureOK02 NRF_RTC0 Non-SecureOK03 NRF_RTC1 Non-SecureOK04 NRF_NVMC Non-SecureOK05 NRF_UARTE1 Non-SecureOK06 NRF_UARTE2 SecureSKIP07 NRF_TWIM2 Non-SecureOK08 NRF_SPIM3 Non-SecureOK09 NRF_TIMER0 Non-SecureOK10 NRF_TIMER1 Non-SecureOK11 NRF_TIMER2 Non-SecureOK12 NRF_SAADC Non-SecureOK13 NRF_PWM0 Non-SecureOK14 NRF_PWM1 Non-SecureOK15 NRF_PWM2 Non-SecureOK16 NRF_PWM3 Non-SecureOK17 NRF_WDT Non-SecureOK18 NRF_IPC Non-SecureOK19 NRF_VMC Non-SecureOK20 NRF_FPU Non-SecureOK21 NRF_EGU1 Non-SecureOK22 NRF_EGU2 Non-SecureOK23 NRF_DPPIC Non-SecureOK24 NRF_REGULATORS Non-SecureOK25 NRF_GPIOTE1 Non-SecureOKSPM: NS image at 0x1c200SPM: NS MSP at 0x20018010SPM: NS reset vector at 0x1faa1SPM: prepare to jump to Non-Secure image.*** Booting Zephyr OS build v2.4.99-ncs2 ***Starting GPS applicationGPS Socket createdGetting GPS data...[1;1H[2JTracking: 0 Using: 0 Unhealthy: 0---------------------------------Seconds since last fix: 0Searching [|]NMEA strings:---------------------------------[1;1H[2JTracking: 0 Using: 0 Unhealthy: 0---------------------------------Seconds since last fix: 0Searching [/]NMEA strings:---------------------------------[1;1H[2JTracking: 0 Using: 0 Unhealthy: 0---------------------------------Seconds since last fix: 1Searching [-]NMEA strings:$GPGGA,000001.00,,,,,0,,99.99,,M,0,,*36$GPGLL,,,,,000001.00,V,N*4B$GPGSA,A,1,,,,,,,,,,,,,99.99,99.99,99.99,1*2D$GPGSV,1,1,0,,,,,,,,,,,,,,,,,1*54$GPRMC,000001.00,V,,,,,,,060180,,,N,V*09---------------------------------[1;1H[2JTracking: 0 Using: 0 Unhealthy: 0---------------------------------Seconds since last fix: 1Searching [\]NMEA strings:$GPGGA,000001.00,,,,,0,,99.99,,M,0,,*36$GPGLL,,,,,000001.00,V,N*4B$GPGSA,A,1,,,,,,,,,,,,,99.99,99.99,99.99,1*2D$GPGSV,1,1,0,,,,,,,,,,,,,,,,,1*54$GPRMC,000001.00,V,,,,,,,060180,,,N,V*09---------------------------------[1;1H[2JTracking: 0 Using: 0 Unhealthy: 0---------------------------------Seconds since last fix: 2Searching [|]
I believe it’s showing GPS connection.
But I don’t believe this sample connects to nrfcloud.com and reports the coordinates.
I suppose I should try and combine this sample with the
C:\Users\user\ncs\v1.4.1\nrf\samples\nrf9160\agps
samples’ nrfcloud.com communication code?