time-nuts@lists.febo.com

Discussion of precise time and frequency measurement

View all threads

Magnavox NMEA-0183 Psrser

MB
marco bartoli
Sun, Sep 25, 2022 8:42 AM

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

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 Android<https://aka.ms/AAb9ysg>
D
Dave
Sun, Sep 25, 2022 11:21 AM

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

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 Android<https://aka.ms/AAb9ysg> > _______________________________________________ > time-nuts mailing list -- time-nuts@lists.febo.com > To unsubscribe send an email to time-nuts-leave@lists.febo.com
G
ghf@hoffmann-hochfrequenz.de
Sun, Sep 25, 2022 2:09 PM

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

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
D
Dave
Sun, Sep 25, 2022 6:29 PM

... 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

... 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 Android<https://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