-
Notifications
You must be signed in to change notification settings - Fork 0
ESP01S DHT11 Module
Ajmal Muhammad P edited this page Jun 27, 2019
·
19 revisions
- DHT11 is the temperature and humidity sensor
- Can be controlled by esp01s [esp8266] wifi modules
- Support 3.7 -12v DC supply
- Measurement range: 20-90% RH, 0 to 50 Degrees Celsius
- Accuracy of measurement: Temperature: +/-2 Degrees Celsius Humidity +/- 5% RH
If you don't know how to install ESP8266 into Arduino IDE, please refer this link
How to install ESP8266 in Arduino
If you don't know how to program ESP01S, please refer this link
How to program ESP01S
Once ESP8266 is installed in Arduino, we need to install 2 libraries
- Unified Sensor Library
- DHT Library
Now we can upload the sample code to ESP01S
You can get sample code from our Github repository