Publishing gps data to cloud (NEO6mv)

The GPS device continously sends data via the serial connection to the microcontroller but your code needs to read that data and feed it into the library via gps.encode() for the library to parse it. I can't see your code doing any of that.

Yes, the common way to wrap multiple variables into one string goes via snprintf()

2 Likes