Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 734 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 734 Bytes

Hotel Automation

Necessary Hardware to make this project:

- 1 Arduino uno
- 1 module ESP8266 ( in this case used ESP-01) 
- 1 sensor DHT22
- 1 breadboard
- 1 10K resistor to pull up 
- 2 leds ( red and green)
- 1 usb esp8266 adapter to flash code 


Include Library on arduino IDE

Firebase Arduino Library (https://github.com/FirebaseExtended/firebase-arduino);

DHT11 Library (https://github.com/adafruit/DHT-sensor-library);


Install ESP8266 Plugin

http://arduino.esp8266.com/stable/package_esp8266com_index.json


Create Firebase project 

Get your firebase URL and token 


Create MIT inventor Project