HTTP Archives - electroSome https://electrosome.com/tag/http/ You Inspire.....We Create..... Thu, 26 Jul 2018 12:14:22 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 Interfacing DHT11 Sensor with ESP8266 https://electrosome.com/interfacing-dht11-sensor-esp8266/ https://electrosome.com/interfacing-dht11-sensor-esp8266/#comments Mon, 11 Jun 2018 17:25:17 +0000 https://electrosome.com/?p=14897 In this article, I am going to explain about interfacing of DHT11 sensor with ESP8266. For that we have to make only 3 connections between the DHT11 sensor and ESP8266. For the working demonstration we will be programing ESP8266 as a web server for displaying temperature and humidity in a web browser as per request. Components Required […]

The post Interfacing DHT11 Sensor with ESP8266 appeared first on electroSome.

]]>
https://electrosome.com/interfacing-dht11-sensor-esp8266/feed/ 1
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