Skip to content

Instantly share code, notes, and snippets.

View bemtele's full-sized avatar
🏠
Working from home

Boateng Oduro bemtele

🏠
Working from home
View GitHub Profile
@bemtele
bemtele / Smart Home_Using_Wi-Fi_and_ESPxx_Module.ino
Created June 8, 2019 13:33
Control Your ESP enabled MCU using android app or your browser.
/* By Boateng Oduro
* for Tutorials and more projects visit https://www.electrotekgh.com
* or Whatsapp me on +233266302607
*/
#include <ESP8266WiFi.h>
#include <WiFiClient.h>
#include <ESP8266WebServer.h>
#include <ESP8266mDNS.h>
/* Edited and compiled by Oduro Boateng
* whatsapp only : 0266302607
* electrotekgh@gmail.com
* www.sirboatengonline.com
*/
#include <ESP8266WiFi.h>
#include "Adafruit_MQTT.h"
#include "Adafruit_MQTT_Client.h"