SlideShare a Scribd company logo
1 of 16
Download to read offline
Air Quality Monitoring System
Students Name :
Santosh Kumar Das (221220053)
MEENAKSHI (221220036)
SUPERVISOR : : DR MAHESH KUMAR
COORDINATOR : DR MAHESH KUMAR
Agenda
Introduction
Required Components
Circuit Diagram
Working
ESP8266 WiFi Module
Air Quality Index
Application
Conclusion
Introduction
In this project we are going to make an IoT Based Air Pollution Monitoring System in which we
will monitor the Air Quality over a webserver using internet and will trigger a alarm when the
air quality goes down beyond a certain level, means when there are sufficient amount of
harmful gases are present in the air like CO2, smoke, alcohol, benzene and NH3. It will show the
air quality in PPM on the LCD and as well as on webpage so that we can monitor it very easily.
we have used MQ135 sensor as the air quality sensor which is the best choice for monitoring
Air Quality as it can detects most harmful gases and can measure their amount accurately. In
this IOT project, you can monitor the pollution level from anywhere using your computer or
mobile. We can install this system anywhere and can also trigger some device when pollution
goes beyond some level, like we can switch on the Exhaust fan or can send alert SMS/mail to
the user.
3
Required Components
• MQ135 Gas sensor
• Wi-Fi module ESP8266
• 16X2 LCD
• DHT11 Sensor
• Breadboard
• 1K ohm resistors
• 220 ohm resistor
• Buzzer
• I2C Converter
• Connecting Cable
4
Circuit Diagram
5
Working
The MQ135 sensor can sense NH3, NOx, alcohol, Benzene, smoke, CO2 and some other gases, so it
is perfect gas sensor for our Air Quality Monitoring Project. When we will connect it to
Wi-Fi module ESP8266 then it will sense the gases, and we will get the Pollution level in PPM (parts
per million). MQ135 gas sensor gives the output in form of voltage levels and we need to convert it
into PPM. So for converting the output in PPM, here we have used a library for MQ135 sensor, it is
explained in detail in “Code Explanation” section below.
Sensor was giving us value of 90 when there was no gas near it and the safe level of air quality is
350 PPM and it should not exceed 1000 PPM. When it exceeds the limit of 1000 PPM, then it starts
cause Headaches, sleepiness and stagnant, stale, stuffy air and if exceeds beyond 2000 PPM then it
can cause increased heart rate and many other diseases.
When the value will be less than 1000 PPM, then the LCD and webpage will display “Fresh
Air”. Whenever the value will increase 1000 PPM, then the buzzer will start beeping and the LCD
and webpage will display “Poor Air, Open Windows”. If it will increase 2000 then the buzzer will
keep beeping and the LCD and webpage will display “Danger! Move to fresh Air”.
6
The MQ-135 gas sensor senses the gases like ammonia nitrogen, oxygen, alcohols, aromatic
compounds, sulfide and smoke. The MQ-3 gas sensor has a lower conductivity to clean the air as a
gas sensing material. In the atmosphere, we can find polluting gases, but the conductivity of the
gas sensor increases as the concentration of polluting gas increases. MQ-135 gas sensor can be
implemented to detect the smoke, benzene, steam and other harmful gases. It has the potential
to detect different harmful gases. It is with low cost and particularly suitable for Air quality
monitoring application.
DHT11 is a low-cost digital sensor for sensing temperature and humidity. This sensor can be easily
interfaced with any micro-controller such as Arduino, Raspberry Pi etc… to measure humidity and
temperature instantaneously. DHT11 sensor consists of a capacitive humidity sensing element and
a thermistor for sensing temperature. The humidity sensing capacitor has two electrodes with a
moisture holding substrate as a dielectric between them. Change in the capacitance value occurs
with the change in humidity levels. The IC measure, process this changed resistance values and
change them into digital form
The temperature range of DHT11 is from 0 to 50 degree Celsius with a 2-degree accuracy. Humidity
range of this sensor is from 20 to 80% with 5% accuracy. The sampling rate of this sensor is 1Hz
.i.e. it gives one reading for every second. DHT11 is small in size with operating voltage from 3 to 5
volts. The maximum current used while measuring is 2.5mA.
7
Overview of the ESP8266 WiFi Module
The ESP8266 is a really useful, cheap WiFi module for controlling devices over
the Internet.It can work with a micro-controller like the Arduino or it can be
programmed to work on its own. The Internet of Things (IoT) has just been
made a whole lot cheaper and easier!
The ESP8266 comes with factory installed firmware allowing you to control it with standard “AT commands”.
You can also easily create and upload your own code and this makes it hugely powerful and flexible.
The ESP8266 was launched in 2014 and is rapidly growing in popularity. There is only one ESP8266 processor
but it is found on many different breakout boards. These all differ in terms of which pins are exposed and the
size of the flash memory etc. These breakout boards have evolved rapidly over the years and there is a lot of
information to be found on the web. This is both a blessing and a curse as some of the advice is outdated or
just plain wrong.
As a result it took me 3 days before I could get it to do anything! Some people are lucky but for me it was a
battle to get anything working. At times I thought I had broken it but with some perseverance it always came
back to life!
I’ve finally got it singing and dancing and it turns out to be easier than I thought!
I’ve consolidated all the useful info I found into one place and I thought I’d share this in an instructable. This
will hopefully get you quickly up and running with all the basic functionality that you’ll need.
In this instructable were are looking at the ESP-01 breakout board.
This same approach should however apply to most (if not all) of the variants of the ESP out there. 8
Air Quality Index
THE AQI IS AN INDEX FOR
REPORTING DAILY AIR QUALITY.
IT TELLS YOU HOW CLEAN OR
POLLUTED YOUR AIR IS, AND
WHAT ASSOCIATED HEALTH
EFFECTS MIGHT BE A CONCERN
FOR YOU. THE AQI FOCUSES ON
HEALTH EFFECTS YOU MAY
EXPERIENCE WITHIN A FEW
HOURS OR DAYS AFTER
BREATHING POLLUTED AIR.
Application
Public Health: Monitoring air quality is crucial for assessing public health risks associated with
pollution. It enables health authorities to issue warnings and advisories during periods of poor air
quality, helping to reduce respiratory illnesses and other health problems.
Transportation: Monitoring air quality near roads and highways helps transportation authorities
understand the impact of vehicle emissions on air quality. This data can inform policies aimed at
reducing traffic congestion, promoting public transportation, and encouraging the use of electric
vehicles.
Agriculture: Monitoring air quality in agricultural areas can help farmers assess the impact of
agricultural practices on air quality and make informed decisions about crop management and
pesticide use.
monitoring gas leak :Air quality monitoring systems can be crucial for detecting and monitoring
gas leaks, whether in industrial settings, residential areas, or natural gas pipelines. Here are some
specific applications of air quality monitoring systems for gas leakage detection:
10
PRINCIPLE OF WORKING
• Project’s basic principle of working is the sensing of data from the sensor .
• Convert the analog ( voltage ) data into digital form.
• Process the digital data and display it on LCD.
11
FUTURE SCOPE
12
• In future the project can be upgraded in more ways than one.
• Interface more number of sensors to know detail content of all gases
present in air.
• Design Webpage and upload data on webpage with date and time.
• Interface SD Card to store data.
• Interface GPS module to monitor the pollution at exact location and
upload on the webpage for the netizens.
Advantage
• SENSORS ARE EASILY AVAILABLE .
• DETECTING A WIDE RANGE OF GASES, INCLUDING NH3, ALCOHOL, BENZENE, SMOKE AND CO2, ETC
• SIMPLE, COMPACT & EASY TO HANDLE .
• SENSORS HAVE LONG LIFE TIME
• SIMPLE DRIVE CIRCUIT.
• SYSTEM IS REAL TIME.
• QUALITY OF AIR CAN BE CHECKED INDOOR AS WELL AS OUTDOOR.
• VISUAL OUTPUT.
• CONTINOUS UPDATE OF CHANGE IN PERCENTAGE OF QUALITY.
13
Conclusion
Air quality monitoring systems are essential tools for
addressing the complex challenges of air pollution,
promoting public health, protecting ecosystems, and
advancing sustainable development goals. Continued
investment in monitoring technology, data analysis, and
public outreach is needed to ensure that air quality remains
a priority for global efforts to improve human well-being and
environmental quality.
14
Reference
• Real-Time Outdoor Air Quality Monitoring System:
• Abstract: Air pollution has significant health implications, and real-time monitoring is crucial. This project
aims to provide real-time air quality and location data using a portable device and a mobile app. The system
uses Carbon Monoxide (CO) and Nitrogen Dioxide (NO2) sensors along with a NEO-6M Global
Positioning System (GPS) module. Results show 92.3% accuracy, making it more reliable than existing
systems. This system could be a building block for smart city development1.
• Air Quality Monitoring in Urban Environments:
• Multi-parameter air quality monitoring systems allow detailed analysis of major pollutants and their
sources. These systems play a vital role in smart city projects for monitoring and controlling pollutant
concentrations in urban areas2.
• A Smart Sensor System for Air Quality Monitoring:
• The prototype system measures PM2.5, CO, CO2, temperature, humidity, and detects other hazardous
gases. It collects and visualizes air quality data effectively, aiding environmental monitoring and issue
resolution. The system comprises a smart sensor unit, a smartphone, and a server3.
15
Thank you

