Next Article in Journal
Research on Continuous Extrusion Method for Forming Thin-Walled Cup-Shaped Details
Previous Article in Journal
Antiference: New Concept for Evolutive Mitigation of RFI to GNSS
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

Development of a Low-Cost Particulate Matter Optical Sensor for Real-Time Monitoring †

by
Martín Aarón Sánchez-Barajas
1,
Daniel Cuevas-González
1,*,
Marco A. Reyna
1,*,
Juan C. Delgado-Torres
2,
Eladio Altamira-Colado
1 and
Roberto López-Avitia
2
1
Instituto de Ingeniería, Universidad Autónoma de Baja California, Mexicali 21280, Mexico
2
Facultad de Ingeniería, Universidad Autónoma de Baja California, Mexicali 21280, Mexico
*
Authors to whom correspondence should be addressed.
Presented at the 10th International Electronic Conference on Sensors and Applications (ECSA-10), 15–30 November 2023; Available online: https://ecsa-10.sciforum.net/.
Eng. Proc. 2023, 58(1), 41; https://doi.org/10.3390/ecsa-10-16025
Published: 15 November 2023

Abstract

:
Air pollution is a critical public health problem that has increased during the past decades. High levels of air pollution have affected natural environments and people’s health, causing significant problems and, in severe cases, premature death. A growing trend called “Personal air monitoring” has become important for prevention of and reduction in exposure to air pollutants. The development of personal particulate matter sensors is still a topic of study among the scientific community. Some important identified challenges are improving the sample rate, precision, stability, dimensions and costs, making personal monitoring of air quality affordable. This work proposes the development of a low-cost particulate matter optical sensor to count the number of particles in real time using the Arduino platform and wireless transmission. Our results demonstrated that using a digital input of the microcontroller instead of the analog–digital converter, after conditioning the sensor signal, allows a very high max particle count, which can be compared to that of expensive sensors. In addition, particulate matter (PM) measurements were compared with a GP2Y1014AU0F dust sensor to validate the accuracy of the sensor.

1. Introduction

Air pollution is a critical public health problem that has increased during the last decades. There are natural sources of air pollution such as natural fires, volcanoes and earth storms. However, anthropological activities such as burning fossil fuels, excessive use of transportation and generation of electricity and household pollution have significantly aggravated the problem [1]. The most commonly encountered air pollutants are particulate matter (PM), ozone (O3), sulfur dioxide (SO2), nitrogen oxides (NOx), carbon monoxide (CO) and lead [2]. Exposure to high levels of air pollution has affected natural environments and people’s health, causing significant problems and, in severe cases, premature death. In 2019, the World Health Organization (WHO) estimated about 6.9 million deaths associated with air pollution [3]. A growing trend called “Personal air monitoring” has become important for prevention of and reduction in exposure to air pollutants. The development of personal sensors for particulate matter is still a topic of study among the scientific community. There are low-cost, portable and low-power consumption optical particle counter (OPC) devices on the market such as those mentioned in [4,5,6,7], as well as low-cost and miniaturized devices developed in the studies of [8,9] that use a laser diode and a photodiode for particle counting through light scattering. Particle counting may, depending on the study, be limited to the sample-throughput capability of the ADC converter or the digital stage of the microcontroller. In [4], the commercial OPC-N2 device from Alphasense has a maximum particle count of 10,000 particles per second, unlike the studies in [5,6,7,8] where the particle count per second is not mentioned. In [10], they developed a prototype to monitor the pollution levels in the environment using the optical dust sensor GP2Y1010AU0F as a basis for its development. In [11], the optical dust sensor GP2Y1010AU0F was used to analyze the correlation between the sensor drift and the accumulated production in a steel factory. Finally, in [12,13], they comprehensively analyzed and graphed the optical dust sensor GP2Y1010AU0F.
This work develops a low-cost particulate matter optical sensor that implements a digital counter to measure the number of particles in real time using the Arduino platform and transmit the information wirelessly (see Figure 1).

2. Materials and Methods

This paper presents the methodology to develop a low-cost PM sensor to count the number of particles in real time using the Arduino platform and wireless transmission.

