Hello,
for a specific application, I have customized the GY-NEO6MV2 NEO-6M pour Module GPS, so it only transmit $GPRMC sentence.
Qote from Arduiniana
Both libraries extract basic position, altitude, course, time, and date, etc. from two common NMEA sentences, $GPGGA and $GPRMC.
When $GPGGA is not received, time.isValid() and time.isValid() both rspond NO as well as date.
This is 100% confirmed with the output of the example: Full Example which returns a board of asterisks.
We can also notice that the number of characters is accumulated rather than specific to the current frame.
3:02:01.625 -> FullExample.ino
13:02:01.625 -> An extensive example of many interesting TinyGPSPlus features
13:02:01.625 -> Testing TinyGPSPlus library v. 1.0.2
13:02:01.625 -> by Mikal Hart
13:02:01.625 ->
13:02:01.625 -> Sats HDOP Latitude Longitude Fix Date Time Date Alt Course Speed Card Distance Course Card Chars Sentences Checksum
13:02:01.625 -> (deg) (deg) Age Age (m) --- from GPS ---- ---- to London ---- RX RX Fail
13:02:01.665 -> ----------------------------------------------------------------------------------------------------------------------------------------
13:02:01.665 -> **** ***** ********** *********** **** ********** ******** **** ****** ****** ***** *** ******** ****** *** 0 0 0
13:02:02.771 -> **** ***** ********** *********** **** ********** ******** **** ****** ****** ***** *** ******** ****** *** 98 0 2
13:02:03.833 -> **** ***** ********** *********** **** ********** ******** **** ****** ****** ***** *** ******** ****** *** 196 0 4
13:02:04.968 -> **** ***** ********** *********** **** ********** ******** **** ****** ****** ***** *** ******** ****** *** 294 0 4
13:02:06.061 -> **** ***** ********** *********** **** ********** ******** **** ****** ****** ***** *** ******** ****** *** 392 0 6
13:02:07.157 -> **** ***** ********** *********** **** ********** ******** **** ****** ****** ***** *** ******** ****** *** 490 0 6
13:02:08.245 -> **** ***** ********** *********** **** ********** ******** **** ****** ****** ***** *** ******** ****** *** 588 0 7
13:02:09.394 -> **** ***** ********** *********** **** ********** ******** **** ****** ****** ***** *** ******** ****** *** 776 0 9