Hi SparkFun community!
I recently got a hold of SparkFun Qwiic Starter Kit for Raspberry in which there were the following individual items:
-
SparkFun Qwiic pHAT v2.0 for Raspberry Pi,
-
SparkFun Qwiic GPS Breakout - NEO-M9N, Chip Antenna,
-
SparkFun Micro OLED Breakout (Qwiic),
-
SparkFun Proximity Sensor Breakout - 20cm, VCNL4040 (Qwiic),
-
SparkFun Environmental Combo Breakout - CCS811/BME280 (Qwiic),
-
Bunch of Qwiic Cables of varying lengths.
First of all, I’m aware of the fact that most of these breakout boards can simply be daisychained using qwiic cables to the Qwiic pHAT which itself connects to the 2x20 GPIO header of a Raspberry Pi. However, there is a bit of a problem with connecting the GPS breakout board. Because as it seems, the only library you have supporting this board with Raspberry Pi is the following:
https://github.com/sparkfun/Qwiic_Ublox_Gps_Py
The problem is that this library doesn’t support I2C connection. My question now is how do I connect the GPS breakout board (as above) to the Raspberry Pi and start getting data from it?