Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dbgjerez/iot-esp8266-dht11
- Owner: dbgjerez
- Created: 2020-12-09T18:57:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T10:27:48.000Z (about 4 years ago)
- Last Synced: 2024-10-16T20:05:51.277Z (3 months ago)
- Topics: cpp, dht11, esp8266, iot, platformio
- Language: C++
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)