API Archives - electroSome https://electrosome.com/tag/api/ You Inspire.....We Create..... Tue, 15 Sep 2020 02:41:24 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 Sending E-mail from ESP8266 – IoT Project https://electrosome.com/sending-email-esp8266-iot-project/ https://electrosome.com/sending-email-esp8266-iot-project/#comments Thu, 17 Jan 2019 07:16:05 +0000 https://electrosome.com/?p=15717 The scope of the IoT applications is growing from controlling appliances to monitoring devices (like sensors) and sending e-mails. So here I am writing an article on Sending Email from ESP8266 and it will be a step forward in the IoT Implementation. Components Required ESP8266 Breadboard USB Cable Software SMTP Server Setup In order to send […]

The post Sending E-mail from ESP8266 – IoT Project appeared first on electroSome.

]]>
https://electrosome.com/sending-email-esp8266-iot-project/feed/ 3
Updating Sensor Data to Google Spreadsheet using ESP8266 – IoT Project https://electrosome.com/updating-sensor-data-google-spreadsheet-esp8266-iot-project/ https://electrosome.com/updating-sensor-data-google-spreadsheet-esp8266-iot-project/#comments Wed, 28 Nov 2018 05:09:26 +0000 https://electrosome.com/?p=15699 In IoT applications, the monitored sensor data needs to be recorded. This data logging is important for data analytics. So in this tutorial, we will record the sensor captured data in a Google spreadsheet. Components Required ESP8266 10KΩ Potentiometer Breadboard USB Cable Connecting Wires Hardware Circuit Diagram Software Google Spreadsheet Creation Login to your Gmail account […]

The post Updating Sensor Data to Google Spreadsheet using ESP8266 – IoT Project appeared first on electroSome.

]]>
https://electrosome.com/updating-sensor-data-google-spreadsheet-esp8266-iot-project/feed/ 5
Calling API using ESP8266 https://electrosome.com/calling-api-esp8266/ https://electrosome.com/calling-api-esp8266/#respond Sat, 09 Jun 2018 02:33:42 +0000 https://electrosome.com/?p=14836 The objective of this tutorial is to explain how to do HTTP JSON GET requests using an ESP8266 and Arduino IDE. Components Required ESP8266 USB Cable Hardware   Software Code #include <ESP8266WiFi.h> #include <ESP8266HTTPClient.h> #include <ArduinoJson.h> const char* ssid = "SERVER NAME"; const char* password = "SERVER PASSWORD"; void setup() { Serial.begin(115200); WiFi.begin(ssid, password); while […]

The post Calling API using ESP8266 appeared first on electroSome.

]]>
https://electrosome.com/calling-api-esp8266/feed/ 0