More Related Content

Similar to Presentation.pdfof the searching and design

IOT-Based-Intelligent-Gas-Leakage-Detector-Using-Arduino.pptx
IOT-Based-Intelligent-Gas-Leakage-Detector-Using-Arduino.pptxIOT-Based-Intelligent-Gas-Leakage-Detector-Using-Arduino.pptx
IOT-Based-Intelligent-Gas-Leakage-Detector-Using-Arduino.pptx
Hamed Raza
 

Similar to Presentation.pdfof the searching and design (20)

IRJET- IoT based Air Pollution Monitoring System using Arduino
IRJET-  	  IoT based Air Pollution Monitoring System using ArduinoIRJET-  	  IoT based Air Pollution Monitoring System using Arduino
IRJET- IoT based Air Pollution Monitoring System using Arduino
 
Air Quality and Water Quality Monitoring using
Air Quality and Water Quality Monitoring using Air Quality and Water Quality Monitoring using
Air Quality and Water Quality Monitoring using
 
internet of things (IOT)
 internet of things (IOT) internet of things (IOT)
internet of things (IOT)
 
Vijay prakash assignment internet of things
Vijay prakash assignment internet of things Vijay prakash assignment internet of things
Vijay prakash assignment internet of things
 
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
IOT BASED AIR QUALITY INDEX MONITORING SYSTEM – MONITOR PM2.5, PM10, AND CO U...
 
