Now that the current version has reached v1.3, which message will be used?

Frequently asked questions - Allgemeine Fragen zur App
Antworten
shenbinbin12
Beiträge: 2
Registriert: Di 14. Okt 2025, 02:45

Now that the current version has reached v1.3, which message will be used?

Beitrag von shenbinbin12 »

Now that the current version has reached v1.3, which message will be used? This will allow us to make adjustments according to the requirements.
Think you!
Mazuch
Administrator
Beiträge: 70
Registriert: Mi 11. Nov 2020, 17:54
Kontaktdaten:

Re: Now that the current version has reached v1.3, which message will be used?

Beitrag von Mazuch »

Hi,

what do you mean by "which message will be used"?
The NMEA messages?
There is no code so big, twisted, or complex that maintenance can't make it worse. (Gerald M. Weinberg)
shenbinbin12
Beiträge: 2
Registriert: Di 14. Okt 2025, 02:45

Re: Now that the current version has reached v1.3, which message will be used?

Beitrag von shenbinbin12 »

Mazuch hat geschrieben: Di 14. Okt 2025, 11:51 Hi,

what do you mean by "which message will be used"?
The NMEA messages?
yes,
nmea message
I know that "gga, gsv, gst" are used. Are there any others?
Mazuch
Administrator
Beiträge: 70
Registriert: Mi 11. Nov 2020, 17:54
Kontaktdaten:

Re: Now that the current version has reached v1.3, which message will be used?

Beitrag von Mazuch »

I know that "gga, gsv, gst" are used. Are there any others?
Since the first version of the GPS-Connector app the parsed NMEA strings haven't changed.

I read the following strings in my app:
  • GGA (location,time)
  • GSA (satellite -in-use info)
  • GST (accuracy)
  • GSV (satellite list)
  • RMC (navigation info, speed, track angle)
  • ZDA (time)
  • HDT (heading) << parsed but not displayed in the app
There is no code so big, twisted, or complex that maintenance can't make it worse. (Gerald M. Weinberg)
Antworten