Seeed-Studio / grove.py

Python library for Seeedstudio Grove devices
MIT License
150 stars 97 forks source link

GPS module only reads US satellites #42

Closed jimbobbennett closed 3 years ago

jimbobbennett commented 3 years ago

In the GPS module code, the only source that is detected is GP, the US GPS constellation. The Air530 sensor supports other constellations, but this library is unable to detect them.

The logic in the read function should ignore the 2 characters for the sender field at the start of the NMEA message to support other constellations.

Pillar1989 commented 3 years ago

Thanks