Hello.
Welcome to my Arduino site. Today I formally released my first two libraries for Arduino: TinyGPS and NewSoftSerial.
Mikal Hart
Hello.
Welcome to my Arduino site. Today I formally released my first two libraries for Arduino: TinyGPS and NewSoftSerial.
Mikal Hart
Mikal,
I have been using your TinyGPS. It is great and very easy to use. Thank you.
I want to make one modification and was wondering if you could give me some direction on where to make the code change.
I want the lat and long in 100000ths of a degree instead of the 10000ths of a degree that is currently provided.
Please help.
Thanks
Dan, thanks for the feedback. NMEA data provides accuracy of up to 1/10000th of a minute, which is obviously much smaller than 1/10000th of a degree. It wasn’t my intent to lose any data. I’ll look into this. Thanks for bringing it to my attention.
Mikal
Hi,
I’m trying to use your TinyGPS library. I’m having some troubles to get data out of the GPS chip. My oscilloscope shows its coming.
Would it be possible to get some simple tutorial how to use TinyGPS with Arduino? Just to make it simple.