A basic system which measures the temperature and humidity also the gas sensor readings and displays it back on the LCD screen.
The Pollution Monitoring System is a critical solution aimed at addressing the pressing issue of air pollution. With the rapid industrialization, urbanization, and increase in vehicular traffic, the levels of air pollutants such as CO, CO2, SO2, NO2, O3, and volatile organic compounds have risen significantly, posing serious health risks to the population. This project leverages Internet of Things (IoT) technology and hardware to develop a simple, reliable and cost-effective system for monitoring air quality parameters in real-time.
- Arduino UNO: Core microcontroller board for project implementation.
- Gas Sensor MQ 135: Detects various gases, including CO2 and volatile organic compounds.
- Gas Sensor MQ 7: Specifically designed for carbon monoxide (CO) detection.
- DHT 22 Sensor: Digital temperature and humidity sensor for environmental monitoring.
- I2C Serial Interface Adapter: Facilitates communication with LCD display.
- LCD Display: Provides visual output of sensor data.
- Breadboard and Jumper Wires: Prototyping tools for circuit connections.
- Arduino IDE: Integrated Development Environment for programming the Arduino microcontroller.
- Libraries: dht.h, LiquidCrystal_I2C.h, and MQ135.h for interfacing sensors and LCD display.
- TinkerCAD: Web-based platform that offers a range of tools for designing, simulating, and creating electronic circuits and 3D models
The architecture of the Air Quality Monitoring System consists of interconnected hardware and software components. The sensors, including MQ 135, MQ 7, and DHT 22, are connected to the Arduino UNO microcontroller, which processes data and transmits it to the LCD display for visualization. Power and ground connections ensure proper functionality of the components. The system enables real-time monitoring of air quality parameters such as temperature, humidity, carbon monoxide levels, and other harmful gases. Leveraging IoT technology, this architecture provides a scalable and cost-effective solution for monitoring and mitigating air pollution.