Air Quality Monitoring System Using Wireless Sensor Networks.ppt
Air Quality Monitoring System Using Wireless Sensor Networks.pptAir Quality Monitoring System Using Wireless Sensor Networks.ppt
Air Quality Monitoring System Using Wireless Sensor Networks.ppt
 
Portable Air Purifier Monitoring And Controlling System
Portable Air Purifier Monitoring And Controlling SystemPortable Air Purifier Monitoring And Controlling System
Portable Air Purifier Monitoring And Controlling System
 
IOT ENABLED EMBEDDED BASED REAL TIME AIR QUALITY MONITORING SYSTEM
IOT ENABLED EMBEDDED BASED REAL TIME AIR QUALITY MONITORING SYSTEMIOT ENABLED EMBEDDED BASED REAL TIME AIR QUALITY MONITORING SYSTEM
IOT ENABLED EMBEDDED BASED REAL TIME AIR QUALITY MONITORING SYSTEM
 
Low Cost Design of Water Quality Monitoring System
Low Cost Design of Water Quality Monitoring SystemLow Cost Design of Water Quality Monitoring System
Low Cost Design of Water Quality Monitoring System
 
EDD Project A35 group. final.pdf Department of ENTC
EDD Project A35 group. final.pdf Department of ENTCEDD Project A35 group. final.pdf Department of ENTC
EDD Project A35 group. final.pdf Department of ENTC
 
