I have a GPS connected to my Photon. I’d like to log the data. I will have intermittent Wi-Fi, at best. I could use the Electron I have sitting here, but it will chew through my data. I could also use an SD card, but that would mean having to get the card and read the data off the card every once in a while.
Is there an easy way to save all my data to the cloud (preferably my own hosted site) if and when a Wi-Fi connection is made? Perhaps I can do this with a webhook, but does the Photon have enough memory to save my data until the next Wi-Fi connection is made?