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...
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
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,...
Cerf asked 16/9, 2020 at 10:8
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...
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?
3
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 =...
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...
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.
4
Solved
Am looking for C# open source NMEA parser.
1
© 2022 - 2024 — McMap. All rights reserved.