SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1909
Low Cost Arduino Controlled Humidity Meter
Prajjwal Nag1, Nafisa Anjum2
1Department of Electronics and Communication Engineering, Future Institute of Engineering and Management,
Kolkata - 700150, West Bengal, India
2Department of Computer Science and Engineering, Future Institute of Engineering and Management,
Kolkata - 700150, West Bengal, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract- This paper proposes a cost -friendly and efficient,
humidity and temperature monitoring system, which can be
easily used in industrial and agronomic sector. Our system
measures room temperature and humidity using an Arduino
board, based on Atmega 328P using the sensor HDC1080from
Texas Instrument
Key Words: Humidity Meter, Arduino, sensors, HDC1080,
DHT22, DHT 11, Relative Humidity
1. INTRODUCTION
The measurement of Humidity, is an integral part of
manufacturing industries, like semiconductor
manufacturing, power distribution and power generation.
In such sectors, moisture is unwanted. Moisture can
degrade product quality, damage machines, thus
increasing the overall cost involved in production. Thus,
the monitoring is the vital part for industries.
Humidity is measured as the amount of water in a sample
of air. There are two types of humidity measurement.
 Absolute Humidity
 Relative Humidity
1.1 Absolute humidity
Absolute humidity is the total mass of water vapor presentin
a given volume or mass of air:
where is the absolute humidity, is Mass of
water in the sample of air and is Volume of water and
air.
1.2 Relative humidity
Relative humidity (RH) is the ratio of the partial pressure of
water vapor to the equilibrium vapor pressure of waterat a
given temperature. Relative humidity depends on
temperature and the pressure of the system of interest.
Where = Relative Humidity, = partial pressure
of water vapor in the mixture and = equilibrium
vapor pressure of water over a flat surface of pure water
Absolute humidity is rarely used to express the moisture
content of the air. Instead, we use relative humidity as it is
strongly proportional to temperature andhighlysensitive to
temperature changes. This means that with stable
temperature in a system, corresponding relative humidity
will also be stable. As well as temperature, relative humidity
also depends on the pressure of the system in concern.
2. LITERATURE REVIEW
In [1] using the sensor DHT 11, an efficient system has been
proposed. The DHT 11 sensor includes a resistive-type
humidity measurementcomponentandanNTCtemperature
measurement component, and connects to a high
performance 8-bit micro controller. The Accuracy of the
sensor as specified in the data sheet is ±5% which is only
good for small projects.
The authors in [2] uses DHT22 sensor which includes a
capacitive sensor wet component and a high-precision
temperature measurement device, and connected with a
high-performance 8-bit micro controller. The Sensor is
better than the previous version of DHT11 as it uses a
capacitive sensor rather than a restive one. The Accuracy
ranges from ±2% to ±5% but again due to the low resolution
of 8 bit, it can detect micro changes to the humidity in the
system.
In the present paper, the objective was to develop an
Arduino based Humidity meter which will be simple, cost
effective so that it can be utilized and commercialized in
different industrial applications with higher degree of
accuracy.
The paper has been organized in following sections. In the
next section, terminologies used in humidity sensor have
been discussed. In section 4 and 5, circuit diagram and
experimentation setup have been explained.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1910
3. OUR SYSTEM
Our System consists of an Arduino Board with a HDC1080
sensor along with and 0.96" OLED Display to measure and
display the humidity. We are using an Arduino Board due to
following reasons
 It is open source
 It is easy to program and implement
 It is cost effective
Arduino can be easily programmed by the java base
Arduino IDE (Integrated Development Environment) or
Micro-Python. There are several Arduino boards with
different configuration i.e. controller architecture, chip
size and USB to serial converters.
As the Sensor, we are using the HDC1080
3. 1 Sensor Description
We are using the HDC1080 Sensor which is a digital
humidity sensor with integrated temperature sensor that
provides excellent measurement accuracy at very low
power. The HDC1080 operates over a wide supply range,
and is a low cost, low power alternative to competitive
solutions in a wide range of common applications. [5]
We are selecting this sensor for the following feature
 Relative Humidity Accuracy ±2% (typical)
 Temperature Accuracy ±0.2°C (typical)
 14 Bit Measurement Resolution
 100 μA Sleep Mode Current
 I2C Interface
 Supply Voltage 2.7 V to 5.5 V
