A Ublox does put out NMEA sentences over I2C, just like Serial.
So you can feed the characters from I2C into a standard GPS library.
A Ublox does put out NMEA sentences over I2C, just like Serial.
So you can feed the characters from I2C into a standard GPS library.
Fair enough, you clearly know better than me!
Thank you @srnet @PaulRB . I am trying to run the code that @srnet shared.
Also, Am I connecting MKR GPS module to MKR board in shield mode correctly as shown in the picture
From that photo, it looks as though the header pins are not soldered.
Don't expect anything to work reliably like that.
@JohnLincoln Thanks. Is my pins connection correct ? All similar pins are connected together. I thought shield mode was same like UART connection but in UART we connect Tx of GPS to Rx MKR board and Rx of GPS to Tx MKR board and GND to GND , VCC to VCC.