Hi,I need to extract the lat/long from the gps string $GPGGA and be able to set them directly to variablesany suggestions how to do this?-as in all i want is to be able to say A=3124.3312 and B=11544.4337Thanks, Justin
You need to be a member of diydrones to add comments!
Replies
Would TinyGPS be of use here?
I wrote a split() routine that is similar to C strtok() and perl split so that I could read in parameters from a config file:
http://mbed.org/users/shimniok/code/AVC_2012/file/826c6171fc1b/util.c
Examples of using split() here:
http://mbed.org/users/shimniok/code/AVC_2012/file/826c6171fc1b/Conf...