3.1.1 Pin Configuration and Functions
Fig -1: Pin Diagram of HDC1080
Table -1: Description of different pins of RH Sensor
Pin Name Pin No I/O Types Description
SDA 1 I/O Serial data
line for I2C,
open-drain;
requires a
pull-up
resistor to
VDD
GND 2 G Ground
NC 3,4 - These pins
may be left
floating, or
connected
to GND
VDD 5 P Supply
Voltage
SCL 6 I Serial clock
line for I2C,
open-drain;
requires a
pull-up
resistor to
VDD
DAP DAP |
-
|
Serial clock
line for I2C,
open-drain;
requires a
pull-up
resistor to
VDD
3.1.2. Typical Characteristic
The relative humidity has an accuracy of 3% when the
Relative humidityisbelow10%,theaccuracyincreasesto2%
and remains steady from 20% to 60% Relative Humidity.
The Accuracy again drop to 4% from 70% onward.
Chart -1: RH Accuracy vs RH
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1911
3.1.3. Modes
The HDC has two modes, the sleep mode and measurement
mode. It waits in the sleep modetillitfetchesthecommandto
measure using the I2C Bus. Once it receives the command it
goes to measurement mode and then takes the reading and
switches back again to sleep mode [5]
4. BLOCK DIAGRAM
Fig -2: Block diagram of the System
The HDC1080 Senses the ambienthumidityandtransmit the
data to the Arduino using the I2C Bus theArduinothen reads
the data, updates the oled buffer, which in turns changes the
display. The Arduino can be connected the to the PC Via the
USB Cord and can be used for data Serial Monitoring.
5. CIRCUIT DIAGRAM
The Arduino is connected to the HDC1080 sensor and OLED
display with the I2C port. The I2C port consist of Vcc, GND,
SDA, SLA pins. For Arduino the SDA and SLA are the A4 and
A5 pins respectively. The I2C Address needs to be changed
for each device as the address can vary.
Fig -3: Connection with Arduino
6. EXPERIMENTATION SETUP
The experimental setup has been shown in Figure 4. A
program is coded in Processing Environment, which is open
source software to collect the data using from the serial
monitor and save it into the .CSV file which can be plotted
later. The data has been collected from 9:30 AM to 3:00 PM
for consecutive three days. The collected data have been
stored in an Excel file.
Fig -4: Actual Experimental Setup of the Proposed System
7. RESULTS AND DISCUSSIONS
Chart -2: RH Time
As the data has been plotted, we can observe that there is a
slight variation that can be detected, which can be removed
by applying a filter. The 3 Plots series 1, series 2 and series 3
represent the data collected on 12th ,13th,14th Of January
2020.
8. CONCLUSIONS
From the results obtained from the proposed setup, it has
been observed that the current hardware has the ability to
measure data up to 3-digit decimal place, which definitely
enhance more accurate reading. Considering the cost and
size of individual parts, the system can be easily converted
into portable solution.
To enhance the accuracy of the obtained data from the
sensor, the sensor limitation incorporated while measuring
data, can be filtered out by applying different filtering
algorithm available in literature.
Moreover, the total cost of this experimental setup wouldbe
around Rs.1000/−, and resolution of 14 bit with an accuracy
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1912
of ±2% makes it cheap but efficient to detect slight changein
humidity.
Market survey states that an industrial humidity sensor
price will be starting somewhere aroundRs.9000/−Offering
accuracy of ±3%. Mass production of the instrument as well
as by fabricating the system into SMD package, the cost will
decrease 5 times. An external case can be easily designed
and manufactured using 3D Printing technologies. making
the meter economical and efficient as proposed.
The total cost of the meter summarizes as follow:
• OLED display cost: Rs.150/−
• Arduino cost: Rs.250 to Rs.350/−
• HDC cost Rs.500 to Rs.600/−
ACKNOWLEDGEMENT
We would like to acknowledge Dr. Manika Saha for her
support
REFERENCES
[1] Bogdan, Mihai. "The Simulation of the Temperature and
the Humidity Measurement System." In The 11th
International Conference on Virtual Learning ICVL, pp.
241-245. 2016..
[2] Nath, Sharmila, Jayanta kumarNath,andKanak Chandra
Sarma. "IoT Based System for ContinuousMeasurement
and Monitoring of Temperature, Soil Moisture and
Relative Humidity." Technology 9, no. 3 (2018): 106-
113.
[3] https://www.electronicshub.org/humidity-sensor-
types-working-principle/
[4] https://www.fierceelectronics.com/components/choosi
ng-a-humidity-sensor-a-review-three-technologies
[5] http://www.ti.com/product/HDC1080
[6] Okcan, Burak, and Tayfun Akin. "A low-power robust
humidity sensor in a standard CMOS process." IEEE
Transactions on Electron Devices 54, no. 11 (2007):
3071-3078.
[7] Srivastava, Deeksha, Awanish Kesarwani, and Shivani
Dubey. "Measurement of Temperature and Humidity by
using Arduino Tool and DHT11." International Research
Journal of Engineering and Technology (IRJET) 5,no.12
(2018): 876-878.
[8] Moreno-Rueda, Gregorio, Antonio Ruiz-Ruiz, Eloísa
Collantes-Martín, and José Ramón Arrébola. "Relative
importance of humidity and temperature on
microhabitat use by land snails in arid versus humid
environments." Arid Environments and wind
erosion (2009): 331-343.
BIOGRAPHIES
Prajjwal Nag has completed his B.
Tech degree from Future Institute
of Engineering and Managementin
2016. His research interests
include but not limited to
Application as sensor,
Instrumentation & measurement,
Automation and Digital
Fabrication.
Nafisa Anjum iscurrentlyaPursing
B. Tech student at Future Institute
of Engineering and Management
Her research interests primarily
include Sensors and Actuators,
automation and IoT.

