There are a lot of data logging services available for communicating a microcontroller to the web. With those services, you can upload/download data to/from the cloud, and do a lot of cool stuff. Take a look at
Program ESP8266 to send data to Google Sheets Posted below is the ESP8266 code written using Arduino IDE for reading the soil moisture sensor output and posting it to a Google Sheet on your Google Drive. In order to make it work for your case, you will need to update thessidandpasswordm...
if we have Google Docs, This test perform temperature measurement using a probe DS18B20 and transmit directly toGoogle spreadsheetsusing asGoogle app scriptbridge. For this test approximatelyevery 10 secondstemperature data was sent. Requirements Arduino IDE Programming ESP8266 Google Docs account Connecti...
Earlier we looked at a method ofprogramming ESP8266 to send sensor data directly to Google Sheetswithout using any third party modules. Now, we will expand that a little bit and learn to send an email as well as a text message (SMS) using ESP8266. In this demo, we will configure our ...
Storing HTTPS Certificates Arduino ESP8266 WiFi Shield Espruino ISS Notifier IoT Services Handling POSTed data from Forms Pico Weather Station Interactive Web-based UI Logging to Google Sheets Buying⇠ http://www.electrodragon.com/product/esp8266-wi07c-wifi-module digitalmeans.co.uk ESP8266 Shim...
The next thing you need to do is sending a response to the client with the HTML text to build the web page.The web page is sent to the client using this expression client.println(). You should enter what you want to send to the client as an argument....
In the next step I will show you how to configure IFTTT, another platform I used in this project. Whenever the NodeMCU measures your weight, it will save this value on Adafruit.IO database. IFTTT platform will then send the value to fitness tracking plaform (Fitbit, Strava, iOS Health ...
Firebase is Google’s mobile application development platform that helps you build, improve, and grow your app. It has many services used to manage data from any android, IOS, or web application like authentication,realtime database,hosting, etc. In this tutorial, we’ll focus on the authenti...
On the next step I will show you how to configure IFTTT, another platform I used in this project. The idea here is simple: IFTTT will have some triggers configured and send some data to Adafruit.IO platform when a given logic is true. The gadget will be able to read the data stored...
Step 5:-Now, we will useThingHTTPapp of the server to trigger the IFTTT applet for data entry to Google sheets and send email/sms. ThingHTTP enables communication among devices, websites, and web services without having to implement the protocol on the device level. You can specify ...