Main Content

Transmit ESP8266 Data to Google Sheets

This project allows you to transmit DHT environmental data from your ESP8266 to your Google Sheet for data logging.

This project allows you to process data with your ESP8266 and send that data to Google Sheets in the cloud via WiFi. This project can be accomplished without any credit card sign-ups or use of proprietary, black box API’s. For this specific example I use the inexpensive and ubiquitous DHT11 environmental sensor, however you can easily alter the included Arduino code for any sensor or device you like.

This is the first of four parts. In the first part of the project you will set up and configure your own Google Sheet to accept your WiFi Data by using the included Google App Script code.”

Link to article