This project aims in interfacing esp8266 nodemcu with DHT11 and show the results in in a cloud intefrace.
The whole idea is based on ESP8266 nodemcu and DHT11 sensor is interfaced to get the measurements. The Wi-Fi capabilities of nodemcu is particularly used to show the output from the sensors to a host. The working flow is shown in the block diagram.
Circuit diagram of the project
Nodemcu DHT11 sensor
Remote monitoring of environment around sensors
.
|-- README.md
|-- include
| |-- README
| `-- config.h
|-- lib
| `-- README
|-- platformio.ini
|-- src
| `-- main.cpp
`-- test
`-- README
Include Pictures or Videos of the final result