PMB-248 GPS gives only GGA sentences
carlosg
Posts: 6
I want to get true heading information from this GPS as in $GPHDT sentences
but it only gives $GPGGA sentences.· If I·issue a request as follows:
$CCGPQ,HDT\r\n
I would expect it to give HDT sentences but instead I no longer get anything back.
Anyone know if this should work?
Thanks
but it only gives $GPGGA sentences.· If I·issue a request as follows:
$CCGPQ,HDT\r\n
I would expect it to give HDT sentences but instead I no longer get anything back.
Anyone know if this should work?
Thanks
Comments
As far as I know this sentence is not available on this unit.
Massimo
You know of any sentence that will give heading on this unit?
I also tried RMC·but nothing.
Wish I had a list of sentences it supports.·
The spec only states NMEA and the website states NMEA0183 v2.2
I've just started with this and so was not moving at the time --
I assumed it would just give a bogus value.
Could it be·it actually needs to be moving in some direction?
Thanks,
Carlos
RMC will give true course over ground when moving.
John Abshier
Massimo
-Phil
Got it from here http://www.cs.put.poznan.pl/wswitala/download/pdf/NMEAdescription.pdf
which describes the NMEA 0183 protocol.
I figured the chip has an RX pin for something!
Sounds like I'll only get RMC when I get moving. Thanks all for the pointers.
Carlos
I have spent many hours searching for code to program the optional baud rates and·features, without even a hint that the GPS will accept data. I just figured The "optional" is programed at the factory with propriatary code.
Yes, Polstar·docs could use a little improvment.
Jim
·· RMC will give true course over ground when moving.
·· John Abshier]
John,· at walking pace, I still do not get RMC.· Do you know how fast it needs to be moving?
I'm thinking of calculating heading my self over a span of a few seconds of lat/long. data.
Carlos
-Phil
·· RMC will give true course over ground when moving.
·· John Abshier]
John,· at walking pace, I still do not get RMC.· Do you know how fast it needs to be moving?
I'm thinking of calculating heading my self over a span of a few seconds of lat/long. data.
Carlos
I've tested the parser with a GPS simulator without problem.
I did encounter giberish characters with the GPS chip but no problem,
I ignore everything until I read a $
Carlos
So my code, timing, or something I'm introducing is to blame so I'll investigate further.
Thanks all for the help and suggestions!