2.1. Optical Sensor Operation

The circuit uses the principle of light scattering employing a laser beam and a photodiode that detects the variations that generate the flow of PM. These small variations are amplified and filtered by three stages (See Figure 2). The variations in an analog signal can be measured on an oscilloscope or quantified by a digital system using a microcontroller.

2.2. Printed Circuit Board (PCB) and Optical Stage Chambers

The circuit shown in Figure 2 was initially implemented on a breadboard; however, because the circuit is very sensitive to noise, a PCB was designed using DipTrace software 4.2.0.1 (see Figure 3A,B) to avoid the noise captured by the breadboard. Subsequently, two chambers were designed using SolidWorks software 2020 SP0.0 to avoid noise produced by light from the environment (see Figure 3C,D), and a chamber with 9 × 9 mm dimensions and another of 3 × 3 mm to identify how the air flow and dimensions affect the system.

2.3. Digital Stage of the System—Pulse Counter

This stage presents the circuit design to count the pulses (digitization) of the analog signal due to the scattered light in particulate material, and then transmit via Bluetooth to a PC (See Figure 4). In order to determine the maximum number of particles that our device can count, it was necessary to generate a square wave with a 2.4 Vp amplitude and frequencies from 60 Hz to 150 Hz with the GW Instek AFG-2225 function generator (See Figure 4).

2.4. Operation of the Optical Sensor in the Chambers with Particle Counting

Once the optical circuit PCB has been independently evaluated on the oscilloscope, and validated regarding the maximum operating limits of the pulse counter system, and accuracy, a final test consists of performing these steps in conjunction with an exposure to smoke air flow and observing the particle count and comparing it with a GP2Y1014AU0F dust sensor.

3. Results

3.1. Optical Sensor Operation

A visual comparison is shown in Figure 5 between the signal obtained using the GP2Y1014AU0F dust sensor and our developed low-cost PM sensor. Figure 5a is a graph found in the design guide of sensor TIDA-00378 from Texas Instruments that summarizes the relation between pulse height and particle size, as well as pulse spacing and particle concentration. Figure 5b shows the signal obtained from the GP2Y1014AU0F dust sensor, and Figure 5c shows the signal obtained from our developed low-cost PM sensor.

3.2. Digital Stage of the System—Pulse Counter

To determine the maximum sampling frequency of the digital counter, tests were performed at different frequencies from 60 Hz to 156.53 kHz with a baud rate of 1MB/s. It was calculated that the error for a frequency of 150 kHz is 0.06% and increases as the frequency increases, as shown in Table 1.

4. Discussion

A limitation of traditional particle counters is the microcontroller’s analog–digital converter or external analog–digital converter, which carries out the particle counting of the analog stage. In our work, we used the Arduino platform’s microcontroller, which is limited to a 9.6 kHz frequency setting by a 10 bits analog–digital converter. Therefore, to solve the limit in the sampling frequency of the analog–digital converter, a digital reading alternative was implemented, which registers particles with a maximum frequency of 150 kHz. Our proposal, instead of using the microcontroller’s analog–digital converter, introduces the signal through a digital pin of the microcontroller to detect a high-voltage input that corresponds to a detected particle. However, for this method, it is necessary to implement a conditioning stage to ensure an appropriate logic level of the signal for the correct detection of particles as shown in Figure 2.
Another presented problem in the analog stage is that market-available devices have complex hardware and a complicated calibration, and they do not provide user support. Accuracy is a crucial parameter for pollutant measurement; therefore, it is important that sensors are robustly validated and can be easily calibrated. In the work of [10], they found that the GP2Y1010AU0F sensor has calibration issues, which can produce incorrect data while taking measurements, as well as evidence that the sensor does not make homogeneous measurements. Meanwhile, in [11], they mention that the manufacturer does not provide enough information about the sensor, which presents a problem when working with the sensor.
Finally, it was found in the digital stage after comparing our prototype with commercial devices, as shown in Table 2, that our prototype registers 150,000 particles per second with an accuracy of 99.93%, while commercial particle counters with a price of USD 50 or less can detect up to 1000 to 40,000 particles per second, which represents an improvement of about 275%. Devices with a higher particle count frequency (similar to our prototype) have a cost from USD 200 to 1000 approximately, while our prototype would cost less than USD 15 and considering a mass production the price could be around USD 8–10. The limitations identified in our work are the test with the 9 × 9 mm chamber to identify how the air flow and dimensions affect the system; calibration tests with another robust commercial sensor, optimizing the code to increase the particle count in the digital stage; and performing statistics using the intraclass correlation coefficient (ICC).