More Related Content

What's hot

Smart Water Monitoring System using Cloud Service
Smart Water Monitoring System using Cloud ServiceSmart Water Monitoring System using Cloud Service
Smart Water Monitoring System using Cloud Service
ijtsrd
 
A Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home SystemA Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home System
ijtsrd
 
IoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesIoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart Cities
YogeshIJTSRD
 
Implementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality MonitoringImplementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality Monitoring
ijtsrd
 

What's hot (18)

IRJET- IoT based System for Smart and Secured Home
IRJET- IoT based System for Smart and Secured HomeIRJET- IoT based System for Smart and Secured Home
IRJET- IoT based System for Smart and Secured Home
 
Industrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEWIndustrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEW
 
presentation on image processing and temperature and humidity sensor.
presentation on image processing and temperature and humidity sensor.presentation on image processing and temperature and humidity sensor.
presentation on image processing and temperature and humidity sensor.
 
Wireless Patient Monitoring System using IoT
Wireless Patient Monitoring System using IoTWireless Patient Monitoring System using IoT
Wireless Patient Monitoring System using IoT
 
Smart Water Monitoring System using Cloud Service
Smart Water Monitoring System using Cloud ServiceSmart Water Monitoring System using Cloud Service
Smart Water Monitoring System using Cloud Service
 
Water Level Monitoring System using IOT
Water Level Monitoring System using IOTWater Level Monitoring System using IOT
Water Level Monitoring System using IOT
 
A Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home SystemA Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home System
 
Microcontroller Based Room Temperature and Humidity Measurement System
Microcontroller Based Room Temperature and Humidity Measurement SystemMicrocontroller Based Room Temperature and Humidity Measurement System
Microcontroller Based Room Temperature and Humidity Measurement System
 
IEEE 802.15.4 based Water Quality Monitoring System
IEEE 802.15.4 based Water Quality Monitoring SystemIEEE 802.15.4 based Water Quality Monitoring System
IEEE 802.15.4 based Water Quality Monitoring System
 
IRJET - IoT based ICU Patient Monitoring System
IRJET -  	  IoT based ICU Patient Monitoring SystemIRJET -  	  IoT based ICU Patient Monitoring System
IRJET - IoT based ICU Patient Monitoring System
 
IRJET - oT based Poultry House Monitoring System
IRJET - oT based Poultry House Monitoring SystemIRJET - oT based Poultry House Monitoring System
IRJET - oT based Poultry House Monitoring System
 
IoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas PipesIoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas Pipes
 
IoT Based Water Level Monitoring System with an Android Application
IoT Based Water Level Monitoring System with an Android ApplicationIoT Based Water Level Monitoring System with an Android Application
IoT Based Water Level Monitoring System with an Android Application
 
IoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesIoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart Cities
 
Implementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality MonitoringImplementation of Internet of Things for Water Quality Monitoring
Implementation of Internet of Things for Water Quality Monitoring
 
