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
- Host: GitHub
- URL: https://github.com/skillmaker-dev/iot_temp-hum
- Owner: skillmaker-dev
- Created: 2021-09-02T19:42:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-02T20:13:47.000Z (over 4 years ago)
- Last Synced: 2025-03-23T09:35:21.437Z (11 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


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!