floitsch 04/10/2024 07:15 PMThe ublox_gnss package uses the "gnss_location", "location" and "ubx_message" packages as dependencies.
It's not clear to me how you would communicate with the GPS. If you get a uart port (like /dev/ttyUSB0) then that would be relatively straight-forward to get working with the ublox_gnss
package.
Another alternative would be to try to use the GPSD. Afaict it's TCP based, and Toit has good support for TCP connections. I'm not sure how difficult the GPSD protocol is, though. That could be 10 minute job, or a week-long project.