Does the Sparkfun Arduino library for ublox support SPI for communication with the ZOE-MQ8?
The library only supports I2C. (Qwiic)
thanks
Any hints on implementing one?
TS-Chris:
The library only supports I2C. (Qwiic)
You’d need to write a new library from scratch.
You could use the existing library as a beginning to do that but you’d need to go through the Ublox SPI documentation to figure out how the GPS uses the SPI interface and then customize your library to that.