Search found 2 matches

by jokerper
Fri Jun 28, 2024 2:29 pm
Forum: ESP8266
Topic: Re: esp-01 http send request simple arduino google sheet
Replies: 10
Views: 8429

Re: esp-01 http send request simple arduino google sheet

Hi Yes I have tried to look around but it all seems to be to complicated tutorials. I just want to send a simple request with no return from the server. I have this code.gs var ss = SpreadsheetApp.openById('MY URL'); //Enter your googlesheets URL Id here var sheet = SpreadsheetApp.getActiveSheet(); ...
by jokerper
Thu Jun 27, 2024 10:19 pm
Forum: ESP8266
Topic: Re: esp-01 http send request simple arduino google sheet
Replies: 10
Views: 8429

esp-01 http send request simple arduino google sheet

Hi I have this code and I want to send it to a google sheet. [Codebox] #include <ESP8266HTTPClient.h> #include <ESP8266WiFi.h> #include <WiFiClient.h> WiFiClient client; const char* ssid = "HomeNetWork"; const char* password = "XXXXXX"; const char* serverName = "https://script.google.com/macros/XXXX...