Hey all,
In preparation for my next custom RC airplane build, I've decided to write a custom library to get lat/long data quickly with a high refresh rate.
Download library from my GitHub here.
With this library, you will be able to get lat/long data at 10Hz (1Hz by default) using a baud of 115200 (9600 by default). This is perhaps one of the fastest GPS libraries out there (uh oh, -dev is going to respond now :D) and will probably implement more features later.
Right now all I need for my project is lat/long, but later on I might end up implementing more GPS data extraction features (i.e. number of sats, speed, heading, etc.).
Let me know what y'all think and/or if there are any bugs/errors that y'all encounter.