Questions tagged [nmea]

National Marine Electronics Association (NMEA)

The National Marine Electronics Association, founded as an association earlier in 1957, was later incorporated in 1969.

To cite its current mission statement:

(NMEA) is the unifying force behind the entire marine electronics industry, bringing together all aspects of the industry for the betterment of all in our business.

It sets out combined electrical and data specification for communication between various marine electronic devices.

  • NMEA 0183 is the widespread standard superseding the earlier NMEA 0180 and NMEA 0182 standards.
  • NMEA 2000 is the latest standard.

The NMEA is a proprietary standard.

258 questions
2
votes
1 answer

Parse GNSS - NMEA string

Hi there i made a code to parse a GNSS - NMEA string but at the moment i have troubles because strtok seems to sometimes miss the character and thus, doesn't split the string correctly. What's the problem in this code? the strange thing is, I…
renedlog
  • 131
  • 1
  • 9
2
votes
1 answer

Time Signal Reception with RTL-SDR USB Dongle in Europe?

How can I receive a time signal with an unmodified RTL-SDR USB TV Dongle here in Europe? RTL-SDR Dongles are able to receive the frequency range 52-2200MHz. Here in Europe, radio-controlled clocks receive DCF-77, a time signal broadcast on 77KHz,…
Carsten Kuckuk
  • 879
  • 6
  • 15
2
votes
3 answers

File parser using strategy-like pattern - how to get the results?

Let's say I want to make a file parser which uses the strategy-like pattern to allow use of different specific parsers which would do all the hard work and then returned the results which could vary between them. For example file contains A, B, C, D…
Luke
  • 1,369
  • 1
  • 13
  • 37
2
votes
2 answers

How can i emulate streaming data from a serial port?

I have a text file containing NMEA (GPS) data that I' like to replay to a COM port so the application I'm building can read it. I considered writing a quick C# console app to loop over the file but I don't have any COM ports. This appraoch would…
DenaliHardtail
  • 27,362
  • 56
  • 154
  • 233
2
votes
1 answer

Where I can get NMEA data dump of GLONASS or GPS simulator?

For my graduation work and my open source project about detection of «spoofing» GPS and GLONASS signal I need NMEA data dump of GPS/GLONASS receiver which receive signals from GLONASS or GPS simulator. Where I can get NMEA logs which include $GPGSV…
Dronnikkl
  • 31
  • 2
2
votes
1 answer

NMEA 2000, configure repetition of messages

According to the NMEA 2000 standard it is possible to configure the repetition time of messages which are specified by the manufacturer of the receiver. This is done by the Group Function message (PGN 126208) is sent. Because this message is larger…
HannesV
  • 21
  • 2
2
votes
0 answers

Matching Location.getTime() milliseconds to NMEA sentences

I get GPS fix times with millisecond precision on my Nexus 7 (sometimes) as well as my Galaxy S3 (almost always). By this I mean the millis are not "000". To make sure this was not fake time resolution introduced by the Android system, I am also…
PVS
  • 1,168
  • 11
  • 24
2
votes
1 answer

Reading data from serial in python

I got GPS module who returns NMEA data. When I'm trying to print all data it returns using following code, I'm getting this. while True: try: rcv = port.read() print rcv Then, I've made some modification that will read NMEA data cleaner. It…
Djent
  • 2,877
  • 10
  • 41
  • 66
2
votes
1 answer

What's best protocol used in GPS-server connection?

I want to build a GPS application depends on using cell phones trackers and a server used to receive the results and informs it. as i want to use a standard protocol in dealing with the connection between the server and the GPS tracker exists in the…
Muhammed Refaat
  • 8,914
  • 14
  • 83
  • 118
2
votes
2 answers

How to use an USB GPS mouse with an Android tablet?

I have an goo' ol' Garmin 60csx device with excellent GPS reception. I can connect via USB to a host and provide GPS information this way -- the interface menu allows to send the NMEA data with 4800 baud over USB. On the other hand I have an Android…
towi
  • 21,587
  • 28
  • 106
  • 187
2
votes
1 answer

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 which spits out NMEA data over a comm port or USB port. Since the NMEA is a standard that the GPS units must adhere to, I'd assume a generic driver could be…
Michael Mankus
  • 4,628
  • 9
  • 37
  • 63
2
votes
0 answers

fail to use an android device like a bluetooth gps

I would like to use my android phone (ICS 4.0.1) like a bluetooth GPS with my rasperry pi. My current destribution is raspbian. I tried several application from the Google Play, but finaly I Chose blueNmea. It creates a RFCOM/L2CAP channel to…
2
votes
1 answer

gpsd client data buffer

I am developing a C++ application that should retrieve the received NMEA sentences of type $GPGGA, using gpsd. The idea is to read from gpsd approximately once per second and to parse the last $GPGGA received sentence, extracting the two fields of…
pabloderosario
  • 157
  • 3
  • 10
2
votes
1 answer

Any alternative to onNmeaReceived?

I have written an app that uses NMEA data, provided by NmeaListener. This app works perfectly on following devices: Asus Nexus 7, Android 4.1.1 Samsung Nexus S, Android 4.1.2 SonyEricsson Xperia Mini, Android 2.3.4 SonyEricsson Xperia X10 Mini,…
user1131536
  • 537
  • 2
  • 6
  • 16
1
vote
1 answer

a "java.net.SocketException: Connection reset " when reading sentences NMEA from a GPS device

I bought a gps, I tested this with sms message and with its own software to retrieve the lat / long and it works fine , see the screenshot : Now I'm sure that the communication with gprs->internet works so I want to create my own software who can…
Marwen Trabelsi
  • 4,167
  • 8
  • 39
  • 80