amc2021:groupl:report:start
Differences
This shows you the differences between two versions of the page.
amc2021:groupl:report:start [2021/09/06 16:37] – [Air] kshama001 | amc2021:groupl:report:start [2023/01/05 14:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
- | 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. Because of its coal mining industry, North Rhine-Westphalia (NRW) has a long history of air pollution. Additionally, | + | 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. Because of its coal mining industry, North Rhine-Westphalia (NRW) has a long history of air pollution. Additionally, |
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, | 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 (CO< | This project aims to measure mainly the concentrations of carbon dioxide (CO< | ||
Line 103: | Line 103: | ||
- | ==== Code ==== | + | ===== Code ===== |
===Sound=== | ===Sound=== | ||
Line 125: | Line 125: | ||
Figure 7 shows an example of the Serial Plotter output for the Vacuum cleaner case as a source of continuous sound and detected by the digital sensor LM393.\\ | Figure 7 shows an example of the Serial Plotter output for the Vacuum cleaner case as a source of continuous sound and detected by the digital sensor LM393.\\ | ||
- | Finally, to obtain a reasonable calibration of our sound sensor, we use an application called " | + | Finally, to obtain a reasonable calibration of our sound sensor, we use an application called "[[https:// |
{{ : | {{ : | ||
Line 140: | Line 140: | ||
=== Air === | === Air === | ||
- | + | ||
- | For air quality detections, carbon | + | For air quality detections, carbon |
- | + | ||
- | As an output device, an LED bulb and an LCD screen are connected. To glow when the CO< | + | As the output device, an LED bulb and an LCD screen are connected |
- | + | ||
- | The MQ-135 sensor, detects the air quality and does not differentiate between the types of gases in the air. So to be able to detect CO< | + | The MQ-135 sensor detects the air quality and does not differentiate between the types of gases in the air. So to be able to detect CO< |
- | + | ||
+ | |||
{{ : | {{ : | ||
//Figure 8: Calibaration graph for Mq-135// | //Figure 8: Calibaration graph for Mq-135// | ||
- | + | ||
- | We can conclude from this graph and several other reports that the a and b values for CO2 are 116.6 and 2.76, respectively. The graph is basically the resistor ratio vs. the ppm value. This is used since the Mq-135 does not give us the ppm value directly. Resistor ratio = Rzero/Rload. Explained further here(add a link to code mq135- need to check this). With this, we come to the next important parameter that is the Rzero, | + | We can conclude from this graph and several other reports that the parameters //a// and //b// |
A detailed explanation of the code can be found as a video tutorial here = [[amc2021: | A detailed explanation of the code can be found as a video tutorial here = [[amc2021: | ||
Line 159: | Line 159: | ||
==== Additional Libraries required ==== | ==== 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 [[amc2021: | * The [[amc2021: | ||
* LiquidCrystal_I2C library is uploaded to communicate with the LCD screen. | * LiquidCrystal_I2C library is uploaded to communicate with the LCD screen. | ||
Line 207: | Line 206: | ||
* **Using the LM393 Sound Sensor**: | * **Using the LM393 Sound Sensor**: | ||
- | The values were fed into the [[amc2021: | + | The values were fed into the [[amc2021: |
{{ : | {{ : | ||
Line 240: | Line 239: | ||
===== 6. Discussion and Conclusion ===== | ===== 6. Discussion and Conclusion ===== | ||
- | The LM393 sensor narrowly detected enough noise or not in a minimal range at one particular moment. Since it had only digital outputs (zeros or ones), selecting a specific sample time interval and collecting the digital results over that period helped obtain numerical readings to compare them between the three different locations. Additionally, | + | The LM393 sensor narrowly detected enough noise in a minimal range at one particular moment. Since it had only digital outputs (zeros or ones), selecting a specific sample time interval and collecting the digital results over that period helped obtain numerical readings to compare them between the three different locations. Additionally, |
Considering the precision limitation, both Meisenweg and Kamperdickstraße showed the lowest sound intensity levels with only 30 dB detected over the time interval. Moerserstraße came second with around 54 dB sound intensity. However, all locations checked the criteria of having noise below the threshold value (90 dB), which means the three environments are suitable for the student' | Considering the precision limitation, both Meisenweg and Kamperdickstraße showed the lowest sound intensity levels with only 30 dB detected over the time interval. Moerserstraße came second with around 54 dB sound intensity. However, all locations checked the criteria of having noise below the threshold value (90 dB), which means the three environments are suitable for the student' | ||
- | The MQ135 sensor was able to produce analog values in the three locations, giving more valid values that continuously can vary over time. With the help of the MQ135 library, CO< | + | The MQ135 sensor was able to produce analog values in the three locations, giving more valid values that continuously can vary over time. With the help of the MQ135 library, CO< |
- | For clearer comparison, we used [[amc2021: | + | For a clearer comparison, we used [[amc2021: |
Table 2: The mean measurement-to-standard clean air ratio at the three locations: | Table 2: The mean measurement-to-standard clean air ratio at the three locations: | ||
Line 254: | Line 253: | ||
From table 2, the closest condition to the standard clean air condition is location 2, having the nearest value to 1, whereas the furthest would be location 1, having the furthest ratio from 1. Nevertheless, | From table 2, the closest condition to the standard clean air condition is location 2, having the nearest value to 1, whereas the furthest would be location 1, having the furthest ratio from 1. Nevertheless, | ||
+ | **Limitations to the experiment: | ||
+ | |||
+ | 1. The sensor LM393 was not as sensitive to sounds as expected. An example is seen in location 2, albeit being the busiest street, the LM393 could only detect loud sounds like a truck' | ||
+ | |||
+ | 2. CO< | ||
+ | Nevertheless, | ||
+ | |||
+ | 3. The MQ-135 needed to heat up for over 24 hours to get a stable value. Due to the time limitations of testing in three different locations, the time to heat up was not achieved. So only a few hours of heating up could possibly cause the sensor to get odd values. | ||
+ | |||
+ | 4. Test results should have been taken simultaneously to overcome the limitation of difference in temperature and humidity conditions. | ||
Line 262: | Line 271: | ||
-https:// | -https:// | ||
-https:// | -https:// | ||
+ | -https:// | ||
+ | -https:// | ||
+ | -https:// | ||
+ | -https:// | ||
+ | -http:// | ||
+ | -https:// | ||
+ | -https:// | ||
+ | | ||
+ | Back to [[amc2021: | ||
- | |||
- | (([[amc2021: | ||
amc2021/groupl/report/start.1630939026.txt.gz · Last modified: 2023/01/05 14:38 (external edit)