Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dbgjerez/iot-esp8266-dht11

Project with Platform IO programmed in C++ with DHT-11 humidity and temperature sensor.
https://github.com/dbgjerez/iot-esp8266-dht11

cpp dht11 esp8266 iot platformio

Last synced: about 1 month ago
JSON representation

Project with Platform IO programmed in C++ with DHT-11 humidity and temperature sensor.

Awesome Lists containing this project

README

        

# (IOT) Internet of things with esp8266 and DHT-11 sensor

# Components
* NodeMCU
* DHT11 sensor
* Breadboard

# Architecture
![Architecture schema](schema/schema_v1.0.png)

# Configuration
| Variable | Default value | Description |
| ------ | ------ | ------ |
| DHT_PIN | D2 | Digital pin where is connected the data sensor output |
| DHTTYPE | DHT11 | Sensor version |
| DELAY | 5000 | Milliseconds between reading |

# Libraries
* [DHT sensor](https://github.com/adafruit/DHT-sensor-library)