I’ve found the sparkfun ublox library on github, it looks like its primarily designed for sparkfun boards, which means the library uses I2C comms
Now if found in one example:
myGPS.begin(Serial1)
In my custom board i have CAM-M8 (same chip as SAM-M8) and only have routet Uart + Shutdown. Currently i’m using a simple nema library and have set the parameters by u-center.
My question here is, is the ublox library from sparkfun fully compatible with uart? Which means, compatible in all ways since i2c isn’t physically there in my case.
Thanks for any feedback, as i would be happy to use the library