Re: [open-location-code] Convert GPS Lat, Long into Plus code on arduino

2019-02-28 Thread Cesar Jung-Harada
Thanks a lot Doug, That's awesome! I'll try it out! Cesar On Wednesday, February 27, 2019 at 7:03:03 PM UTC+8, Doug Rinckes wrote: > > Hi Cesar, > > I strongly recommend you use something like the Adafruit GPS library to > read from the GPS chip. (This will mean you won't have to do all the str

Re: [open-location-code] Convert GPS Lat, Long into Plus code on arduino

2019-02-27 Thread 'Doug Rinckes' via Plus Codes Community Forum
Hi Cesar, I strongly recommend you use something like the Adafruit GPS library to read from the GPS chip. (This will mean you won't have to do all the string parsing yourself.) The attached code is a sketch that should work for Arduino (actually tested it using a Teensy) with a GPS attached to RX

Re: [open-location-code] Convert GPS Lat, Long into Plus code on arduino

2019-02-25 Thread Cesar Jung-Harada
// Wow! Thanks for the super fast and awesome answer. On Tuesday, February 26, 2019 at 2:46:31 PM UTC+8, Doug Rinckes wrote: > > Hi Cesar, > > That sounds like a cool idea, but have you tested GPS reception under > water? Or will you use the last surface position? > > // The GPS receiver in on

[open-location-code] Convert GPS Lat, Long into Plus code on arduino

2019-02-25 Thread Cesar Jung-Harada
We are building an arduino-powered diving computer to tag ghost nets, to get them recovered. We like plus code because it's easier for divers to write down on their slates. Do you have an offline arduino library so we could display the plus code on an offline arduino-powered device? Thank you!