Update HTTPS Redirect Version 2.0 ESP8266 & Google Spreadsheets

In previous tests we made the communication of an ESP8266 module and bidirectional sending of data to a Google Sheet  with the help of Google Script, Initially thanks to Sujay Phadke “electronicsguy” the creator of the HTTPSRedirect library, a few months ago I made considerable improvements to said library and we will do a quick…

Test ESP8266 + DS18B20 Onewire + Google Speadsheets (Google Docs)

If we want a simple solution to monitor temperature, for complicate applications? if we have Google Docs, This test perform temperature measurement using a probe DS18B20 and transmit directly to  Google spreadsheets using as Google app script bridge. For this test approximately every 10 seconds temperature data was sent. Requirements Arduino IDE Programming ESP8266 Google…

Control outputs ESP8266 with Google spreadsheets (Google docs)

  How many times have looked like lighting a led from the Internet, not a local network from the Internet, there is a very useful way to light a GPIO ESP8266 from Google Spreadsheets,, but first must see this complete tutorial ESP8266 direct connection to Google Spreadsheets (Google Docs).   Programming ESP8266 with Arduino IDE in…

ESP8266 direct connection to Google Spreadsheets (Google Docs)

In the following step by step video tutorial will explain the connection of ESP8266 with script and google Google Spreadsheets. HTTPSRedirect Library  We used the Library HTTPSRedirect created by Sujay Phadke (electronicsguy) thanks for their contribution to the community ESP, For connection the following is required: GoogleDocs.ino (File Arduino IDE) HTTPSRedirect (Library) Code.gs (Google Script Archive)…

PLC Connection Fpx C14 Panasonic and Google spreadsheets (Google docs) with ESP8266

You want to monitor values of a PLC, controller, OPC, HMI or SCADA that is Master Modbus RTU and write in spreadsheets from Google (Google Docs), In this case we will monitor the value of potentiometer V0 PLC from 0 to 100%: Potentiometer V0 (0-1000 SCALE 0 -100%)     Architecture ESP8266 Connection Script and…