Air pollution meter
Air pollution meterAir pollution meter
Air pollution meter
 
IRJET- IoT Air Pollution Monitoring System using Arduino
IRJET- IoT Air Pollution Monitoring System using ArduinoIRJET- IoT Air Pollution Monitoring System using Arduino
IRJET- IoT Air Pollution Monitoring System using Arduino
 
DETECTION AND INTIMATION OF AIR POLLUTIONPERCENTAGE IN SMARTWATCH
DETECTION AND INTIMATION OF AIR POLLUTIONPERCENTAGE IN SMARTWATCHDETECTION AND INTIMATION OF AIR POLLUTIONPERCENTAGE IN SMARTWATCH
DETECTION AND INTIMATION OF AIR POLLUTIONPERCENTAGE IN SMARTWATCH
 
IOT-Based-Intelligent-Gas-Leakage-Detector-Using-Arduino.pptx
IOT-Based-Intelligent-Gas-Leakage-Detector-Using-Arduino.pptxIOT-Based-Intelligent-Gas-Leakage-Detector-Using-Arduino.pptx
IOT-Based-Intelligent-Gas-Leakage-Detector-Using-Arduino.pptx
 
IRJET- IoT based Industrial Water Quality Monitoring System
IRJET-  	  IoT based Industrial Water Quality Monitoring SystemIRJET-  	  IoT based Industrial Water Quality Monitoring System
IRJET- IoT based Industrial Water Quality Monitoring System
 
LPG GAS DETECTOR presentation for engineers
LPG GAS DETECTOR presentation for engineersLPG GAS DETECTOR presentation for engineers
LPG GAS DETECTOR presentation for engineers
 
IOT PPT.pptx
IOT PPT.pptxIOT PPT.pptx
IOT PPT.pptx
 
IRJET- Air Pollution Monitporing System with IoT
IRJET- Air Pollution Monitporing System with IoTIRJET- Air Pollution Monitporing System with IoT
IRJET- Air Pollution Monitporing System with IoT
 
IOT Air Pollution Monitoring System (Live Location)
IOT Air Pollution Monitoring System (Live Location)IOT Air Pollution Monitoring System (Live Location)
IOT Air Pollution Monitoring System (Live Location)
 
IRJET- Gsm Based Smart Home Automation using Sensors
IRJET-  	  Gsm Based Smart Home Automation using SensorsIRJET-  	  Gsm Based Smart Home Automation using Sensors
IRJET- Gsm Based Smart Home Automation using Sensors
 

Recently uploaded

Cara menggugurkan kandungan paling ampuh 08561234742
Cara menggugurkan kandungan paling ampuh 08561234742Cara menggugurkan kandungan paling ampuh 08561234742
Cara menggugurkan kandungan paling ampuh 08561234742
Jual obat penggugur 08561234742 Cara menggugurkan kandungan 08561234742
 
Top 20 Famous Indian Female Pornstars Name List 2024
Top 20 Famous Indian Female Pornstars Name List 2024Top 20 Famous Indian Female Pornstars Name List 2024
Top 20 Famous Indian Female Pornstars Name List 2024
minkseocompany
 
Catheterization Procedure by Anushri Srivastav.pptx
Catheterization Procedure by Anushri Srivastav.pptxCatheterization Procedure by Anushri Srivastav.pptx
Catheterization Procedure by Anushri Srivastav.pptx
AnushriSrivastav
 
