Next Article in Journal
Intelligent Sensing and Control System for Real-Time Graded Load Shedding
Previous Article in Journal
Hybrid Feature Selection and Classifying Stages through Electrocardiogram (ECG) Signal for Heart Disease Prediction
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

Development of Microcontroller-Based Automated Infectious Waste Segregation and Disinfection System: A COVID-19 Mitigation and Monitoring Response †

by
Ralf D. Cuarto
1,
Adriel R. Baterna
1,
John Kenneth Q. Bulalacao
1,
Psalm Herald M. Cuajao
1,
Marc Theodore A. Casco
1,
Rolan Joseph T. Portento
1,
Charles G. Juarizo
1,
Thaddeo S. Garcia
1 and
Rugi Vicente C. Rubi
2,*
1
Electronics Engineering Department, College of Engineering, Pamantasan ng Lungsod ng Maynila, Manila 1002, Philippines
2
Chemical Engineering Department, College of Engineering, Adamson University, Manila 1000, Philippines
*
Author to whom correspondence should be addressed.
Presented at the 4th International Electronic Conference on Applied Sciences, 27 October–10 November 2023; Available online: https://asec2023.sciforum.net/.
Eng. Proc. 2023, 56(1), 139; https://doi.org/10.3390/ASEC2023-15504
Published: 30 October 2023
(This article belongs to the Proceedings of The 4th International Electronic Conference on Applied Sciences)

Abstract

:
With the recent increase in the amount of disposed infectious waste due to COVID-19, a growing interest to develop an efficient, economical, and effective infectious waste segregation system has prompted both the health sector and the government. This study presented a microcontroller-based automated infectious waste segregation and disinfection system in a selected medical facility in Metro Manila, Philippines. The prototype system applying machine learning principles can identify three kinds of waste materials classified as electronic, pathological, and sharp wastes as interpreted by the YOLOv5 algorithm. In addition, an added feature of UV light mechanism to address the bacterial presence of Staphylococcus aureus and Escherichia coli was incorporated in the prototype to ensure disinfection. Results showed that the mean average precision (mAP) of identifying electronic, pathological, and sharp waste was 95.7, 79.9 and 94.5%, respectively. Moreover, it was found that there was a noticeable decrease in the bacterial count, signifying the effectiveness of the prototype and its promising potential for large-scale implementation.

1. Introduction

COVID-19 had a massive impact on our society. Personal Protective Equipment (PPE), syringes, needles, facemasks, and other healthcare services were in great demand. As a result, many healthcare institutions (HCFs) generate more solid waste, making healthcare waste (HCW) a growing problem, particularly in developing countries such as the Philippines. As stated by [1], the Department of Environment and Natural Resources (DENR) report, the Philippines generated 634,687.73 metric tons of healthcare waste between June 2020 and June 2021. Hence, the country generated 52,890 metric tons of healthcare waste alone in a month [2]. Mismanagement of infectious medical waste from healthcare institutions and improper segregation of potentially infectious waste from patients may contribute to the spreading of infection [3]. Several previous studies concluded that there is a typical microbial growth in infectious medical wastes such as Escherichia coli, Bacillus spp., Staphylococcus spp., Klebsiella pneumonia, etc., which causes respiratory and urinary tract diseases, as well as HIV/AIDS and hepatitis B and C [4].
Although guidelines exist on waste management, especially in the medical field, healthcare providers still need more implementation and good practice [5]. This poses health risks and hazards to the environment, especially to people in contact with these types of waste. Past researchers have proposed the idea of an Automatic Segregation System through different techniques such as those through the IoT (Internet of Things) [6], artificial intelligence, an Arduino microcontroller [7], and machine learning [8], which can identify general and household-level waste. There are numerical applications for this technology. However, past research has not yet focused on segregating waste materials for medical purposes, specifically infectious wastes.
In this study, the researchers developed a microcontroller-based automated infectious waste segregation and disinfection system for bacteria mitigation and monitoring response. Section 2 presents the methodology. In Section 3, the results and discussion are presented.

2. Methodology

