SAM-M8Q QWIIC Connection

Hi everyone,

I need help with my Sparkfun SAM-M8Q GPS device. I try to connect it via a qwiic cable but I just can’t figure out how I get access to the data in my Python code. I found a lot of examples for the serial connection but I would need an I2C example. I’m new to all of this and I just don’t know how to set it up. Is there a qwiic example/tutorial for the SAM-M8Q?

Thank you very much for your help!

All the best,

RB

We don’t have a ready-made python version, but I did find these https://qwiic-ublox-gps-py.readthedocs.io/en/latest/ &

https://github.com/sidd91/Ublox-Sam-m8q-library- that should help you get started

Thank you very much for your help.

In those code examples they use the serial connection to use the GPS sensor but I am looking for a I2C bus example.