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

iOS Simulate GPS

I would like to use C# to broadcast position data over bluetooth to an iPad to simulate an external bluetooth receiver. I am assuming it will be sent as NMEA data however I cannot find a specification for iOS that provides for how to send position…
-3
votes
1 answer

Parsing log files containing NMEA sentences C++

I have multiple log files of NMEA sentences that contain geographical positions captured by a camera. Example of one of the sentences: $GPRMC,100101.000,A,3723.1741,N,00559.5624,W,0.000,0.00,150914,,A*63 My question is, how do you reckon I can start…
-8
votes
1 answer

How to i break up a list (not arraylist) into sublist

If you are here to split a List, here is a copy paste of an answer below. You can try subList from java.util. You can implement what you want from this code: List list = new…
1 2 3
17
18