Jual obat aborsi Cilacap Wa 081225888346 obat aborsi Cytotec asli Di Cilacap
Jual obat aborsi Cilacap Wa 081225888346 obat aborsi Cytotec asli Di CilacapJual obat aborsi Cilacap Wa 081225888346 obat aborsi Cytotec asli Di Cilacap
Jual obat aborsi Cilacap Wa 081225888346 obat aborsi Cytotec asli Di Cilacap
aureliamarcelin589
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
mcsprintern12024
 
obat aborsi Sragen wa 082223595321 jual obat aborsi cytotec asli di Sragen
obat aborsi Sragen wa 082223595321 jual obat aborsi cytotec asli di Sragenobat aborsi Sragen wa 082223595321 jual obat aborsi cytotec asli di Sragen
obat aborsi Sragen wa 082223595321 jual obat aborsi cytotec asli di Sragen
siskavia171
 

Recently uploaded (20)

GENETICS and KIDNEY DISEASES /
GENETICS and KIDNEY DISEASES            /GENETICS and KIDNEY DISEASES            /
GENETICS and KIDNEY DISEASES /
 
Making change happen: learning from "positive deviancts"
Making change happen: learning from "positive deviancts"Making change happen: learning from "positive deviancts"
Making change happen: learning from "positive deviancts"
 
Cara menggugurkan kandungan paling ampuh 08561234742
Cara menggugurkan kandungan paling ampuh 08561234742Cara menggugurkan kandungan paling ampuh 08561234742
Cara menggugurkan kandungan paling ampuh 08561234742
 
Anthony Edwards We Want Dallas T-shirtsAnthony Edwards We Want Dallas T-shirts
Anthony Edwards We Want Dallas T-shirtsAnthony Edwards We Want Dallas T-shirtsAnthony Edwards We Want Dallas T-shirtsAnthony Edwards We Want Dallas T-shirts
Anthony Edwards We Want Dallas T-shirtsAnthony Edwards We Want Dallas T-shirts
 
Top 20 Famous Indian Female Pornstars Name List 2024
Top 20 Famous Indian Female Pornstars Name List 2024Top 20 Famous Indian Female Pornstars Name List 2024
Top 20 Famous Indian Female Pornstars Name List 2024
 
Session-10-Infants-with-Special-meeds.ppt
Session-10-Infants-with-Special-meeds.pptSession-10-Infants-with-Special-meeds.ppt
Session-10-Infants-with-Special-meeds.ppt
 
Etiology for RRT and Code Blue Workshop.
Etiology for RRT and Code Blue Workshop.Etiology for RRT and Code Blue Workshop.
Etiology for RRT and Code Blue Workshop.
 
VIP ℂall Girls Delhi 9873777170 WhatsApp: Me All Time Serviℂe Available Day a...
VIP ℂall Girls Delhi 9873777170 WhatsApp: Me All Time Serviℂe Available Day a...VIP ℂall Girls Delhi 9873777170 WhatsApp: Me All Time Serviℂe Available Day a...
VIP ℂall Girls Delhi 9873777170 WhatsApp: Me All Time Serviℂe Available Day a...
 
Catheterization Procedure by Anushri Srivastav.pptx
Catheterization Procedure by Anushri Srivastav.pptxCatheterization Procedure by Anushri Srivastav.pptx
Catheterization Procedure by Anushri Srivastav.pptx
 
Famous Indian Vedic Astrologer | Best Astrological Solutions UK
Famous Indian Vedic Astrologer | Best Astrological Solutions UKFamous Indian Vedic Astrologer | Best Astrological Solutions UK
Famous Indian Vedic Astrologer | Best Astrological Solutions UK
 
