Top "Nmea" questions

National Marine Electronics Association (NMEA)

Parsing code for GPS NMEA string

i am trying to parse the incoming GPGGA NMEA GPS string using Arduino uno and below code. What i am …

c parsing gps arduino nmea
How to convert latitude and longitude of NMEA format data to decimal?

I have latitude and longitude of NMEA format, and I want to convert it into decimal value. Is there any …

java php nmea
How can I get the GPS raw data (satellites pseudo range)?

How can I read GPS raw data, to be more specific I need the saellites pseudo range. This data is …

android gps nmea
How to calculate gps accuracy in meters from nmea sentence information

I have android app that gets GPGGA and GPRMC sentences form bluetooth gps receiver, how to calculate horizontal accuracy of …

android bluetooth gps nmea
Decode GPS NMEA code using arduino

I know this has been asked many times but I really can't find what I am really searching. I am …

c++ gps arduino nmea
NMEA (GPS) sentence to a map location

I'm having a hard time understanding how to see on a map the location given to me by some location …

gps nmea
NMEA checksum calculation calculation

I am trying to find checksum for NMEA sentence which is already calculated by GPS. char GPRMCBuf[POS_BUFFER] = {0xA0, 0…

c algorithm gps checksum nmea
GPS Driver for .Net/C# for Pulling GPS Data From Any NMEA-Capable GPS Unit

I have a mapping application and I want to be able to allow my users to connect any GPS unit …

c# .net gps serial-port nmea
Roll your own NMEA parser or use an open source GPS parser?

I do a lot of location aware computing, often incorporating GPS. I have my own little simple NMEA parser that …

gps parsing nmea
ublox NEO 6m: UBX command sanity check (with Fletcher checksum!)

So I've been banging my head against my keyboard for a few days because I can't figure out how to …

gps arduino checksum nmea