5. Conclusions

The development of personal monitoring sensors comprises important challenges such as improving sampling rate, precision and stability without increasing the cost.
The analog signal conditioning and filtering stage is susceptible to noise, and variability due to the angle of the laser/light source and the receiver; multiple amplifier stages can also cause variations. Developers of air personal monitoring must be careful to avoid these factors of variation and inaccurate readings. The analog–digital converters with high sampling rates increase the cost of a sensor significantly; therefore, using a digital counter for the digital stage, although it requires a more complex signal conditioning in the analog stage, is better to decrease costs and increase the sampling rate. As shown in the results, we obtained a particle count frequency (150 kHz) with a USD 14 cost.
As future work, some improvements are suggested such as increasing the particle count frequency in the analog stage, optimizing the code to increase the particle count in the digital stage, reducing the number of components, miniaturizing and developing a communication interface for smart devices.
The development of new PM sensors, technology assimilation and cost reduction could make these sensors more accessible to prevent and reduce the exposure to air pollutants.

Author Contributions

Conceptualization, D.C.-G. and M.A.R.; methodology, D.C.-G., M.A.S.-B., J.C.D.-T. and E.A.-C.; software, J.C.D.-T. and M.A.S.-B.; validation, D.C.-G., M.A.S.-B. and J.C.D.-T.; formal analysis, D.C.-G. and M.A.R.; writing—original draft preparation, D.C.-G., M.A.S.-B. and J.C.D.-T.; writing—review and editing, D.C.-G., M.A.S.-B., J.C.D.-T. and E.A.-C.; visualization, R.L.-A.; supervision, D.C.-G., M.A.R. and R.L.-A.; project administration, D.C.-G. and M.A.R. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data sharing is not applicable.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Tiotiu, A.I.; Novakova, P.; Nedeva, D.; Chong-Neto, H.J.; Novakova, S.; Steiropoulos, P.; Kowal, K. Impact of air pollution on asthma outcomes. IJERPH 2020, 17, 6212. [Google Scholar] [CrossRef] [PubMed]
  2. Types of Pollutants—Air Quality and Health. Available online: https://www.who.int/teams/environment-climate-change-and-health/air-quality-and-health/health-impacts/types-of-pollutants (accessed on 5 August 2023).
  3. Ambient (Outdoor) Air Quality and Health—Air Quality and Health. Available online: https://www.who.int/news-room/fact-sheets/detail/ambient-(outdoor)-air-quality-and-health (accessed on 5 August 2023).
  4. Crilley, L.R.; Shaw, M.; Pound, R.; Kramer, L.J.; Price, R.; Young, S.; Lewis, A.C.; Pope, F.D. Evaluation of a low-cost optical particle counter (Alphasense OPC-N2) for Ambient Air Monitoring. Atmos. Meas. Tech. 2018, 11, 709–720. [Google Scholar] [CrossRef]
  5. Kelly, K.E.; Whitaker, J.; Petty, A.; Widmer, C.; Dybwad, A.; Sleeth, D.; Martin, R.; Butterfield, A. Ambient and laboratory evaluation of a low-cost Particulate Matter Sensor. Environ. Pollut. 2017, 221, 491–500. [Google Scholar] [CrossRef] [PubMed]
  6. Feinberg, S.; Williams, R.; Hagler, G.S.W.; Rickard, J.; Brown, R.; Garver, D.; Harshfield, G.; Stauffer, P.; Mattson, E.; Judge, R.; et al. Long-term evaluation of air sensor technology under ambient conditions in Denver, Colorado. Atmos. Meas. Tech. 2018, 11, 4605–4615. [Google Scholar] [CrossRef] [PubMed]
  7. Huang, C.-H.; He, J.; Austin, E.; Seto, E.; Novosselov, I. Assessing the value of complex refractive index and particle density for calibration of low-cost particle matter sensor for size-resolved particle count and PM2.5 measurements. PLoS ONE 2021, 16, e0259745. [Google Scholar] [CrossRef] [PubMed]
  8. Li, X.; Iervolino, E.; Santagata, F.; Wei, J.; Yuan, C.A.; Sarro, P.; Zhang, G. Miniaturized particulate matter sensor for Portable Air Quality Monitoring Devices. Proc. IEEE Sens. 2014. [Google Scholar] [CrossRef]
  9. Tian, R.; Dierk, C.; Myers, C.; Paulos, E. MyPart: Personal, Portable, Accurate, Airborne Particle Counting. In Proceedings of the 2016 CHI Conference on Human Factors in Computing Systems, San Jose, CA, USA, 7–12 May 2016. [Google Scholar] [CrossRef]
  10. Martínez Villalobos, W.D. Desarrollo de un Prototipo Para la Medición de Partículas PM2.5 en la Ciudad de Bogotá. Bachelor Thesis, Universidad Católica de Colombia, Bogotá, DC, USA, November 2023. [Google Scholar]
  11. Winkler, N.P.; Neumann, P.P.; Schaffernicht, E.; Lilienthal, A. Gather Dust and Get Dusted: Long-Term Drift and Cleaning of Sharp GP2Y1010AU0F Dust Sensor in a Steel Factory. In Proceedings of the Danubia-Adria Symposium on Advances in Experimental Mechanics, Poros Island, Greece, 19 December 2022. [Google Scholar]
  12. Wang, Y.; Li, J.; Jing, H.; Zhang, Q.; Jiang, J.; Biswas, P. Laboratory evaluation and calibration of three low-cost particle sensors for particulate matter measurement. Aerosol Sci. Technol. 2015, 49, 1063–1077. [Google Scholar] [CrossRef]
  13. Air Quality Monitoring. Available online: https://www.howmuchsnow.com/arduino/airquality/ (accessed on 20 September 2023).
  14. HabitatMap. Available online: https://www.habitatmap.org/ (accessed on 14 September 2023).
  15. Speck Sensor. Available online: https://www.specksensor.com/ (accessed on 14 September 2023).
  16. Alpha Sense. Available online: https://www.alphasense.com/products/optical-particle-counter/ (accessed on 14 September 2023).
  17. Dylos Corporation. Available online: http://www.dylosproducts.com/ornodcproair.html (accessed on 14 September 2023).
  18. Sparkfun. Available online: https://www.sparkfun.com/datasheets/Sensors/gp2y1010au_e.pdf (accessed on 10 September 2023).
  19. Reichelt Elektronik Blätterkatalog. Available online: https://cdn-reichelt.de/documents/datenblatt/X200/SDS011-DATASHEET.pdf (accessed on 15 September 2023).
  20. South Coast AQMD. Available online: https://www.aqmd.gov/docs/default-source/aq-spec/resources-page/plantower-pms5003-manual_v2-3.pdf (accessed on 14 September 2023).
  21. Mouser Electronics. Available online: https://www.mouser.com/datasheet/2/744/Seeed_101020012-1217636.pdf (accessed on 14 September 2023).
  22. ALLDATASHEET. Available online: https://pdf1.alldatasheet.com/datasheet-pdf/view/1300723/MSYSTEM/PMS-1-D.html (accessed on 14 September 2023).
  23. TSI Knowledge Beyond Measure. Available online: https://tsi.com/products/indoor-air-quality-meters-instruments/continuous-iaq-monitoring-instruments/airassure-8144-6-indoor-air-quality-monitor/ (accessed on 15 September 2023).
  24. Karagulian, F.; Gerboles, M.; Barbiere, M.; Kotsev, A.; Lagler, F.; Borowiak, A. Review of Sensors for Air Quality Monitoring; EUR 29826 EN; Technical Report by the Joint Research Centre; Publications Office of the European Union: Luxembourg, 2019. [Google Scholar] [CrossRef]
