ESP8266
ESP8266 copied to clipboard
ESP8266 Projects
It's a bit of a kludge but working with some IOT platforms, and liked the look of the HTTPSredirect on esp8266 in comparison to println implementations in wifi. Like the...
I have the spreadsheet and GS App location set to Australia but continue to get UTC timestamps for updates - have tried altering these lines "CST" to "GMT+10" without a...
Hi, I am currently using the HTTPS Redirect library to construct a project with ESP32. But, I am facing a problem that the response body from Google Apps Script cannot...
Hello, please let me know what could be the error reason... Scenario: -I correctly created sheet and google script, coppied sript ID -I corretcly coppied Arduino sketch and updated here...
I'm trying to connect to script.google.com and I keep getting 0 as return value on `int retval = client.connect("script.google.com", 443);` So I'm wondering if the library is still up, or...
Hi, Thanks for the wonderful library! Can you please register it with PlatformIO Thanks!
Hello, Thanks for this useful librairy. I'm trying to the buildin led blinking during a GET request, to then also add a timeout there. It is used with a google...
I am sending a get request to the national weather service (api.weather.gov) and it sends back a json with a forecast which is printed to the terminal, but when I...
i tried using httpsredirect library but esp32 is hanging at client->GET(url,host) or at client->getResponseBody(),i am unable to resolve the issue can any one get me the complete working code on...
Good morning, I see that you were going to test on ESP32. I tried on ESP32 a few months ago and could get 3 or 4 connects, I believe, then...