nmea Questions

9

Solved

I have a friend who is finishing up his masters degree in aerospace engineering. For his final project, he is on a small team tasked with writing a program for tracking weather balloons, rockets an...
Holomorphic asked 22/11, 2008 at 20:50

7

Solved

I have latitude and longitude of NMEA format, and I want to convert it into decimal value. Is there any formula? For example, NMEA format Latitude = 35.15 N and Longitude = 12849.52 E
Dearr asked 28/3, 2016 at 0:44

0

The Problem I am working on the application which is listening for NMEA messages, to do so I am adding NMEA listener like this locationManager.requestLocationUpdates( LocationManager.GPS_PROVIDER,...

3

Solved

I'm having a hard time understanding how to see on a map the location given to me by some location NMEA sentence: foe example: given the sentence $GPRMC,225446,A,4916.45,N,12311.12,W,000.5,054.7...
Lubricity asked 4/9, 2012 at 12:32

2

Solved

I have android app that gets GPGGA and GPRMC sentences form bluetooth gps receiver, how to calculate horizontal accuracy of given position with in meters?
Elyse asked 27/3, 2015 at 13:32

3

I am trying to find checksum for NMEA sentence which is already calculated by GPS. char GPRMCBuf[POS_BUFFER] = {0xA0, 0xA2, 0x00, 0x48, 0xDD, 0x24, 0x47, 0x50, 0x52, 0x4D, 0x43, 0x2C, 0x31, 0x35...
Borstal asked 18/8, 2015 at 15:36

3

Solved

I want to display a signal bar for a GPS device using .NET CF. I'm able to read NMEA data and get the SNR signals. But they are a number of satellites with some active and some inactive with variou...
Sanasanabria asked 1/7, 2010 at 15:28

1

Solved

The GPS I am using outputs multiple NMEA sentences which I can use for positional data. (GPGGA and GPRMC). Is there a reason I should use one over the other? Should I check them both and compare th...
Mensch asked 4/2, 2013 at 21:49

4

I have the Galaxy tab GT-P1000 7 inch with firmware version 2.3.3 and Phones running Android 2.2. In both versions when ever I am trying to get the time from GPS, its showing 1 day advance from 1st...
Bullington asked 3/1, 2012 at 6:27

1

Solved

I have a problem with calculating the checksum for NMEA sentences. I am using the following java code: private static String getSum(String in) { int checksum = 0; if (in.startsWith("$")) { in =...
Repudiation asked 4/10, 2012 at 9:58

2

Solved

I do a lot of location aware computing, often incorporating GPS. I have my own little simple NMEA parser that doesn't do anything special - just transforms the GPS specific sentences into usable nu...
Chlorite asked 25/2, 2009 at 19:25

3

Solved

How can I read GPS raw data, to be more specific I need the saellites pseudo range. This data is not available in NMEA format.
Flaviaflavian asked 22/11, 2010 at 21:32

4

Solved

Am looking for C# open source NMEA parser.
Samale asked 6/10, 2008 at 7:47
1

© 2022 - 2024 — McMap. All rights reserved.