Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 839 Bytes

File metadata and controls

43 lines (30 loc) · 839 Bytes

Interfacing nodemcu with DHT11 with cloud integration

This project aims in interfacing esp8266 nodemcu with DHT11 and show the results in in a cloud intefrace.

Description

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.

Block Diagram

Circuit Diagram

Circuit diagram of the project

Components

Nodemcu DHT11 sensor

Features

Remote monitoring of environment around sensors

Project Structure

.
|-- README.md
|-- include
|   |-- README
|   `-- config.h
|-- lib
|   `-- README
|-- platformio.ini
|-- src
|   `-- main.cpp
`-- test
    `-- README

Result

Include Pictures or Videos of the final result