I am lookingfor a software to parse Magnavox's sentence ($PMVXG,xxx) in a std. NMEA protocol.
Any idea ? Also an arduino sketch will be good.
Thank You
73's IU0CIX
Ottenere Outlook per Androidhttps://aka.ms/AAb9ysg
There are several Arduino libraries in the library manager that do the
hard work for you and there are some useful examples with them.
On an NANO I found that the "NeoGPS" library worked best for my
requirements, but YMMV.
Regards,
Dave
On 25/09/2022 09:42, marco bartoli via time-nuts wrote:
I am lookingfor a software to parse Magnavox's sentence ($PMVXG,xxx) in a std. NMEA protocol.
Any idea ? Also an arduino sketch will be good.
Thank You
73's IU0CIX
Ottenere Outlook per Androidhttps://aka.ms/AAb9ysg
time-nuts mailing list -- time-nuts@lists.febo.com
To unsubscribe send an email to time-nuts-leave@lists.febo.com
Am 2022-09-25 10:42, schrieb marco bartoli via time-nuts:
I am lookingfor a software to parse Magnavox's sentence ($PMVXG,xxx)
in a std. NMEA protocol.
Any idea ? Also an arduino sketch will be good.
yacc / lex / bison ? Good enough for LALR(1).
What is an arduino sketch?
Gerhard
... and it should be reasonably easy to add support for $PMVXG sentences.
I had to add a proprietary sentence for my receiver and it wasn't hard.
Dave
On 25/09/2022 12:21, Dave via time-nuts wrote:
There are several Arduino libraries in the library manager that do the
hard work for you and there are some useful examples with them.
On an NANO I found that the "NeoGPS" library worked best for my
requirements, but YMMV.
Regards,
Dave
On 25/09/2022 09:42, marco bartoli via time-nuts wrote:
I am lookingfor a software to parse Magnavox's sentence ($PMVXG,xxx) in a std. NMEA protocol.
Any idea ? Also an arduino sketch will be good.
Thank You
73's IU0CIX
Ottenere Outlook per Androidhttps://aka.ms/AAb9ysg
time-nuts mailing list -- time-nuts@lists.febo.com
To unsubscribe send an email to time-nuts-leave@lists.febo.com
time-nuts mailing list -- time-nuts@lists.febo.com
To unsubscribe send an email to time-nuts-leave@lists.febo.com