IOT Based Water Level Monitoring System For Lake
IOT Based Water Level Monitoring System For LakeIOT Based Water Level Monitoring System For Lake
IOT Based Water Level Monitoring System For Lake
 
IRJET- An Iot Based Water Monitoring System for Smart City
IRJET- An Iot Based Water Monitoring System for Smart CityIRJET- An Iot Based Water Monitoring System for Smart City
IRJET- An Iot Based Water Monitoring System for Smart City
 
Water quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOTWater quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOT
 

Similar to IRJET - Low Cost Arduino Controlled Humidity Meter

Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
ijtsrd
 
Shah2019 chapter an_arduinomicro-controlleropera
Shah2019 chapter an_arduinomicro-controlleroperaShah2019 chapter an_arduinomicro-controlleropera
Shah2019 chapter an_arduinomicro-controlleropera
Godwinraj D
 

Similar to IRJET - Low Cost Arduino Controlled Humidity Meter (20)

IRJET- Climate Monitoring System and Transmission of Data without Internet
IRJET- Climate Monitoring System and Transmission of Data without InternetIRJET- Climate Monitoring System and Transmission of Data without Internet
IRJET- Climate Monitoring System and Transmission of Data without Internet
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring Windmill
 
IRJET- Agriculture Parameter Monitoring using Raspberry Pi : A Review
IRJET- Agriculture Parameter Monitoring using Raspberry Pi : A ReviewIRJET- Agriculture Parameter Monitoring using Raspberry Pi : A Review
IRJET- Agriculture Parameter Monitoring using Raspberry Pi : A Review
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
 
IOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor ControllerIOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor Controller
 
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart CityIRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
 
IRJET - IoT based Gas Level Detection and the Automatic Booking of the Gas
IRJET - IoT based Gas Level Detection and the Automatic Booking of the GasIRJET - IoT based Gas Level Detection and the Automatic Booking of the Gas
IRJET - IoT based Gas Level Detection and the Automatic Booking of the Gas
 
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
 
IOT BASED ICU MONITORING SYSTEM
IOT BASED ICU MONITORING SYSTEMIOT BASED ICU MONITORING SYSTEM
IOT BASED ICU MONITORING SYSTEM
 
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & MonitoringIRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
 
IRJET- Sensors implementation in AGV & IoT based data visualization over clie...
IRJET- Sensors implementation in AGV & IoT based data visualization over clie...IRJET- Sensors implementation in AGV & IoT based data visualization over clie...
IRJET- Sensors implementation in AGV & IoT based data visualization over clie...
 
IRJET- Soil Irrigation System using Moisture Content
IRJET-  	  Soil Irrigation System using Moisture ContentIRJET-  	  Soil Irrigation System using Moisture Content
IRJET- Soil Irrigation System using Moisture Content
 
IRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart PatientIRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart Patient
 
Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...
Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...
Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...
 
Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...
Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...
Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...
 
IOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNO
 
Shah2019 chapter an_arduinomicro-controlleropera
Shah2019 chapter an_arduinomicro-controlleroperaShah2019 chapter an_arduinomicro-controlleropera
Shah2019 chapter an_arduinomicro-controlleropera
 
IOT Based Low Cost Irrigation Model
IOT Based Low Cost Irrigation ModelIOT Based Low Cost Irrigation Model
IOT Based Low Cost Irrigation Model
 
IRJET- Air Quality Monitoring System for City
IRJET-	 Air Quality Monitoring System for CityIRJET-	 Air Quality Monitoring System for City
IRJET- Air Quality Monitoring System for City
 
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoT
 

More from IRJET Journal

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
hublikarsn
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
pritamlangde
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 

Recently uploaded (20)

UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdf
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 

IRJET - Low Cost Arduino Controlled Humidity Meter

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1909 Low Cost Arduino Controlled Humidity Meter Prajjwal Nag1, Nafisa Anjum2 1Department of Electronics and Communication Engineering, Future Institute of Engineering and Management, Kolkata - 700150, West Bengal, India 2Department of Computer Science and Engineering, Future Institute of Engineering and Management, Kolkata - 700150, West Bengal, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract- This paper proposes a cost -friendly and efficient, humidity and temperature monitoring system, which can be easily used in industrial and agronomic sector. Our system measures room temperature and humidity using an Arduino board, based on Atmega 328P using the sensor HDC1080from Texas Instrument Key Words: Humidity Meter, Arduino, sensors, HDC1080, DHT22, DHT 11, Relative Humidity 1. INTRODUCTION The measurement of Humidity, is an integral part of manufacturing industries, like semiconductor manufacturing, power distribution and power generation. In such sectors, moisture is unwanted. Moisture can degrade product quality, damage machines, thus increasing the overall cost involved in production. Thus, the monitoring is the vital part for industries. Humidity is measured as the amount of water in a sample of air. There are two types of humidity measurement.  Absolute Humidity  Relative Humidity 1.1 Absolute humidity Absolute humidity is the total mass of water vapor presentin a given volume or mass of air: where is the absolute humidity, is Mass of water in the sample of air and is Volume of water and air. 1.2 Relative humidity Relative humidity (RH) is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of waterat a given temperature. Relative humidity depends on temperature and the pressure of the system of interest. Where = Relative Humidity, = partial pressure of water vapor in the mixture and = equilibrium vapor pressure of water over a flat surface of pure water Absolute humidity is rarely used to express the moisture content of the air. Instead, we use relative humidity as it is strongly proportional to temperature andhighlysensitive to temperature changes. This means that with stable temperature in a system, corresponding relative humidity will also be stable. As well as temperature, relative humidity also depends on the pressure of the system in concern. 2. LITERATURE REVIEW In [1] using the sensor DHT 11, an efficient system has been proposed. The DHT 11 sensor includes a resistive-type humidity measurementcomponentandanNTCtemperature measurement component, and connects to a high performance 8-bit micro controller. The Accuracy of the sensor as specified in the data sheet is ±5% which is only good for small projects. The authors in [2] uses DHT22 sensor which includes a capacitive sensor wet component and a high-precision temperature measurement device, and connected with a high-performance 8-bit micro controller. The Sensor is better than the previous version of DHT11 as it uses a capacitive sensor rather than a restive one. The Accuracy ranges from ±2% to ±5% but again due to the low resolution of 8 bit, it can detect micro changes to the humidity in the system. In the present paper, the objective was to develop an Arduino based Humidity meter which will be simple, cost effective so that it can be utilized and commercialized in different industrial applications with higher degree of accuracy. The paper has been organized in following sections. In the next section, terminologies used in humidity sensor have been discussed. In section 4 and 5, circuit diagram and experimentation setup have been explained.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1910 3. OUR SYSTEM Our System consists of an Arduino Board with a HDC1080 sensor along with and 0.96" OLED Display to measure and display the humidity. We are using an Arduino Board due to following reasons  It is open source  It is easy to program and implement  It is cost effective Arduino can be easily programmed by the java base Arduino IDE (Integrated Development Environment) or Micro-Python. There are several Arduino boards with different configuration i.e. controller architecture, chip size and USB to serial converters. As the Sensor, we are using the HDC1080 3. 1 Sensor Description We are using the HDC1080 Sensor which is a digital humidity sensor with integrated temperature sensor that provides excellent measurement accuracy at very low power. The HDC1080 operates over a wide supply range, and is a low cost, low power alternative to competitive solutions in a wide range of common applications. [5] We are selecting this sensor for the following feature  Relative Humidity Accuracy ±2% (typical)  Temperature Accuracy ±0.2°C (typical)  14 Bit Measurement Resolution  100 μA Sleep Mode Current  I2C Interface  Supply Voltage 2.7 V to 5.5 V 3.1.1 Pin Configuration and Functions Fig -1: Pin Diagram of HDC1080 Table -1: Description of different pins of RH Sensor Pin Name Pin No I/O Types Description SDA 1 I/O Serial data line for I2C, open-drain; requires a pull-up resistor to VDD GND 2 G Ground NC 3,4 - These pins may be left floating, or connected to GND VDD 5 P Supply Voltage SCL 6 I Serial clock line for I2C, open-drain; requires a pull-up resistor to VDD DAP DAP | - | Serial clock line for I2C, open-drain; requires a pull-up resistor to VDD 3.1.2. Typical Characteristic The relative humidity has an accuracy of 3% when the Relative humidityisbelow10%,theaccuracyincreasesto2% and remains steady from 20% to 60% Relative Humidity. The Accuracy again drop to 4% from 70% onward. Chart -1: RH Accuracy vs RH
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1911 3.1.3. Modes The HDC has two modes, the sleep mode and measurement mode. It waits in the sleep modetillitfetchesthecommandto measure using the I2C Bus. Once it receives the command it goes to measurement mode and then takes the reading and switches back again to sleep mode [5] 4. BLOCK DIAGRAM Fig -2: Block diagram of the System The HDC1080 Senses the ambienthumidityandtransmit the data to the Arduino using the I2C Bus theArduinothen reads the data, updates the oled buffer, which in turns changes the display. The Arduino can be connected the to the PC Via the USB Cord and can be used for data Serial Monitoring. 5. CIRCUIT DIAGRAM The Arduino is connected to the HDC1080 sensor and OLED display with the I2C port. The I2C port consist of Vcc, GND, SDA, SLA pins. For Arduino the SDA and SLA are the A4 and A5 pins respectively. The I2C Address needs to be changed for each device as the address can vary. Fig -3: Connection with Arduino 6. EXPERIMENTATION SETUP The experimental setup has been shown in Figure 4. A program is coded in Processing Environment, which is open source software to collect the data using from the serial monitor and save it into the .CSV file which can be plotted later. The data has been collected from 9:30 AM to 3:00 PM for consecutive three days. The collected data have been stored in an Excel file. Fig -4: Actual Experimental Setup of the Proposed System 7. RESULTS AND DISCUSSIONS Chart -2: RH Time As the data has been plotted, we can observe that there is a slight variation that can be detected, which can be removed by applying a filter. The 3 Plots series 1, series 2 and series 3 represent the data collected on 12th ,13th,14th Of January 2020. 8. CONCLUSIONS From the results obtained from the proposed setup, it has been observed that the current hardware has the ability to measure data up to 3-digit decimal place, which definitely enhance more accurate reading. Considering the cost and size of individual parts, the system can be easily converted into portable solution. To enhance the accuracy of the obtained data from the sensor, the sensor limitation incorporated while measuring data, can be filtered out by applying different filtering algorithm available in literature. Moreover, the total cost of this experimental setup wouldbe around Rs.1000/−, and resolution of 14 bit with an accuracy
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1912 of ±2% makes it cheap but efficient to detect slight changein humidity. Market survey states that an industrial humidity sensor price will be starting somewhere aroundRs.9000/−Offering accuracy of ±3%. Mass production of the instrument as well as by fabricating the system into SMD package, the cost will decrease 5 times. An external case can be easily designed and manufactured using 3D Printing technologies. making the meter economical and efficient as proposed. The total cost of the meter summarizes as follow: • OLED display cost: Rs.150/− • Arduino cost: Rs.250 to Rs.350/− • HDC cost Rs.500 to Rs.600/− ACKNOWLEDGEMENT We would like to acknowledge Dr. Manika Saha for her support REFERENCES [1] Bogdan, Mihai. "The Simulation of the Temperature and the Humidity Measurement System." In The 11th International Conference on Virtual Learning ICVL, pp. 241-245. 2016.. [2] Nath, Sharmila, Jayanta kumarNath,andKanak Chandra Sarma. "IoT Based System for ContinuousMeasurement and Monitoring of Temperature, Soil Moisture and Relative Humidity." Technology 9, no. 3 (2018): 106- 113. [3] https://www.electronicshub.org/humidity-sensor- types-working-principle/ [4] https://www.fierceelectronics.com/components/choosi ng-a-humidity-sensor-a-review-three-technologies [5] http://www.ti.com/product/HDC1080 [6] Okcan, Burak, and Tayfun Akin. "A low-power robust humidity sensor in a standard CMOS process." IEEE Transactions on Electron Devices 54, no. 11 (2007): 3071-3078. [7] Srivastava, Deeksha, Awanish Kesarwani, and Shivani Dubey. "Measurement of Temperature and Humidity by using Arduino Tool and DHT11." International Research Journal of Engineering and Technology (IRJET) 5,no.12 (2018): 876-878. [8] Moreno-Rueda, Gregorio, Antonio Ruiz-Ruiz, Eloísa Collantes-Martín, and José Ramón Arrébola. "Relative importance of humidity and temperature on microhabitat use by land snails in arid versus humid environments." Arid Environments and wind erosion (2009): 331-343. BIOGRAPHIES Prajjwal Nag has completed his B. Tech degree from Future Institute of Engineering and Managementin 2016. His research interests include but not limited to Application as sensor, Instrumentation & measurement, Automation and Digital Fabrication. Nafisa Anjum iscurrentlyaPursing B. Tech student at Future Institute of Engineering and Management Her research interests primarily include Sensors and Actuators, automation and IoT.