cloudedbats / cloudedbats_wurb_2020

CloudedBats-WURB. The DIY bat detector.
MIT License
21 stars 3 forks source link

GPS: Failed to identify NMEA sentences for some GPS receivers. #26

Closed arnoldandreasson closed 3 years ago

arnoldandreasson commented 4 years ago

NMEA sentences was earlier identified by the initial strings $GPGGA and $GPRMC. That worked for the GPS receivers that was used during test. But there are other GPS receivers that uses $GNGGA and $GNRMC. Code changed to check for GGA and RMC in position 4-6 instead.

A new python test script was added to find out where the problem was: test/gps_test.py

arnoldandreasson commented 4 years ago

The development version contains the updated code. Will be released in release 0.9.0.

arnoldandreasson commented 3 years ago

Version 0.9.0 released.