Skip to content

Commit

Permalink
2020-06-10 Add driver for dht11
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhongv committed Jun 10, 2020
1 parent 37c91e3 commit b2e9508
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions 18_dht11/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
- esp-idf:


wired up:
- esp-idf: branch `release/v4.2` , commitId `cd4fa46f5372a552a67452313d246d4d09d2b39f`
- build ways: Windows10 CMake
- origin dev by: https://github.com/hamsternz/thingspeak-esp32-dht11
=========
## ESP32 C SDK 驱动 DHT11 获取温湿度

```
DHT11 ESP32
VCC ---> VIN
DATA ---> D4
DATA ---> GPIO4
GND ---> GND
```

DHT11 with input 3~5.5v

origin dev by samrjohnston
https://github.com/samrjohnston/ESP32Projects

but his project is full of mistake;

Output:
=======

Expand Down

0 comments on commit b2e9508

Please sign in to comment.