This section includes the system design and the prototype design of the microcontroller-based automated infectious waste segregation and disinfection. System design consists of the general process of the prototype. On the other hand, the prototype design shows the physical implementation of the bin developed by the researchers that includes the process mentioned in the system design (Figure 1).

2.1. System Design

To identify the infectious waste being entered, a Raspberry Pi Camera Module is placed inside the trash bin to perform image detection using the YOLOv5 algorithm. The waste is placed in their designated sub-bin through the implementation of DC (conveyor) and servo motors (flap), which could be electronic, pathological, sharp, or unidentified waste. The processes of detection and segregation are controlled by the Raspberry Pi 4B. When the sub-bins are filled with waste, an HC-SR04 ultrasonic sensor monitors the bin capacity, and a digital thermostat displays the temperature in each sub-bin. Afterwards, a disinfection system was established to disinfect bacteria that are present in the infectious waste using UV light. The ultrasonic sensor, digital thermostat, and UV light are controlled by the Arduino UNO microcontroller.

2.2. Prototype Design and Specifications

Figure 2 illustrates the architecture of the prototype. The bin is mainly constructed with a plastic-based material and has four sub-bins inside. The 3D Model presents a conveyor system that sorts the waste into four categories: (1) Electronics, (2) Pathological, (3) Sharps, and (4) Unidentified. The conveyor system is placed above a platform with four holes directly above each sub-bin. There are four servo motors placed on the conveyor system controlling the three flaps, designed to push the waste material once it is within the place and drop down to the whole and into the sub-bin, and 1 for the flap which the researchers call as (9) Gate, which blocks the waste material from accidental misplacement after a user throws it. The (8) camera is placed directly above the conveyor system, which detects the waste material after it is dropped from the hole. This circumstance leads to an inclined platform, guiding the waste material to drop onto the conveyor. The (7) Raspberry Pi microcomputer, (6) Power Supply, and (5) L298N motor driver in the space of the platform for ease of wiring access. The UV light (11) is placed above the sub-bins and below the segregation system along with the (10) HC-SR04 ultrasonic sensor and (11) Arduino UNO.

2.3. System Performance Calculations

Precision is the measure of how many selected items are relevant to the total number of selected items as shown in Equation (1). Equation (2) is the recall which is the measure of how many relevant items are selected from the total number of relevant items. F1-score refers to the predictive performance of the custom model by getting the mean of precision and recall as shown in Equation (3). Lastly, in Equation (4), mAP is computed by taking the mean AP over all classes and/or overall IoU thresholds of the object detection model.
P r e c i s i o n = T P T P + F P
R e c a l l = T P T P + F N
F 1 - s c o r e = 2 × P r e c i s i o n × R e c a l l P r e c i s i o n + R e c a l l
m A P = 1 n k = 1 k = n A P k
where TP = True Positive; TN = True Negative; FP = False Positive; FN = False Negative; and APk is the average precision of k-th class while n is the number of classes

3. Results and Discussions

This section presents the results and discussions of the system performance for object detection, segregation system and UV disinfection.

3.1. System Performance for Object Detection

Table 1 shows the system performance for object detection using YOLOv5 algorithm. The model was trained on a dataset of 7491 samples, categorized into three classes: electronic, pathological, and sharps waste. With an Intersection-over-Union threshold of 0.5, the model demonstrated strong precision, recall, F1-score, and mean average precision (mAP). Overall, the custom-trained YOLOv5 model showcased an impressive performance, with an average precision of 89.3%, recall of 83.7%, F1-score of 86.2%, and an mAP of 90%.

3.2. UV Disinfection Performance on Escherichia coli

In Table 2, the hypothesis examined whether there was a significant difference in area between UV-exposed E. coli samples and the control group. The absolute value of the calculated t-statistic is greater than the critical t-value, implying that a significant difference exists between E. coli treated with UV-C and the control sample in terms of area. The results indicate that UV-C exposure affects the activation of E. coli in terms of area, as determined through image processing. Figure 3 shows the outlined sample of E. coli.

3.3. UV Disinfection Performance on Staphylococcus aureus

