sparkfun / pdp-qwiic-micro-python

Repo to manage the logistics of micro python qwiic driver development
0 stars 0 forks source link

u-blox GPS #36

Open sfe-SparkFro opened 3 weeks ago

sfe-SparkFro commented 3 weeks ago

Board

SparkFun GPS-RTK2 Board - ZED-F9P (Qwiic) SparkFun GPS-RTK Board - NEO-M8P-2 (Qwiic) SparkFun GPS Breakout - ZOE-M8Q (Qwiic) SparkFun GPS Breakout - Chip Antenna, SAM-M8Q (Qwiic) SparkFun GPS-RTK Dead Reckoning Breakout - ZED-F9R (Qwiic) SparkFun GPS-RTK Dead Reckoning pHAT for Raspberry Pi SparkFun GPS Breakout - NEO-M9N, Chip Antenna (Qwiic)

Notes

Arduino Library Python Driver

sfe-SparkFro commented 3 weeks ago

I poked a bit through the existing Python driver. It's written assuming Linux, particularly the imports of ublox_gps.py. Likely needs refactoring to work in MicroPython and CircuitPython.