Figure 1. Diagram of the particulate matter optical sensor.
Figure 1. Diagram of the particulate matter optical sensor.
Engproc 58 00041 g001
Figure 2. Circuit of the optical stage of the particulate matter sensor.
Figure 2. Circuit of the optical stage of the particulate matter sensor.
Engproc 58 00041 g002
Figure 3. PCB and optical stage chambers designs. (A) PCB traces of optical stage and amplification, (B) 3D PCB design, (C) 3 × 3 mm PM flow chamber and (D) 9 × 9 mm PM flow chamber.
Figure 3. PCB and optical stage chambers designs. (A) PCB traces of optical stage and amplification, (B) 3D PCB design, (C) 3 × 3 mm PM flow chamber and (D) 9 × 9 mm PM flow chamber.
Engproc 58 00041 g003
Figure 4. Digital stage validation circuit with Bluetooth transmission.
Figure 4. Digital stage validation circuit with Bluetooth transmission.
Engproc 58 00041 g004
Figure 5. (a) Pulse amplitude and spacing relation with particle size and particle concentration. (b) GP2Y1014AU0F dust sensor output signal. (c) Developed low-cost PM sensor output signal.
Figure 5. (a) Pulse amplitude and spacing relation with particle size and particle concentration. (b) GP2Y1014AU0F dust sensor output signal. (c) Developed low-cost PM sensor output signal.
Engproc 58 00041 g005
Table 1. Results of the digital pulse counter with its relative error percentage and its efficiency.
Table 1. Results of the digital pulse counter with its relative error percentage and its efficiency.
Frequency
(Hz)
Theoretical ResultMeasured ResultRelative Percentage Error
(%)
Efficiency
(%)
60216,000215,9990.000499.99
10003,600,0003,599,9720.000799.99
10,00036,000,00035,989,7770.028399.97
100,000360,000,000359,847,6680.042399.95
150,000540,000,000539,654,5970.063999.93
156,530563,508,000540,418,6404.0995.90
Table 2. Specifications comparative of each sensor available on the market.
Table 2. Specifications comparative of each sensor available on the market.
SensorPrice
(USD)
ReleaseFrequency
(Hz)
Max. Particle Count
AirCasting AirBeam [14].250 2021210,000
AirViz Speck [15].1502022210,000
AlphaSense OPC-N2 [16].1500 202010100,000
Dylos DC1100/DC1100 Pro [17].26020192100,000
GP2Y1010A [18].10 201511000
Nova PM2.5 [19].30 2021110,000
PMS5003 [20].502017220,000
PPD42NS [21].20 2022210,000
Shinyei PMS-SYS-1 [22].100020212100,000
TSI AirAssure [23].100020222100,000
TZOA PM Research Sensor [24].9020222100,000
Our prototype.14 20231150,000
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Sánchez-Barajas, M.A.; Cuevas-González, D.; Reyna, M.A.; Delgado-Torres, J.C.; Altamira-Colado, E.; López-Avitia, R. Development of a Low-Cost Particulate Matter Optical Sensor for Real-Time Monitoring. Eng. Proc. 2023, 58, 41. https://doi.org/10.3390/ecsa-10-16025

AMA Style

Sánchez-Barajas MA, Cuevas-González D, Reyna MA, Delgado-Torres JC, Altamira-Colado E, López-Avitia R. Development of a Low-Cost Particulate Matter Optical Sensor for Real-Time Monitoring. Engineering Proceedings. 2023; 58(1):41. https://doi.org/10.3390/ecsa-10-16025

Chicago/Turabian Style

Sánchez-Barajas, Martín Aarón, Daniel Cuevas-González, Marco A. Reyna, Juan C. Delgado-Torres, Eladio Altamira-Colado, and Roberto López-Avitia. 2023. "Development of a Low-Cost Particulate Matter Optical Sensor for Real-Time Monitoring" Engineering Proceedings 58, no. 1: 41. https://doi.org/10.3390/ecsa-10-16025

Article Metrics

Back to TopTop