Tagged Questions

8
votes
6answers
3k views

Parsing GPS receiver output via regex in Python

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 and ...
7
votes
2answers
2k views

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 not available in NMEA format.
6
votes
1answer
2k views

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 doesn't do anything special - just transforms the GPS specific sentences into usable ...
5
votes
1answer
412 views

GPS Time synchronisation

I'm parsing NMEA GPS data from a device which sends timestamps without milliseconds. As far as I heard, these devices will use a specific trigger point on when they send the sentence with the .000 ...
3
votes
0answers
108 views

Looking for Robust Delphi NMEA parser

I'm looking for opensource Delphi NMEA parser of production grade. It will be fine if it can meet critical mission requirement (I'm joking! I believe it's not attainable using a Win32 system). So ...
3
votes
3answers
273 views

NMEA sentences - PGLOR, GNGSA and QZGSA

I'm writing an Android app that reads and parses NMEA sentences from GPS receiver and using a Nexus S phone for tests. I'm getting GPGGA, GPGSV, GPGSA and GPRMC sentences that are pretty common and ...
3
votes
5answers
805 views

How do I find broken NMEA log sentences with grep?

My GPS logger occassionally leaves "unfinished" lines at the end of the log files. I think they're only at the end, but I want to check all lines just in case. A sample complete sentence looks ...
2
votes
2answers
319 views

Android : Samsung Galaxy Tabs and Android 2.2 Devices Showing GPs date 1 Day Advance from 1st jan 2012

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 ...
2
votes
1answer
69 views

Is there a solid NMEA parser for Python?

Is there a good NMEA string parser for Python that you can recommend? I know it is easy to parse but I would rather not re-invent the wheel. Thanks
2
votes
1answer
425 views

GPS Signal Strength Calculation

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 various ...
2
votes
1answer
1k views

read NMEA sentences from GPS

I have a Mio P550 device, which has a GPS included. I try to use SerialPort to get NMEA sentences, by simply use SerialPort.Read(). Data is returned in some weird encoding. GPS should return NMEA ...
1
vote
1answer
41 views

GPS number of satellites and location filtering

Based on the available Location fields, the float accuracy seems the main field to determine how good a GPS location is, without taking into account the timestamp. I wonder if it may also be helpful ...
1
vote
1answer
23 views

Intrepretation of Unit ID from NMEA data

I have tested a tracking device (AVL) after developing a TCP Server but instead of giving out a unit ID as per what I configured it, it gives in a totally different format as follows: $$ h?sp _ ...
1
vote
0answers
47 views

Obtaining GPS fix (ORG447X)

Folks I am using ORG447x to obtain GPS fixes. Whenever I power up my GPS module Only response I get is $PSRF150,1,*3E Even if I have to write a series of input messages "$PSRF103,01,00,01,01*24" ...
1
vote
1answer
113 views

GPS Initialization string?

I'm creating a very simple application to read the info from a GPS. The information is sent on the bluetooth (COM3) in the NMEA0183 format. Everything works good except that I can't find my position ...
1
vote
1answer
201 views

recieving gps data sent to webservice on port 80

I'm buying a gps tracker which is able to sent its GPS data (NMEA) to a designated ip/hostname and port. Since i do not own a server, I was wondering what would happen if I configured the device to ...
1
vote
3answers
1k views

Trouble parsing NMEA data from Serial Port

I'm retrieving NMEA sentences from a serial GPS. Then string are coming across like I would expect. The problem is that when parsing a sentence like this: ...
1
vote
2answers
854 views

How to send/receive nmea string over tcpip/udp

I have a gps receiver, which can send data (using gprs connection) to the server www.example.com. Now I need something to receive this data (gps nmea string) from www.example.com (probably, to listen ...
1
vote
7answers
2k views

How to get NMEA from the GPS Device?

im trying to read the current position of GPS Device...using N95 from Nokia. I read tht i will need my device to return the NMEA lines to the serialport and then i will parse/split it to get things I ...
0
votes
1answer
36 views

reading messages from tracking device over gprs

i have a tracking device Meiligao VT310 which send me messeages over gprs. I successfully read messagess with this code but it's not the same as I expected. private void ReadCallback(IAsyncResult ...
0
votes
0answers
36 views

Enabling GPS with hardware libraries in Android build. How to link libgps.so with hardware

I have a custom android build with my GPS device on a ttyUSB. How to link this interface with libgps.so. is it somewhere in init.rc? My device gives NMEA data.So it just enough to tell my GPS ...
0
votes
1answer
123 views

Reading NMEA data from iPhone GPS receiver

I am looking for a way to get NMEA data from the builtin gps receiver of a iPhone. Is there a way to access this data without using CLLocationFramework?
0
votes
0answers
20 views

Receiving Intellitrac X1 GPS data

I have developed a TCP server for getting GPS trackers data. It works fine for Redview devices. When I test an Intellitrac X1 device, it send the following data:- ·°☺ ü3< ·°☻ ü3< ·°♥ ü3< ...
0
votes
1answer
99 views

NMEA message to Android Location

I am working with an external GPS, since they are far more accurate. I already have the bluetooth connection worked out, but now I'm stuck in a flood of NMEA formatted messages. It seems like, since ...
0
votes
0answers
55 views

changing baud rate of GPS receiver

I am a beginner.I am using iwave GPS receiver with Sirf Star III GSC3f/LPx. It is currently set to 9600 baud .. I want to change it to 4800. And how can i switch to sirfstar protocol? Also, How do i ...
0
votes
3answers
170 views

Sending GPS data to server not working?

I'm trying to send GPS data from android phone to server. Its not working though. I've attached my code snippet here. Kindly check it and help me with this! public void onNmeaReceived(long timestamp, ...
0
votes
0answers
181 views

NMEA sentences to Google Earth

Goal : To send NMEA sentences from an implemented console application to applications such as Google Earth etc. Considering Google Earth, there is an option for real time tracking, which inputs ...
0
votes
3answers
149 views

Pressure through GPS

Can I obtain pressure of that location from GPS NMEA format? If yes kindly, let me know how... Thanks Dheepak
0
votes
1answer
380 views

Saving NMEA data to file Android

I need to save the NMEA strings that I receive from GPS provider. I'm searching for a safe way to save these strings, that i receive almost every second, on a file; is there a way to save block of ...
0
votes
2answers
1k views

How to view realtime NMEA data in Google Earth?

I am using my HTC Desire to send NMEA - $GPRMC data to my Laptop(server)! A file named gpsdata.nmea gets created in the server and is getting updated every second with new data. I can view my path if ...
0
votes
2answers
97 views

Can NMEA values contain '*' (asterisks)?

I am trying to create NMEA-compatible proprietary sentences, which may contain arbitrary strings. The usual format for an NMEA sentence with checksum is: ...
0
votes
1answer
115 views

GPS tracker identification based on NMEA protocol

I have several vehicles equiped each with individual GPS tracker sending NMEA stream to a server. Prior to storage at the server side, I want to be able to uniquely identify each vehicle. Is that ...