NMEA 0183 is a combined electrical and data specification for communication between marine electronics such as echo sounder, sonars, anemometer, gyrocompass, autopilot, GPS receivers and many other types of instruments. It has been defined and is controlled by the National Marine Electronics Association (NMEA). It replaces the earlier NMEA 0180 and NMEA 0182 standards.[1] In leisure marine applications, it is slowly being phased out in favor of the newer NMEA 2000 standard,[2][3] though NMEA 0183 remains the norm in commercial shipping.

Overview

edit

The electrical standard that is used is EIA-422, also known as RS-422, although most hardware with NMEA-0183 outputs are also able to drive a single EIA-232 port. The standard calls for optically isolated inputs. There is no requirement for isolation for the outputs.

The NMEA 0183 standard uses a simple ASCII, serial communications protocol that defines how data are transmitted in a "sentence" from one "talker" to multiple "listeners" at a time. Through the use of intermediate expanders, a talker can have a unidirectional conversation with a nearly unlimited number of listeners, and using multiplexers, multiple sensors can talk to a single computer port.

At the application layer, the standard also defines the contents of each sentence (message) type, so that all listeners can parse messages accurately.

While NMEA 0183 only defines an RS-422 transport, there also exists a de facto standard in which the sentences from NMEA 0183 are placed in UDP datagrams (one sentence per packet) and sent over an IP network.

The NMEA standard is proprietary and sells for at least US$2000 (except for members of the NMEA) as of September 2020.[4][5] However, much of it has been reverse-engineered from public sources.[6][7]

UART settings

edit
Typical Baud rate4800
Data bits8
ParityNone
Stop bits1
HandshakeNone

There is a variation of the standard called NMEA-0183HS that specifies a baud rate of 38,400. This is in general use by AIS devices.

Message structure

edit
  • All transmitted data are printable ASCII characters between 0x20 (space) to 0x7e (~)
  • Data characters are all the above characters except the reserved characters (See next line)
  • Reserved characters are used by NMEA0183 for the following uses:
ASCIIHexDecUse
<CR>0x0d13Carriage return
<LF>0x0a10Line feed, end delimiter
!0x2133Start of encapsulation sentence delimiter
$0x2436Start delimiter
*0x2a42Checksum delimiter
,0x2c44Field delimiter
\0x5c92TAG block delimiter
^0x5e94Code delimiter for HEX representation of ISO/IEC 8859-1 (ASCII) characters
~0x7e126Reserved
  • Messages have a maximum length of 82 characters, including the $ or ! starting character and the ending <LF>
  • The start character for each message can be either a $ (For conventional field delimited messages) or ! (for messages that have special encapsulation in them)
  • The next five characters identify the talker (two characters) and the type of message (three characters).
  • All data fields that follow are comma-delimited.
  • Where data is unavailable, the corresponding field remains blank (it contains no character before the next delimiter – see Sample file section below).
  • The first character that immediately follows the last data field character is an asterisk, but it is only included if a checksum is supplied.
  • The asterisk is immediately followed by a checksum represented as a two-digit hexadecimal number. The checksum is the bitwise exclusive OR of ASCII codes of all characters between the $ and *, not inclusive. According to the official specification, the checksum is optional for most data sentences, but is compulsory for RMA, RMB, and RMC (among others).
  • <CR><LF> ends the message.

As an example, a waypoint arrival alarm has the form:

$GPAAM,A,A,0.10,N,WPTNME*32

Another example for AIS messages is:

!AIVDM,1,1,,A,14eG;o@034o8sd<L9i:a;WF>062D,0*7D

NMEA sentence format

edit

NMEA is originally designed for a shipboard multi-drop network. The only way for equipment to know the author of a message is through the talker ID.[8]

GNSS

edit

GNSS receivers may use the following talker IDs, depending on the specific system in use:[8][9]

NMEA message originating from a GNSS receiver mainly include the following "sentences" in the NMEA message:[10]

Sentence Description
$Talker ID+GGA Global Positioning System Fixed Data (time, 3D position, HDOP)
$Talker ID+GLL Geographic Position—Latitude and Longitude
$Talker ID+GSA GNSS DOP, active satellites, and 2D/3D mode
$Talker ID+GSV GNSS satellites in view
$Talker ID+RMC Recommended minimum specific GPS data (time, 2D position, ground speed and course, date)
$Talker ID+VTG Course over ground and ground speed

For example, the sentence for Global Positioning System Fixed Data for GPS should be "$GPGGA".

Vendor extensions

edit

Most GPS manufacturers include special messages in addition to the standard NMEA set in their products for maintenance and diagnostics purposes. Extended messages begin with "$P" (for "private"). These extended messages are not standardized.

Sample file

edit

NMEA conversations are common stored as an ASCII text file to record location data. The following is a sample file produced by a Tripmate 850 GPS logger. This file was produced in Leixlip, County Kildare, Ireland. The record lasts two seconds.

$GPGGA,092750.000,5321.6802,N,00630.3372,W,1,8,1.03,61.7,M,55.2,M,,*76
$GPGSA,A,3,10,07,05,02,29,04,08,13,,,,,1.72,1.03,1.38*0A
$GPGSV,3,1,11,10,63,137,17,07,61,098,15,05,59,290,20,08,54,157,30*70
$GPGSV,3,2,11,02,39,223,19,13,28,070,17,26,23,252,,04,14,186,14*79
$GPGSV,3,3,11,29,09,301,24,16,09,020,,36,,,*76
$GPRMC,092750.000,A,5321.6802,N,00630.3372,W,0.02,31.66,280511,,,A*43
$GPGGA,092751.000,5321.6802,N,00630.3371,W,1,8,1.03,61.7,M,55.3,M,,*75
$GPGSA,A,3,10,07,05,02,29,04,08,13,,,,,1.72,1.03,1.38*0A
$GPGSV,3,1,11,10,63,137,17,07,61,098,15,05,59,290,20,08,54,157,30*70
$GPGSV,3,2,11,02,39,223,16,13,28,070,17,26,23,252,,04,14,186,15*77
$GPGSV,3,3,11,29,09,301,24,16,09,020,,36,,,*76
$GPRMC,092751.000,A,5321.6802,N,00630.3371,W,0.06,31.66,280511,,,A*45

