Skip to content

ESP01S DHT11 Module

Ajmal Muhammad P edited this page Jun 27, 2019 · 19 revisions

Buy online now

About ESP01S DHT11 Shield

  • 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

How to program ?

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

Installing Sensor Library

Install Sensor Library

Installing DHT Library

Install DHT Library


Now we can upload the sample code to ESP01S

Sample Code

You can get sample code from our Github repository

Download sample code