Jual obat aborsi Cilacap Wa 081225888346 obat aborsi Cytotec asli Di Cilacap
Jual obat aborsi Cilacap Wa 081225888346 obat aborsi Cytotec asli Di CilacapJual obat aborsi Cilacap Wa 081225888346 obat aborsi Cytotec asli Di Cilacap
Jual obat aborsi Cilacap Wa 081225888346 obat aborsi Cytotec asli Di Cilacap
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
mHealth Israel_Healthcare Finance and M&A- What Comes Next
mHealth Israel_Healthcare Finance and M&A- What Comes NextmHealth Israel_Healthcare Finance and M&A- What Comes Next
mHealth Israel_Healthcare Finance and M&A- What Comes Next
 
obat aborsi Sragen wa 082223595321 jual obat aborsi cytotec asli di Sragen
obat aborsi Sragen wa 082223595321 jual obat aborsi cytotec asli di Sragenobat aborsi Sragen wa 082223595321 jual obat aborsi cytotec asli di Sragen
obat aborsi Sragen wa 082223595321 jual obat aborsi cytotec asli di Sragen
 
clostridiumbotulinum- BY Muzammil Ahmed Siddiqui.pptx
clostridiumbotulinum- BY Muzammil Ahmed Siddiqui.pptxclostridiumbotulinum- BY Muzammil Ahmed Siddiqui.pptx
clostridiumbotulinum- BY Muzammil Ahmed Siddiqui.pptx
 
Session-17-KANGAROO-MOTHER-CARE_final-blue.pptx
Session-17-KANGAROO-MOTHER-CARE_final-blue.pptxSession-17-KANGAROO-MOTHER-CARE_final-blue.pptx
Session-17-KANGAROO-MOTHER-CARE_final-blue.pptx
 
An overview of Muir Wood Adolescent and Family Services teen treatment progra...
An overview of Muir Wood Adolescent and Family Services teen treatment progra...An overview of Muir Wood Adolescent and Family Services teen treatment progra...
An overview of Muir Wood Adolescent and Family Services teen treatment progra...
 
Organisation and Management of Eye Care Programme Service Delivery Models
Organisation and Management of Eye Care Programme Service Delivery ModelsOrganisation and Management of Eye Care Programme Service Delivery Models
Organisation and Management of Eye Care Programme Service Delivery Models
 
Personnel and Equipment - Code and Rapid Response Workshop
Personnel and Equipment - Code and Rapid Response WorkshopPersonnel and Equipment - Code and Rapid Response Workshop
Personnel and Equipment - Code and Rapid Response Workshop
 
Pulse Check Decisions - RRT and Code Blue Workshop
Pulse Check Decisions - RRT and Code Blue WorkshopPulse Check Decisions - RRT and Code Blue Workshop
Pulse Check Decisions - RRT and Code Blue Workshop
 

