support for more than 12 satteiltes
nmea_printf and nmea_scanf format issues!
Hey all, I made some simple CMakeLists.txt files so things could (hopefully) be built cross-platform more easily. I have just built it successfully on Windows (MSVS 2019) and Ubuntu18.04 so far. I've attached a zip file with the new files (and a small change in the parse_file sample) based on version 0.5.3. Cheers, Chris
Hey all, I made some simple CMakeLists.txt files so things could (hopefully) be built cross-platform more easily. I have just built it successfully on Windows (MSVS 2019) so far. I'll try on Linux sometime soon. I've attached a zip file with the new files (and a small change in the parse_file sample) based on version 0.5.3. Cheers, Chris
Several improvements and fixes
Parse GST Information from NMEA
Hello, So I am trying to construct a C code for getting useful information from a GPS receiver. The problem I am facing right now is that the message types received are "GNGGA", "GNRMC" etc. but the nmea library is only compatible with messages with the "GP' prefix. I tried to replace "GP" by "GN" in all the files of the project to see if it worked. I tought the code worked in such a way that you had to tell him to look for specific sentences and then do the right interpretation of the data, so all...
Hi,maybe this is suitable for you https://sourceforge.net/projects/nmea-library-for-stm32/
Hi I am working on SAMV71 board i need to interface GPS using UART so please tell me how to get GPS data, what I need to do exactly. how can i download NMEA library for SAMV71.
Project was forked to https://github.com/ahr-project/nmealib because it was not active...
Project was forked to https://github.com/ahr-project/nmealib because it was not active...
Project was forked to https://github.com/ahr-project/nmealib because it was not active...
Project was forked to https://github.com/ahr-project/nmealib because it was not active...
Project was forked to https://github.com/ahr-project/nmealib because it was not active...
I moved it to https://github.com/ahr-project/nmealib
NMEA 0.5.3 in use satellites misreported
memory leak in nmea_parser_real_push
parser misinterprets fractional part of seconds
Here is a short piece of code that turns off messages on a cheap eBay sourced V.KEL...
Hey, thanks for this! Really helpful. Don't remember what issues I was seeing when...
I think you will find that the parser knows nothing about gps hardware. Its only...
Yes, I have a working version compiled for the stm32f10xx (cortex m3). It also works...
Has anyone managed to get this to build using the gcc ARM cross toolchain (gcc-arm-none-eabi)?...
https://github.com/fhuberts/nmealib is a 404 Page Not found. I guess it's time to...
PS: https://sourceforge.net/projects/nmea/ says 'MIT license' and the LICENSE.txt...
I am interested in your library but I am concerned with the restrictions of the GPL...