mikalhart / TinyGPSPlus

A new, customizable Arduino NMEA parsing library
http://arduiniana.org
1.05k stars 486 forks source link

Satellites count is always zero but data exists #116

Closed alexeykurbako closed 1 year ago

alexeykurbako commented 1 year ago

Hey everyone. I'm building kind of gps tracker based on arduino nano and M8N module and everything is fine in u-center(it shows 4-7 active green sattellites). Moreover I've tried to run your example and it print correct speed, lat and long in Serial but Sattelletes count always 0, so it prints *** in the count column. Code the same as in your example here https://github.com/mikalhart/TinyGPSPlus/blob/master/examples/FullExample/FullExample.ino