An open API service indexing awesome lists of open source software.

https://github.com/skillmaker-dev/iot_temp-hum

This is an IoT mini project made using ESP8266 to share Humidity & Temperature read using DHT 11 sensor, Created by Anas Chahid
https://github.com/skillmaker-dev/iot_temp-hum

Last synced: 6 months ago
JSON representation

This is an IoT mini project made using ESP8266 to share Humidity & Temperature read using DHT 11 sensor, Created by Anas Chahid

Awesome Lists containing this project

README

          

# iot_temp-hum
This is an IoT mini project made using ESP8266 to share Humidity & Temperature read using DHT 11 sensor, Created by Anas Chahid

![h t](https://user-images.githubusercontent.com/64654197/131906557-4392db00-f8d9-44ec-8a03-c5fcaa6cd89d.png)

![IMG_20210902_204314672 NIGHT](https://user-images.githubusercontent.com/64654197/131906601-92dfed39-c640-41d5-b09a-702722a3fd1e.jpg)

Circuit is very simple: to upload code to your ESP8266 either you use ftdi or you can connect it via arduino,



Connect EN,VCC to arduino's 3.3V

GND to arduino's GND

RX to RX

TX to TX

GPI0 to GND to be able to connect to ESP8266

and don't forget to put Arduino's RESET pin in GND

after Uploading the code you can now connect your DHT11:

remove GPIO0 pin from GND

connect DHT11 VCC to 5V

DHT11 GND to GND

DHT11 S to GPIO2 in your ESP8266

Remove RESET pin from GND

Now you can connect to your local server and monitor Humidity and temperature, to do that simply go to serial monitor and find your ESP8266 IP Address, Type the IP address in your browser and Hit ENTER!