I have connected NB-IOT dual band deluxe shield to Arduino Uno board. I am running Sodaq_NB-IoT_All_Sensors example on it.
I am unable to receive GPS data from the ublox chip. Here is the data I see on serial monitor:
parseGPGGA
GNGGA,0,00,99.99,
parseGPGSAGNGSA,A,1,99.99,99.99,99.99
parseGPGSAGNGSA,A,1,99.99,99.99,99.99
parseGPGSVGPGSV,1,1,00
?? >> $GLGSV,1,1,00*65
parseGPGLLGNGLL,V,N
parseGPRMCGNRMC,V,N
parseGPVTGGNVTG,N
what could be the reason behind this? By the way, I do not have NB-IOT SIM at the moment, so I have commented out the NB-IOT related code from this example.