Presentation.pdfof the searching and design

  • 1. Air Quality Monitoring System Students Name : Santosh Kumar Das (221220053) MEENAKSHI (221220036) SUPERVISOR : : DR MAHESH KUMAR COORDINATOR : DR MAHESH KUMAR
  • 2. Agenda Introduction Required Components Circuit Diagram Working ESP8266 WiFi Module Air Quality Index Application Conclusion
  • 3. Introduction In this project we are going to make an IoT Based Air Pollution Monitoring System in which we will monitor the Air Quality over a webserver using internet and will trigger a alarm when the air quality goes down beyond a certain level, means when there are sufficient amount of harmful gases are present in the air like CO2, smoke, alcohol, benzene and NH3. It will show the air quality in PPM on the LCD and as well as on webpage so that we can monitor it very easily. we have used MQ135 sensor as the air quality sensor which is the best choice for monitoring Air Quality as it can detects most harmful gases and can measure their amount accurately. In this IOT project, you can monitor the pollution level from anywhere using your computer or mobile. We can install this system anywhere and can also trigger some device when pollution goes beyond some level, like we can switch on the Exhaust fan or can send alert SMS/mail to the user. 3
  • 4. Required Components • MQ135 Gas sensor • Wi-Fi module ESP8266 • 16X2 LCD • DHT11 Sensor • Breadboard • 1K ohm resistors • 220 ohm resistor • Buzzer • I2C Converter • Connecting Cable 4
  • 6. Working The MQ135 sensor can sense NH3, NOx, alcohol, Benzene, smoke, CO2 and some other gases, so it is perfect gas sensor for our Air Quality Monitoring Project. When we will connect it to Wi-Fi module ESP8266 then it will sense the gases, and we will get the Pollution level in PPM (parts per million). MQ135 gas sensor gives the output in form of voltage levels and we need to convert it into PPM. So for converting the output in PPM, here we have used a library for MQ135 sensor, it is explained in detail in “Code Explanation” section below. Sensor was giving us value of 90 when there was no gas near it and the safe level of air quality is 350 PPM and it should not exceed 1000 PPM. When it exceeds the limit of 1000 PPM, then it starts cause Headaches, sleepiness and stagnant, stale, stuffy air and if exceeds beyond 2000 PPM then it can cause increased heart rate and many other diseases. When the value will be less than 1000 PPM, then the LCD and webpage will display “Fresh Air”. Whenever the value will increase 1000 PPM, then the buzzer will start beeping and the LCD and webpage will display “Poor Air, Open Windows”. If it will increase 2000 then the buzzer will keep beeping and the LCD and webpage will display “Danger! Move to fresh Air”. 6
  • 7. The MQ-135 gas sensor senses the gases like ammonia nitrogen, oxygen, alcohols, aromatic compounds, sulfide and smoke. The MQ-3 gas sensor has a lower conductivity to clean the air as a gas sensing material. In the atmosphere, we can find polluting gases, but the conductivity of the gas sensor increases as the concentration of polluting gas increases. MQ-135 gas sensor can be implemented to detect the smoke, benzene, steam and other harmful gases. It has the potential to detect different harmful gases. It is with low cost and particularly suitable for Air quality monitoring application. DHT11 is a low-cost digital sensor for sensing temperature and humidity. This sensor can be easily interfaced with any micro-controller such as Arduino, Raspberry Pi etc… to measure humidity and temperature instantaneously. DHT11 sensor consists of a capacitive humidity sensing element and a thermistor for sensing temperature. The humidity sensing capacitor has two electrodes with a moisture holding substrate as a dielectric between them. Change in the capacitance value occurs with the change in humidity levels. The IC measure, process this changed resistance values and change them into digital form The temperature range of DHT11 is from 0 to 50 degree Celsius with a 2-degree accuracy. Humidity range of this sensor is from 20 to 80% with 5% accuracy. The sampling rate of this sensor is 1Hz .i.e. it gives one reading for every second. DHT11 is small in size with operating voltage from 3 to 5 volts. The maximum current used while measuring is 2.5mA. 7
  • 8. Overview of the ESP8266 WiFi Module The ESP8266 is a really useful, cheap WiFi module for controlling devices over the Internet.It can work with a micro-controller like the Arduino or it can be programmed to work on its own. The Internet of Things (IoT) has just been made a whole lot cheaper and easier! The ESP8266 comes with factory installed firmware allowing you to control it with standard “AT commands”. You can also easily create and upload your own code and this makes it hugely powerful and flexible. The ESP8266 was launched in 2014 and is rapidly growing in popularity. There is only one ESP8266 processor but it is found on many different breakout boards. These all differ in terms of which pins are exposed and the size of the flash memory etc. These breakout boards have evolved rapidly over the years and there is a lot of information to be found on the web. This is both a blessing and a curse as some of the advice is outdated or just plain wrong. As a result it took me 3 days before I could get it to do anything! Some people are lucky but for me it was a battle to get anything working. At times I thought I had broken it but with some perseverance it always came back to life! I’ve finally got it singing and dancing and it turns out to be easier than I thought! I’ve consolidated all the useful info I found into one place and I thought I’d share this in an instructable. This will hopefully get you quickly up and running with all the basic functionality that you’ll need. In this instructable were are looking at the ESP-01 breakout board. This same approach should however apply to most (if not all) of the variants of the ESP out there. 8
  • 9. Air Quality Index THE AQI IS AN INDEX FOR REPORTING DAILY AIR QUALITY. IT TELLS YOU HOW CLEAN OR POLLUTED YOUR AIR IS, AND WHAT ASSOCIATED HEALTH EFFECTS MIGHT BE A CONCERN FOR YOU. THE AQI FOCUSES ON HEALTH EFFECTS YOU MAY EXPERIENCE WITHIN A FEW HOURS OR DAYS AFTER BREATHING POLLUTED AIR.
  • 10. Application Public Health: Monitoring air quality is crucial for assessing public health risks associated with pollution. It enables health authorities to issue warnings and advisories during periods of poor air quality, helping to reduce respiratory illnesses and other health problems. Transportation: Monitoring air quality near roads and highways helps transportation authorities understand the impact of vehicle emissions on air quality. This data can inform policies aimed at reducing traffic congestion, promoting public transportation, and encouraging the use of electric vehicles. Agriculture: Monitoring air quality in agricultural areas can help farmers assess the impact of agricultural practices on air quality and make informed decisions about crop management and pesticide use. monitoring gas leak :Air quality monitoring systems can be crucial for detecting and monitoring gas leaks, whether in industrial settings, residential areas, or natural gas pipelines. Here are some specific applications of air quality monitoring systems for gas leakage detection: 10
  • 11. PRINCIPLE OF WORKING • Project’s basic principle of working is the sensing of data from the sensor . • Convert the analog ( voltage ) data into digital form. • Process the digital data and display it on LCD. 11
  • 12. FUTURE SCOPE 12 • In future the project can be upgraded in more ways than one. • Interface more number of sensors to know detail content of all gases present in air. • Design Webpage and upload data on webpage with date and time. • Interface SD Card to store data. • Interface GPS module to monitor the pollution at exact location and upload on the webpage for the netizens.
  • 13. Advantage • SENSORS ARE EASILY AVAILABLE . • DETECTING A WIDE RANGE OF GASES, INCLUDING NH3, ALCOHOL, BENZENE, SMOKE AND CO2, ETC • SIMPLE, COMPACT & EASY TO HANDLE . • SENSORS HAVE LONG LIFE TIME • SIMPLE DRIVE CIRCUIT. • SYSTEM IS REAL TIME. • QUALITY OF AIR CAN BE CHECKED INDOOR AS WELL AS OUTDOOR. • VISUAL OUTPUT. • CONTINOUS UPDATE OF CHANGE IN PERCENTAGE OF QUALITY. 13
  • 14. Conclusion Air quality monitoring systems are essential tools for addressing the complex challenges of air pollution, promoting public health, protecting ecosystems, and advancing sustainable development goals. Continued investment in monitoring technology, data analysis, and public outreach is needed to ensure that air quality remains a priority for global efforts to improve human well-being and environmental quality. 14
  • 15. Reference • Real-Time Outdoor Air Quality Monitoring System: • Abstract: Air pollution has significant health implications, and real-time monitoring is crucial. This project aims to provide real-time air quality and location data using a portable device and a mobile app. The system uses Carbon Monoxide (CO) and Nitrogen Dioxide (NO2) sensors along with a NEO-6M Global Positioning System (GPS) module. Results show 92.3% accuracy, making it more reliable than existing systems. This system could be a building block for smart city development1. • Air Quality Monitoring in Urban Environments: • Multi-parameter air quality monitoring systems allow detailed analysis of major pollutants and their sources. These systems play a vital role in smart city projects for monitoring and controlling pollutant concentrations in urban areas2. • A Smart Sensor System for Air Quality Monitoring: • The prototype system measures PM2.5, CO, CO2, temperature, humidity, and detects other hazardous gases. It collects and visualizes air quality data effectively, aiding environmental monitoring and issue resolution. The system comprises a smart sensor unit, a smartphone, and a server3. 15