In Table 3, the hypothesis whether there was a significant difference in area between S. aureus samples with UV exposure and the control group is tested. The calculated t-statistic is greater than the critical t-value. This indicates that there is a significant difference between S. aureus treated with UV-C and the control sample regarding the area. The findings suggest that UV-C exposure affects the activation of S. aureus in terms of area, as determined through image processing. Figure 4 shows the outlined sample of S. aureus.

Author Contributions

Conceptualization, R.J.T.P.; methodology, A.R.B., J.K.Q.B., P.H.M.C., R.V.C.R. and R.J.T.P.; software, P.H.M.C., R.D.C. and R.J.T.P.; validation, J.K.Q.B., P.H.M.C. and R.V.C.R.; formal analysis, R.V.C.R. and R.J.T.P.; investigation, A.R.B., J.K.Q.B., P.H.M.C. and R.J.T.P.; resources, J.K.Q.B. and M.T.A.C.; data curation, A.R.B., J.K.Q.B., P.H.M.C., R.V.C.R. and R.J.T.P.; writing—original draft preparation, M.T.A.C.; writing—review and editing, M.T.A.C., R.D.C., C.G.J. and R.V.C.R.; visualization, A.R.B., J.K.Q.B., P.H.M.C., R.V.C.R. and R.J.T.P.; supervision, R.V.C.R., T.S.G. and C.G.J.; project administration, R.V.C.R., T.S.G. and C.G.J. 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 are contained within the article.

Acknowledgments

We extend our sincerest gratitude to Sam Mendoza for their invaluable guidance and support during the construction of our project. We want to acknowledge the kind support of the Bulalacao family for providing the necessary resources and assistance that enabled us to carry out our project effectively. Furthermore, we thank Irish Rochua Obcemeane and Riza Mae Guimba for their invaluable contributions during data gathering.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Apostol, G.L.C.; Acolola, A.G.A.; Edillon, M.A.; Valenzuela, S. How comprehensive and effective are waste management policies during the COVID-19 pandemic? Perspectives from the Philippines. Front. Public Health 2022, 10, 958241. [Google Scholar] [CrossRef] [PubMed]
  2. Rappler. Available online: https://www.rappler.com/environment/trash-collectors-philippines-fear-for-lives-covid-19-waste/ (accessed on 17 October 2022).
  3. Tang, K.H.D. Medical Waste during COVID-19 Pandemic: Its Types, Abundance, Impacts and Implications. Ind. Domest. Waste Manag. 2022, 2, 71–83. [Google Scholar] [CrossRef]
  4. Egbenyah, F.; Udofia, E.A.; Ayivor, J.; Osei, M.M.; Tetteh, J.; Tetteh-Quarcoo, P.B.; Sampane-Donkor, E. Disposal habits and microbial load of solid medical waste in sub-district healthcare facilities and households in Yilo-Krobo municipality, Ghana. PLoS ONE 2021, 16, e0261211. [Google Scholar] [CrossRef] [PubMed]
  5. Letho, Z.; Yangdon, T.; Lhamo, C.; Limbu, C.B.; Yoezer, S.; Jamtsho, T.; Chhetri, P.; Tshering, D. Awareness and practice of medical waste management among healthcare providers in National Referral Hospital. PLoS ONE 2021, 16, e0243817. [Google Scholar] [CrossRef] [PubMed]
  6. Pamintuan, M.; Mantiquilla, S.M.; Reyes, H.; Samonte, M.J. i-BIN: An intelligent trash bin for automatic waste segregation and monitoring system. In Proceedings of the 2019 IEEE 11th International Conference on Humanoid, Nanotechnology, Information Technology, Communication and Control, Environment, and Management (HNICEM), Laoag, Philippines, 29 November–1 December 2019; pp. 1–5. [Google Scholar]
  7. Khan, R.; Kumar, S.; Srivastava, A.K.; Dhingra, N.; Gupta, M.; Bhati, N.; Kumari, P. Machine Learning and IoT-Based Waste Management Model. In Computational Intelligence and Neuroscience; Gupta, S.K., Ed.; Hindawi Limited: London, UK, 2021; Volume 2021, pp. 1–11. [Google Scholar]
  8. Chen, J.; Mao, J.; Thiel, C.; Wang, Y. iWaste: Video-based medical waste detection and classification. In Proceedings of the 2020 42nd Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC), Montreal, QC, Canada, 20–24 July 2020; pp. 5794–5797. [Google Scholar]
