How to interface Arduino with DHT11 Humidity Sensor
Remote weather stations, home environment control systems, and agricultural/garden monitoring systems applications makes use of DHT11 sensor. DHT11 is a digital sensor for reading relative humidity and temperature.
DHT11 Technical Specifications
Humidity Range: 20-90% RH
Temperature Range: 0-50 °C
Humidity Accuracy: ±5% RH
Temperature Accuracy: ±2% °C
Operating Voltage: 3V to 5.5V
DHT11 calculates humidity by measuring resistance between the electrodes. A moisture holding substrate along with the electrodes makes the humidity sensing element. As the substrate absorbs the water vapor, ions are released and this increases the conductivity between the electrodes. Resistance change between the electrodes is proportional to the humidity. After converting the resistance measurement to humidity, the reading is transmitted to the Arduino. The temperature measurement is done by using NTC temperature sensor.
DHT11 & Arduino
The aim of the interfacing project is to measure the temperature and humidity value.
Arduino starts the data transmission after sending a Start signal.
Arduino makes the data line LOW for 18ms.
Then data line is made HIGH for 20-40 ms.
DHT11 responds to the Arduino “Start” signal by pulling the data line LOW for 80s followed by a HIGH for 80s.
Once the response signal from sensor is detected by the arduino, the arduino is ready to receive data from the sensor.
Sensor will be sending 40bits of data in the data line.
MSB is sent first.
First and third bytes of received data actually give the numeric values of the measured relative humidity (%) and temperature (°C). The last byte is the checksum byte which is used to make sure that the data transfer has happened without any error.
At the end of the last transmitted bit, the sensor pulls the data line low for 50 s and then releases it.
The DHT11 sensor requires an external pull-up resistor to be connected between its Vcc and the data line so that under idle condition, the data line is always pulled high.
After finishing the data transmission and releasing the data line, the DHT11 sensor goes to the low-power consumption mode until a new “Start” signal arrives from the MCU.
What is Electronic Nose?
An electronic nose (e-nose) is a gadget that recognizes the particular segments of an odor and breaks down its substance cosmetics to recognize it. An electronic nose comprises of a system for substance recognition, for example, a cluster of electronic sensors, and a component for distinguishment, for example, a neural s
Sensor is a device which responds to an input physical quantity by converting it into an electrical signal. Sensitivity of a sensor shows how much its output changes with change in its input. Sensor measuring very small changes must have very high sensitivity. Sensors are designed in such a way that they cause only a small effect on what is measure
Pancreas is the glandular organ located in the abdomen in between stomach and spine. Some part of the pancreas is covered with duodenum which is the first part of small intestine. It produces various hormones like insulin, glucagon etc. These hormones are circulating in the blood. The concentration of glucose in the blood is controlled by insulin.
Information at fingertips……. Now is the era of widespread computing.
In this modern age of communication, everyone prefers to be interconnected and also requires the information to be accessible at fingertips. This can be made possible through better innovations in networking and communication technologies.
Usually networks are
Introduction to Sensors
Sensors are simple devices which are used to respond and detect different signals especially electrical or optical. The main purpose of the sensor is to help in the conversion of any physical parameter into a signal that can be measured electrically. There are different types of sensors. Let us consider a tempe