Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

NMEA protocol GPS help

Status
Not open for further replies.

eng_boody

Member level 3
Joined
Nov 27, 2011
Messages
57
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,754
Hi I have got Arduino ITEAD GPS shield which Uses NMEA protocol....and UART to transfer a string of data, what are the buffer size i need for incoming bit stream to get full data ...thanks
 

It depends largely on the specific NMEA sentences your particular device outputs and required for your application.

The following reference outlines the format of each NMEA sentence and can be used to determine the required buffer size required:

GPS - NMEA sentence information

You should also refer to the specific GPS modules documentation.


BigDog
 

Up to 256 bytes. I didn't see standard sentences large than this length.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top