The first lines translate as:

  • GGA: UTC Time 09:27:50, location 53°21.6802′N 6°30.3372′W / 53.3613367°N 6.5056200°W / 53.3613367; -6.5056200. Valid GPS fix using 8 satellites, HDOP = 1.02. Altitude = 61.7 meters MSL, geode-to-ellipsoid distance is 55.2 meters.
  • GSA: Device set to 2D/3D automatic mode and is using 3D fix. Satellites used are 10,07,05,02,29,04,08,13. PDOP 1.72, HDOP = 1.03, VDOP = 1.38.
  • GSV: (satellite data omitted)
  • RMC: UTC Time 09:27:50, location 53°21.6802′N 6°30.3372′W. Speed over ground 0.02 knots, course over ground 31.66°. Date is 28 May 2011.

Note some blank fields, for example:

  • GSV records, which describe satellites 'visible', lack the SNR (signal–to–noise ratio) field for satellite 16 and all data for satellite 36.
  • GSA record, which lists satellites used for determining a fix (position) and gives a DOP of the fix, contains 12 fields for satellites' numbers, but only 8 satellites were taken into account—so 4 fields remain blank.

Software compatibility

edit

NMEA 0183 is supported by various navigation and mapping software. Notable applications include:

Revisions

edit

NMEA 0183 continued to be maintained separately: V4.10 was published in early May 2012, and an erratum noted on 12 May 2012.[15] On November 27, 2018, it was issued an update to version 4.11, which supports Global Navigation Satellite Systems other than GPS.[16] As of December 2023, NMEA has published the version 4.30 which replaces Version 4.11 and includes updates to the entire suite of GNSS sentences with significant interface updates for the use of GPS, GLONASS, GALILEO, BDS, QZSS, and NavIC/IRNSS satellite systems.[17][18]

History of NMEA 0183 Versions
Ver. Year Changes Refs
1.?? 1983 Initial release
2.00 1992 Migrate from RS-232 to RS-422
2.01 1994
2.10 1995
2.20 1997
2.30 1998
3.00 2000
3.01 2002
4.00 2008
4.10 2012
4.11 2018
4.30 2023
History of NMEA 0183-HS Versions
Ver. Year Changes Refs
1.00 2000 Initial release of 38.4K baud, known as "high speed"
1.01 2012

See also

edit

References

edit
  1. Peter Bennett (Sep 15, 1997). "The NMEA FAQ". Archived from the original on 2014-02-15. Retrieved 2013-10-21.
  2. "NMEA 0183 vs NMEA 2000". November 2018. Archived from the original on 2013-08-19. Retrieved 2020-10-20.
  3. Spitzer, Steve. (May 2009). "NMEA 2000 white paper" (PDF). Archived from the original (PDF) on 2021-03-02. Retrieved 2020-10-20.
  4. "Publications and Standards from the National Marine Electronics Association (NMEA) / NMEA 0183". NMEA. November 2008. Archived from the original on 2013-10-21. Retrieved 2013-10-21.
  5. "National Marine Electronics Association - NMEA". www.nmea.org. Archived from the original on 2022-03-31. Retrieved 2020-09-24.
  6. Raymond, Eric S. (March 2019). "NMEA Revealed".
  7. Dale DePriest. "NMEA data". Archived from the original on 2020-10-20. Retrieved 2020-10-20.
  8. 1 2 Eric S. Raymond (2024-05-26). "NMEA Revealed - Talker IDs". Retrieved 2024-05-31.
  9. "NMEA 0183 - Standard For Interfacing Marine Electronic Devices - Talker Identifier Mnemonics" (PDF). 2020-01-31. Archived from the original (PDF) on 2022-09-02.
  10. Donald Choi. "Introduction to GPS Data NMEA & RTCM". p. 15. Retrieved 2024-05-31.[dead link]
  11. "Google Maps for Android". Retrieved 2013-10-21.
  12. Marc Balmer (2006–2008). "/sys/kern/tty_nmea.c". BSD Cross Reference. OpenBSD.
  13. "ObserVIEW - Free Vibration Analysis Software". Retrieved 2022-10-18.
  14. "QGIS Documentation - Live GPS tracking". GitHub. Retrieved 2024-03-06.
  15. "ERRATA # 0183 120512" (PDF). NMEA. Archived from the original (PDF) on 2016-04-17. Retrieved 2013-10-21.
  16. "NMEA PUBLISHES UPDATED VERSION OF NMEA 0183 FOR NEW GLOBAL SATELLITE SYSTEMS" (PDF). November 2018. Archived from the original (PDF) on 2019-01-31. Retrieved 2019-01-30.
  17. "NMEA 0183 - Latest Version of NMEA 0183 (Version 4.30)". National Marine Electronics Association (NMEA) - Marine Electronics Standards, Training & Certification. Retrieved 2025-11-25.
  18. "NMEA PUBLISHES NEW VERSION OF NMEA 0183 FOR NEW GLOBAL SATELLITE SYSTEMS" (PDF). January 2024.
edit