Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New source ids observed in the wild #159

Open
sellensr opened this issue Aug 9, 2024 · 0 comments
Open

New source ids observed in the wild #159

sellensr opened this issue Aug 9, 2024 · 0 comments

Comments

@sellensr
Copy link
Contributor

sellensr commented Aug 9, 2024

Adafruit_GPS.h includes:

const char *sources[7] = {"II", "WI", "GP", "PG",
"GN", "P", "ZZZ"}; ///< valid source ids

for the first letters of valid sentence names. I've recently encountered some additional source ids on a network including Raymarine and Standard Horizon components.

const char *sources[11] = {"II", "WI", "GP", "PG",
"HC", "TI", "SD", "AI", // added 2024-07-24 after observing
"GN", "P", "ZZZ"}; ///< valid source ids

Should we add them directly, or with a conditional compile on #ifdef NMEA_EXTENSIONS to keep the data footprint on the minimal library small?

  • Arduino board: Testing with Teensy 3.5

  • Arduino IDE version 2.3.2

  • List the steps to reproduce the problem below (if possible attach a sketch or
    copy the sketch code in too):

attempt parsing a sentence starting with $TI or others above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant