0% found this document useful (0 votes)
9 views14 pages

Cost-Effective Air Quality Monitoring System

Uploaded by

Chandana M
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views14 pages

Cost-Effective Air Quality Monitoring System

Uploaded by

Chandana M
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

1

AIR QUALITY
MONITORING
SYSTEM

Name: Chandana M
USN: 1RN22CS033

RNS Institute of Technology


CSE Department

Date: 02/08/2024
2

TABLE OF CONTENTS

Sl No Contents Page No
1 Abstract 3
2 Introduction 4-5
3 Literature Review 6
4 Methodology 7-8
5 Results 9
6 Discussion 10
7 Conclusion 11 - 13
8 Reference 14
3

ABSTRACT
This project aims to design and implement a cost-
effective, air quality monitoring system using an ESP
microcontroller. The system will measure and record
key atmospherical parameters, including temperature,
humidity and gas values. Sensors interfaced with the
ESP will collect real-time data, which will be processed
and displayed on an LCD screen and stored on an SD
card for further analysis. The data is uploaded to a cloud
service for remote monitoring and analysis through a
web and mobile interface via BlynkIOT service. This
project will provide an accessible and affordable
solution for temperature monitoring, beneficial for
educational purposes, quality of air, factories and
various other daily life applications. The implementation
emphasizes modularity, allowing easy integration of
additional sensors or components to expand its
capabilities. The final goal is to create a reliable, user-
friendly air quality monitoring system that can be
replicated and customized according to specific needs.
4

INTRODUCTION
ESP-based air quality monitoring system is a versatile
and cost-effective way to monitor environmental
conditions. It is a project that utilizes the popular ESP
microcontroller platform to monitor and report various
atmospheric conditions. These systems are valuable for
educational purposes, hobbyist projects, and even small-
scale environmental monitoring. They can measure
parameters such as temperature, humidity, gas values
and more, depending on the sensors used.
It involves using various sensors to measure
environmental parameters such as temperature,
humidity, gas values and possibly more.
5
6

LITERATURE REVIEW
Development and Design
Several studies have demonstrated the feasibility of
using ESP microcontrollers for air quality monitoring.
ESP's versatility and ease of use make it suitable for
integrating various sensors, such as temperature,
humidity, and gas value sensors. These studies often
focus on the design and architecture of air quality
monitoring system, emphasizing the selection and
calibration of sensors, power management, and data
storage options.
Sensor Technologies and Data Accuracy
Research has explored the use of specific sensors like
the DHT22 for temperature and humidity, MQ135
Sensor for gas value measuring. Studies highlight the
importance of proper calibration to ensure data accuracy
and reliability. Comparative analyses between ESP-
based systems and professional air temperature stations
have shown that, while there may be some
discrepancies, ESP-based systems can provide
reasonably accurate data for educational and non-
critical monitoring purposes.
7

METHODOLOGY
Components used
1. ESP8266 Board: It is the central microcontroller
that processes data from the sensors.
2. Sensor Used: Temperature sensor and humidity Sensor
i.e DHT11 and Gas value sensor i.e MQ135 sensor.
3. Display: LCD Display.
4. I2C converter: It is used for conversion.
5. Power Supply: It is done through USB Connection i.e
Connecting Cable.
6. Additional Components: Breadboard, jumper
wires, resistors, and other electronic components
for circuit assembly.
8
9

RESULTS
Component Role
ESP Board Main Controller
Temperature Sensor Measures Air Temperature
Humidity Sensor Measures Relative Humidity
Gas Value Sensor Measures Atmospheric Gas Value
I2C Converter Conversion
SD Card Module Logs Data
10

DISCUSSION
Analysis of Air Quality Patterns

Temperature and Humidity Trends: Analyses daily,


weekly, and seasonal variations in temperature and
humidity. Look for patterns, such as temperature peaks
during specific times of the day or seasonal changes.
Gas Value Changes: Assess how gas values changes
correlate with atmospheric events like pollution or clear
skies. High gas values indicate harmful atmospheric
greenhouse gases which are harmful for human, lower
gas values indicate a safe environment.
11

CONCLUSION
DESIGN AND CONSTRUCTION

Circuit design:
• Connect the sensors to the ESP board. Each sensor will have specific
pins/ports for data, power, and ground.
• The display module is connected to the ESP to output the readings.

Programming:
• Initially write the ESP code to read data from sensors and display the
information into Arduino IDE
• Use libraries such as DHT11, Simple DHT11, Liquidcrystal i2c.h etc
12

Code snippet:
13
14

REFERENCES:
• [Link]
ESP8266%20is%20a%20low,ESP8266

• Vishal Electronics

You might also like