02.Oct.2023

We want to design a measurement system that can be monitored digitally. The name of this system: Air Quality Measurement System. Our system will include a microcontroller, the sensor required for measurement, a Bluetooth module and an example of the Flutter application that visualizes the data from this sensor.

First, let's look at the basic definitions of air quality.

Air Quality Parameters:

1. PM2.5 and PM10 (Particulate Matter 2.5 and 10 Microns): PM2.5 represents fine particulate matter in the air with a diameter of up to 2.5 microns, while PM10 refers to particles with a diameter of up to 10 microns. These particulate matter usually include dust, smoke, pollen and chemicals and can be inhaled. It is an important criterion for air quality.

2. Carbon Monoxide (CO): Carbon monoxide is a colorless and odorless gas produced during combustion processes. It can be toxic and harm human health.

3. Nitrogen Dioxide (NO2): Nitrogen dioxide originates from the exhaust gases of motor vehicles and can be inhaled through the air. It may contribute to respiratory diseases.

4. Ozone (O3): Ozone is a gas that, while beneficial in the upper atmosphere, creates air pollution at levels close to the ground. It may damage the respiratory tract.

5. Sulfur Dioxide (SO2): Sulfur dioxide is produced during the combustion of fossil fuels and can cause respiratory diseases.

How to Measure?

Air quality measurement uses different methods for different parameters:

1. Particulate Matter Measurement (PM2.5 and PM10): Air quality monitoring stations are used to measure particulate matter. These stations measure the size and density of particulate matter in the air. They calculate particulate matter concentrations using special filters and sensors.

2. Carbon Monoxide (CO) Measurement: Sensors and analyzers are used to measure carbon monoxide. Sensors can use chemical reactions to determine the concentration of CO gas.

3. Nitrogen Dioxide (NO2) Measurement: NO2 gas is measured by methods such as chemical reactions and absorption spectrometry. These methods utilize specific chemical reactions to detect NO2 concentrations.

4. Ozone (O3) Measurement: Ozone is measured using devices such as ozone analyzers or UV emission spectrometers. These devices determine the concentration by measuring the emission or absorption properties of ozone.

5. Sulfur Dioxide (SO2) Measurement: SO2 is measured by methods such as chemical reactions and absorption spectrometry. These methods utilize specific chemical reactions to detect SO2 concentrations.

Air quality monitoring stations regularly collect and monitor air quality data using these methods. These data are used to inform the public about air pollution, monitor air quality standards, and determine environmental policies.

Designing an Air Quality Measurement System 2- MQ-135 Gas Sensor Review 

İlgili Haberler

Mobile programming Fundamentals for Control Applications

Fundamentals of mobile application development for control of electronic systems

05.04.2023

With the Flutter-Dart language, can we write an artificial intelligence program that takes a picture and lists the objects in it?

Flutter-Dart language, artificial intelligence program

06.04.2023

Writing Applications that control Electronic Devices with Flutter-Dart Programming Language

Controlling Electronic Devices remotely

06.04.2023

Controlling Wifi Devices with Flutter-Dart

Control of remote devices with Android apps, Wifi-based control applications

07.04.2023

Developing an Application to Send Data to a Bluetooth-enabled Thermal Printer with Flutter

Mobile app developed with Flutter explains the step-by-step process of sending text to a Bluetooth-enabled thermal printer. Contains information about printer commands and Bluetooth communications

11.01.2024

Application Development Example with Flutter and Arduino

Learn to connect mobile devices with embedded systems! In this article, learn step by step how to develop an app using Flutter and Arduino

01.03.2024

Bluetooth Speaker Project with Flutter - Audio data transfer

In this project we will try to understand how the Bluetooth speaker system is designed and how to develop it. We will examine the basics of Android programming, MCU programming-embedded system design.

24.07.2023

Extracting Data from Database and Creating Graphs with Flutter and PHP

Learn how to pull data from a database and create a line chart using Flutter and PHP

27.08.2023

IoT System Design 1 – Temperature and Humidity Monitoring System

IoT system design with ESP 12f. Monitoring of temperature, humidity in web & mobile. Arduino, DHT11 sensor.

30.08.2023

IoT System Design 2- Sending Temperature and Humidity Data to Web Server with Arduino

Learn the steps to send temperature and humidity data from DHT11 sensor with Arduino to web server via ESP 12f

30.08.2023

IoT System Design 3- Data Processing on the Web Server Side

Learn to transmit data from DHT11 sensor with Arduino to web server via ESP8266 and save it to database with PHP.

30.08.2023

IoT System Design 4- Creating a Web Interface

Learn how data is pulled from the IoT system and used graphically.

30.08.2023

IoT System Design 5- Mobile Application Visualizing IoT Data with Flutter

Code descriptions of an application that pulls, graphs, and lists IoT data with Flutter.

30.08.2023

Mobile Application Development for Smart Homes

In this article, you can find the steps and examples of mobile application development using WiFi communication

01.09.2023

Developing Mobile Applications with Artificial Intelligence – Voltmeter Interface Application

The mobile application developed with artificial intelligence visualizes the microcontroller volt measurement with numerical data.

12.09.2023

Mobile Application Interface Development Study for Smart Homes

Ways to develop mobile applications with Flutter for smart home and workplace systems

16.09.2023

Designing an Air Quality Measurement System 2- MQ-135 Gas Sensor Review

MQ-135 Gas Sensor: A powerful sensor used to monitor air quality and detect gases. Offers precise measurement

02.10.2023

Designing an Air Quality Measurement System 3 - Measurement with MQ-135 and DHT-11

Designing an Air Quality Measurement System - Measurement with MQ-135 and DHT-11.

10.10.2023

Designing an Air Quality Measurement System 4 – Air Quality Monitoring Mobile Application

Air Quality Monitoring Mobile Application. Receive air quality data via Bluetooth, parse it in JSON format

10.10.2023