For my qwiic system setup I have a raspberry pi 3 B+ functioning as my microcontroller paired with the v1.0 phat & GPS Breakout XA1110.
Currently able to read GNSS data over I2C, and this setup works great.
I studied the following documentation provided:
https://learn.sparkfun.com/tutorials/sp … okup-guide
I would like to set the GPS Breakout XA1110 to ‘Balloon mode’ in order to take advantage of the 80km altitude limit. How do I write PMTK packet (886, 3*2B) from my raspberry pi to the GPS Breakout XA1110 and read the current PMTK packet configuration via raspberry pi in python or c++?
I have been stuck on this for several days so any recommendations would be greatly appreciated.