amc2021:data:start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
amc2021:data:start [2021/09/02 11:42] – removed kshama001 | amc2021:data:start [2023/01/05 14:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Air Quality and Noise Levels in Different Parts of Kamp-Lintfort City ====== | ||
+ | |||
+ | **1. Introduction** | ||
+ | |||
+ | The German Environment Agency (UBA) and the European Environment Agency (EEA) reported that tens of thousands of people die because of high air pollution of early deaths and Year of Life Lost due to premature mortality. The dominant air pollutants with the highest impact on the European citizens' | ||
+ | Air quality is essential when deciding where to live and pursue a life with good living standards. In particular, serious health issues are caused by air pollution, such as neurological, | ||
+ | This project aims to measure mainly the concentrations of carbon dioxide (CO2) and the sound intensity in three different locations in Kamp-Lintfort. The first one is Meisenweg, the second one is Moerserstraße, | ||
+ | |||
+ | **2. Materials Description** | ||
+ | |||
+ | *1x Arduino Uno R3\\ | ||
+ | *1x ESP-32 Microcontroller\\ | ||
+ | *1x MQ-135 gas sensor\\ | ||
+ | *1x LM-393 sound sensor\\ | ||
+ | *1x LCD display with I2C adapter (16 chars x 2 lines)\\ | ||
+ | *2xLED lights\\ | ||
+ | *2x220 Ohm Resistors\\ | ||
+ | *1x10k Ohm Resistor\\ | ||
+ | *Jumper/ connecting wires\\ | ||
+ | *1x White breadboard\\ | ||
+ | |||
+ | __**MQ135 Sensor**__ | ||
+ | |||
+ | https:// | ||
+ | https:// | ||
+ | https:// | ||
+ | |||
+ | MQ135 sensors are commonly used in air quality control equipment for buildings/ | ||
+ | |||
+ | {{ : | ||
+ | | ||
+ | | ||
+ | |||
+ | **Specifications: | ||
+ | MQ135 senses the air quality via a chemical-sensitive element covered by a steel exoskeleton. This element is subjected to a preheating current, where the gases to be measured later get ionized and absorbed. The preheating time required is around 12-24 hours. After absorption of these gases, the resistance of the sensing substance changes, which in turn changes the amount of current going out. When the gas concentrations transcend specific safety limit values, an LED light is illuminated as an alarm.\\ | ||
+ | The wire connections in the circuit are as followed:\\ | ||
+ | *Arduino Analog Output pin A0 with the MQ135 Sensor Analog Output\\ | ||
+ | *Arduino 5V pin with the MQ135 Sensor Vcc\\ | ||
+ | *Arduino Ground (GND) pin with the MQ135 sensor Ground (GND)\\ | ||
+ | |||
+ | __**LM393 Sensor**__ | ||
+ | |||
+ | https:// | ||
+ | https:// | ||
+ | https:// | ||
+ | https:// | ||
+ | |||
+ | |||
+ | A sound sensor with an LM393 comparator is used to measure sound intensity in the three selected areas in Kamp-Lintfort in this project. The sensor consists mainly of a microphone, a voltage comparator IC LM393, a sensitivity adjustment potentiometer, | ||
+ | The microphone, a capacitor-based electronic component, detects the sound wave and sends electrical pulses to the circuit board. The potentiometer is used to adjust the sensor' | ||
+ | **Specifications: | ||
+ | |||
+ | {{ : | ||
+ | Source: The most complete starter kit UNO R3 Project from Rhein-Waal Hochschule}} | ||
+ | Figure 4: LM393 Microphone Sound Sensor | ||
+ | Source: The most complete starter kit UNO R3 Project from Rhein-Waal Hochschule | ||
+ | |||
+ | The wire connections in the circuit are as followed:\\ | ||
+ | *Arduino Digital Output pin 12 with the LM393 Sensor Digital Output\\ | ||
+ | *Arduino 5V pin with the LM393 Sensor Vcc\\ | ||
+ | *Arduino Ground (GND) pin with the LM393 sensor Ground (GND)\\ | ||
+ | |||
+ | __**LCD Screen Paired with I2C**__ | ||
+ | |||
+ | https:// | ||
+ | http:// | ||
+ | |||
+ | {{ : | ||
+ | Source: The most complete starter kit UNO R3 Project from Rhein-Waal Hochschule}} | ||
+ | | ||
+ | | ||
+ | |||
+ | Liquid Crystal Display is a screen used to display values and data when working with Arduino IDE 1.8.15. It is composed of a liquid crystal inserted between 2 glass pieces, | ||
+ | The I2C or Inter-Integrated circuits make it easier to connect multiple “slaves” to a single master. Instead of utilizing numerous pins between the Arduino Uno and the LCD, only the following I2C pins are connected with the Arduino Uno.\\ | ||
+ | *SDA pins\\ | ||
+ | *SCL pins\\ | ||
+ | *GND\\ | ||
+ | *VCC to a 5V output in the Arduino Uno\\ | ||
+ | Meanwhile, the LCD should ideally be soldered to the I2C. But in this project, the LCD and I2C were connected directly on the breadboard.\\ | ||
+ | |||
+ | **3. Setup Diagram** | ||
+ | |||
+ | After testing each sensor alone, they are all set up together with the help of an Arduino white breadboard. The breadboard is powered by a 5V voltage supply on the positive red line, whereas the ground is the negative blue line. Since more than the pins provided by the Arduino microcontroller board were needed to suffice sensors, the LCD and its adapter, and alarm systems (with the LEDs and the buzzer), The white breadboard is used. For better visualization, | ||
+ | |||
+ | {{ : | ||
+ | Figure 6: Circuit Diagram Schematic of the Connections between the sensors MQ135 and LM393. | ||
+ | | ||
+ | **4. Software** | ||
+ | |||
+ | https:// | ||
+ | https:// | ||
+ | https:// | ||
+ | https:// | ||
+ | |||
+ | __**Additional Libraries required: | ||
+ | |||
+ | The open-source Arduino Software (IDE 1.8.15) is used to write the code, upload it to the Arduino board and run it. The MQ135 library is uploaded to the code using the Library Manager Tool to communicate with the QM135 air quality sensor. LiquidCrystal_I2C library is uploaded to communicate with the LCD screen.\\ | ||
+ | __**Sound detection with the LM393 Sensor (See code explained below): | ||
+ | The sensor' | ||
+ | First, the digital output of the sound sensor is checked directly on the serial monitor (laptop), and the sensitivity of the sensor is adjusted to a reasonable level (see figure 7). | ||
+ | | ||
+ | {{ : | ||
+ | | ||
amc2021/data/start.1630575733.txt.gz · Last modified: 2023/01/05 14:38 (external edit)