Figure 1. System design of microcontroller-based automated infectious waste segregation and disinfection system.
Figure 1. System design of microcontroller-based automated infectious waste segregation and disinfection system.
Engproc 56 00139 g001
Figure 2. Prototype design of microcontroller-based automated infectious waste segregation and disinfection system: (a) top view; (b) prototype view with numerical designation; (c) bottom view.
Figure 2. Prototype design of microcontroller-based automated infectious waste segregation and disinfection system: (a) top view; (b) prototype view with numerical designation; (c) bottom view.
Engproc 56 00139 g002
Figure 3. Analyzed outline of Escherichia coli using image processing: (a) without UV disinfection; (b) with UV disinfection
Figure 3. Analyzed outline of Escherichia coli using image processing: (a) without UV disinfection; (b) with UV disinfection
Engproc 56 00139 g003
Figure 4. Analyzed outline of Staphylococcus aureus using image processing: (a) without UV disinfection; (b) with UV disinfection.
Figure 4. Analyzed outline of Staphylococcus aureus using image processing: (a) without UV disinfection; (b) with UV disinfection.
Engproc 56 00139 g004
Table 1. System performance for object detection.
Table 1. System performance for object detection.
Infectious WasteNo. of Trained SamplesIOU ThresholdPrecisionRecallF1-ScoreMean Average Precision (mAP)
Electronic2478 0.9240.9520.9380.957
Pathological25120.50.8440.6870.7570.799
Sharps25010.910.8730.8910.945
Overall7491 0.8930.8370.8620.900
Table 2. Significant difference of With and Without UV Exposure for E. coli in terms of Area.
Table 2. Significant difference of With and Without UV Exposure for E. coli in terms of Area.
Without UVWith UV
Mean1835536
Variance281,67527,378
Observations33
df3
t Stat3.960421
P (T <= t) one-tail0.014373
t Critical one-tail2.353363
Table 3. Significant difference of with and without UV exposure for S. aureus in terms of Area.
Table 3. Significant difference of with and without UV exposure for S. aureus in terms of Area.
Without UVWith UV
Mean8913.66666673164.333333
Variance178,124.33331,016,737.33
Observations33
df2
t Stat3.096854148
P (T <= t) one-tail0.045179988
t Critical one-tail2.91998558
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

Cuarto, R.D.; Baterna, A.R.; Bulalacao, J.K.Q.; Cuajao, P.H.M.; Casco, M.T.A.; Portento, R.J.T.; Juarizo, C.G.; Garcia, T.S.; Rubi, R.V.C. Development of Microcontroller-Based Automated Infectious Waste Segregation and Disinfection System: A COVID-19 Mitigation and Monitoring Response. Eng. Proc. 2023, 56, 139. https://doi.org/10.3390/ASEC2023-15504

AMA Style

Cuarto RD, Baterna AR, Bulalacao JKQ, Cuajao PHM, Casco MTA, Portento RJT, Juarizo CG, Garcia TS, Rubi RVC. Development of Microcontroller-Based Automated Infectious Waste Segregation and Disinfection System: A COVID-19 Mitigation and Monitoring Response. Engineering Proceedings. 2023; 56(1):139. https://doi.org/10.3390/ASEC2023-15504

Chicago/Turabian Style

Cuarto, Ralf D., Adriel R. Baterna, John Kenneth Q. Bulalacao, Psalm Herald M. Cuajao, Marc Theodore A. Casco, Rolan Joseph T. Portento, Charles G. Juarizo, Thaddeo S. Garcia, and Rugi Vicente C. Rubi. 2023. "Development of Microcontroller-Based Automated Infectious Waste Segregation and Disinfection System: A COVID-19 Mitigation and Monitoring Response" Engineering Proceedings 56, no. 1: 139. https://doi.org/10.3390/ASEC2023-15504

Article Metrics

Back to TopTop