Hello,
I'm trying to get data from a google spreadsheet.
I'm working with this sketch.
It's run well with the json example: the data are displayed in my serial monitor.
If I replace the serverName by 'docs.google.com', and the GET line by
I have to find how I can automatically and periodically export the google spreadsheet data in a web page.
I can't do it in a sites.google page because it's also a https protocol
I have to find how I can automatically and periodically export the google spreadsheet data in a web page.
I can't do it in a sites.google page because it's also a https protocol
Set up your own server that the Arduino can talk to using http. Make that server talk to google using https.