The Process and Platform for Predicting PM2.5 Inhalation and Retention during Exercise
Abstract
:1. Introduction
2. Methods for Inhalation Amount Calculation
2.1. Bruce Protocol
- Intensity 1. Speed: 2.7 km/h, slope: 10%, lasting 3 min.
- Intensity 2. Speed: 4.0 km/h, slope: 12%, lasting 3 min.
- Intensity 3. Speed: 5.5 km/h, slope: 14%, lasting 3 min.
- Intensity 4. Speed: 6.8 km/h, slope: 16%, lasting 3 min.
- Intensity 5. Speed: 8.0 km/h, slope: 18%, lasting 3 min.
- Intensity 6. Speed: 8.9 km/h, slope: 20%, lasting 3 min.
- Intensity 7. Speed: 9.7 km/h, slope: 22%, lasting 3 min.
2.2. Prediction Model of Air Exchange Amount
2.3. Inhalation Amount Calculation
2.4. PM2.5 Retained Amount Calculation
3. Processes and Platform of the System
3.1. The Implementation of MPS and Collecting Heart Rate
3.1.1. Mobile PM2.5 Sensor
- (1)
- PM2.5 sensor module: The module used in this study can measure particles sized as small as 0.3 µm. It calculates the mass concentration of dust with the following characteristics such as small size, simple wiring, detailed data, and stability.
- (2)
- Microchip control for PM2.5 monitor: In this work, an open-source single-chip microcontroller, i.e., Arduino Pro Mini, is exploited. This can be used with a Bluetooth communication module, which makes it a good solution for wireless communication.
- (3)
- Bluetooth transmission module: In order to transmit the collected PM2.5 data to the APP, a Bluetooth transmission module is used to tie within the Arduino microchip. The module supports Bluetooth 2.1 + EDR specification. Therefore, subsequent PM2.5 information can be sent to the back-end cloud server and intake calculation can be carried out in the cloud server itself.
3.1.2. Connecting Heart Rate Smart Bracelet
3.2. System Platform and Architecture
- The client first turns on Bluetooth and connects it to the mobile PM2.5 sensor (MPS).
- With MPS, once the client clicks the “Start Exercise” button, the PM2.5 data receiving module starts to receive the PM2.5 concentration data from MPS.
- If the client clicks the “End Exercise” button, it is connected to the smart bracelet first to collect the heart rate data.
- After connecting to the heart rate smart bracelet, the user’s physiological data are synchronized through the smart bracelet’s APP.
- After confirming that the physiological data are synchronized, the APP sends the data back to their public cloud.
- Then, the authorization of the user and the public cloud is obtained to receive the heart rate data.
- After successfully obtaining the authorization, the user’s heart rate data are intercepted.
- The PM2.5 data receiving module transmits the concentration data, collected during exercise, to the PM2.5 inhalation/retention calculation module.
- The heart rate data receiving module transmits the collected heart rate data during exercise to the PM2.5 inhalation/retention calculation module.
- Heart rate and PM2.5 concentration data are used to calculate PM2.5 inhalation and retention, and the results are displayed on the client interface.
- The calculated results are sent to the historical data module, including heart rate, PM2.5 concentration, and PM2.5 inhalation and retention data.
3.3. The Module Function and the Calculation Process of Inhalation and Retention
3.3.1. PM2.5 Concentration Data Receiving Module
- 12.
- Check if the client’s Bluetooth function is enabled or not.
- 13.
- If it is not turned on, an option pops up to remind the user to turn on the Bluetooth.
- 14.
- If the Bluetooth is turned on, it starts to connect with the mobile PM2.5 sensor.
- 15.
- If the connection is successful, it starts receiving PM2.5 concentration data.
- 16.
- If the client selects the “End Exercise” button, it ceases the connection with the sensor and turns off the Bluetooth function.
- 17.
- If not, continue to step 4 until the “End Exercise” button is selected.
3.3.2. Heart Rate Data Acquisition Module
- (1)
- Obtain an authentication code: First, the client application needs to obtain an authentication code authorized by the user. The application must first provide Client_ID, Response_Type, Redirect_URI, Scope and other parameters and makes a request to the Fitbit server. The sample addresses and parameters are sent as shown in the following weblink: https://www.fitbit.com/ouath2/authorize?response_type=xxx&client_id=xxx&redirect_uri=xxx&scope=xxx accessed on 28 October 2021.
- (2)
- Obtain an access token: After obtaining the authentication code from the public (Fitbit) server, the client application must request an access code. This request is packaged into a RESTful web service with the post method and the following parameters: Authorization, Content-Type, Code, Grant_Type, Client_ID, and Redirect_uri. Authorization is composed of client_id:client_secret format and base 64 encoding. An example of the request is as follows.
POST https://api.fitbit.com/oauth2/token accessed on 28 October 2021
Authorization Basic xxx (base 64)
Content-Type: application/x-www-form-urlencoded
Body Parameters
Client_id=xxx&grant_type=authorization_code&redirect_uri=xxx - (3)
- Acquisition and analysis of the access code: After confirming that the authorization is correct, the authentication server replies with the access code to the user in the form of a json file, as shown below.
{
“access_token”:”xxx”,
“expires_in”:3600,
“refresh_token”:”xxx”,
“token_type”:”Bearer”,
“user_id”:”xxx”
} - (4)
- Obtaining data: Once the access token is obtained, one can obtain data from the server according to the format established by the Fitbit server for the item required. The example is as follows:
GET https://api.fitbit.com/1/user/-/activities/heart/date/[date]/1d/[detail-level]/time/[start-time]/[end-time].json accessed on 28 October 2021
Authorization: Bearer xxx - (5)
- After sending a data retrieval request, the client application receives a json file containing the required data from the Fitbit server, if it is confirmed on the server side, as shown in the example below.
{ “activities-heart-intraday”:{“
dataset”:[
{“time”:”00:00:00”,”value”:64},
{“time”:”00:00:05”,”value”:63},
{“time”:”00:00:10”,”value”:64},
{“time”:”00:00:15”,”value”:65},
{“time”:”00:00:20”,”value”:64},
],
“datasetInterval”:1,
“datasetType”:”second”}
}
3.3.3. PM2.5 Inhalation/Retention Calculation Module
3.3.4. Historical Data Module
4. Result and Discussion
4.1. Implementation
4.2. System Usability Scale (SUS)
4.2.1. SUS Questionnaire
4.2.2. SUS Analysis and Results
4.3. System Execution Time
4.4. Users’ Perception of PM2.5 during Exercise
5. Conclusions and Future Work
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
References
- How Air Pollution Is Destroying Our Health. Available online: https://www.who.int/air-pollution/news-and-events/how-air-pollution-is-destroying-our-health (accessed on 26 May 2019).
- Pope, C.A., III; Burnett, R.T.; Thun, M.J.; Calle, E.E.; Krewski, D.; Ito, K.; Thurston, G.D. Lung cancer, car-diopulmonary mortality and long-term exposure to fine particulate air pollution. JAMA 2002, 287, 1132–1141. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Pope, C.A., III; Thun, M.J.; Namboodiri, M.M.; Dockery, D.W.; Evans, J.S.; Speizer, F.E.; Heath, C.W. Particulate air pollution as a predictor of mortality in a prospective study of U.S. adults. Am. J. Respir. Crit. Care Med. 1995, 151, 669–674. [Google Scholar] [CrossRef]
- Chang, Y.-S.; Chiao, H.-T.; Abimannan, S.; Huang, Y.-P.; Tsai, Y.-T.; Lin, K.-M. An LSTM-based aggregated model for air pollution forecasting. Atmos. Pollut. Res. 2020, 11, 1451–1463. [Google Scholar] [CrossRef]
- Tsai, Y.-T.; Zeng, Y.-R.; Chang, Y.-S. Air pollution forecasting using RNN with LSTM. In Proceedings of the 2018 IEEE 16th International Conference on Dependable, Autonomic and Secure Computing, 16th International Conference on Pervasive Intelligence and Computing, 4th International Conference on Big Data Intelligence and Computing and Cyber Science and Technology Congress (DASC/PiCom/DataCom/CyberSciTech), Athens, Greece, 12–15 August 2018; pp. 1074–1079. [Google Scholar] [CrossRef]
- Chang, Y.-S.; Abimannan, S.; Chiao, H.-T.; Lin, C.-Y.; Huang, Y.-P. An ensemble learning based hybrid model and framework for air pollution forecasting. Environ. Sci. Pollut. Res. 2020, 27, 38155–38168. [Google Scholar] [CrossRef]
- Russell, M. Lessons from NAPAP. Ecol. Appl. 1992, 2, 107–110. [Google Scholar] [CrossRef] [PubMed]
- Hu, X.; Waller, L.A.; Al-Hamdan, M.Z.; Crosson, W.L.; Estes, M.G.; Estes, S.M.; Quattrochi, D.A.; Sarnat, J.A.; Liu, Y. Estimating ground-level PM2.5 concentrations in the southeastern U.S. using geographically weighted regression. Environ. Res. 2013, 121, 1–10. [Google Scholar] [CrossRef]
- Alhirmizy, S.; Qader, B. Multivariate time series forecasting with LSTM for Madrid, Spain pollution. In Proceedings of the 2019 International Conference on Computing and Information Science and Technology and Their Applications (ICCISTA), San Francisco, CA, USA, 3–5 March 2019; pp. 1–5. [Google Scholar]
- Pant, P.; Habib, G.; Marshall, J.D.; Peltier, R.E. PM2.5 exposure in highly polluted cities: A case study from New Delhi, India. Environ. Res. 2017, 156, 167–174. [Google Scholar] [CrossRef]
- Al-Hemoud, A.; Gasana, J.; Al-Dabbous, A.; Alajeel, A.; Al-Shatti, A.; Behbehani, W.; Malak, M. . Exposure levels of air pollution (PM2.5) and associated health risk in Kuwait. Environ. Res. 2019, 179, 108730. [Google Scholar] [CrossRef]
- Bartzis, J.G.; Kalimeri, K.K.; Sakellaris, I.A. Environmental data treatment to support exposure studies: The statistical behavior for NO2, O3, PM10 and PM2.5 air concen-trations in Europe. Environ. Res. 2020, 181, 108864. [Google Scholar] [CrossRef]
- Ramos, M.J.; Vasconcelos, A.; Faria, M. Comparison of particulate matter inhalation for users of different transport modes in Lisbon. Transp. Res. Procedia 2015, 10, 433–442. [Google Scholar] [CrossRef] [Green Version]
- Cozza, I.C.; Zanetta, D.M.T.; Fernandes, F.L.A.; da Rocha, F.M.M.; de Andre, P.A.; Garcia, M.L.B.; Paceli, R.B.; Prado, G.F.; Terra-Filho, M.; Saldiva, P.H.D.N.; et al. An approach to using heart rate monitoring to estimate the ventilation and load of air pollution exposure. Sci. Total Environ. 2015, 520, 160–167. [Google Scholar] [CrossRef]
- Ramos, C.; Reis, J.; Almeida, T.; Alves, F.; Wolterbeek, H.; Almeida, S.M. Estimating the inhaled dose of pollutants during indoor physical activity. Sci. Total Environ. 2015, 527, 111–118. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Zuurbier, M.; Hoek, G.; Hazel, P.V.D.; Brunekreef, B. Minute ventilation of cyclists, car and bus passengers: An experimental study. Environ. Health 2009, 8, 48. [Google Scholar] [CrossRef] [Green Version]
- Mermier, C.M.; Samet, J.M.; Lambert, W.E.; Chick, T.W. Evaluation of the relationship between heart rate and ventilation for epidemiologic studies. Arch. Environ. Health Int. J. 1993, 48, 263–269. [Google Scholar] [CrossRef] [PubMed]
- Samet, J.M.; Lambert, W.E.; James, D.S.; Mermier, C.M.; Chick, T.W. Assessment of heart rate as a predictor of ventilation. Res. Rep. 1993, 59, 19–55. [Google Scholar]
- Centers for Disease Control and Prevention. The Benefits of Physical Activity. Available online: http://www.cdc.gov/physicalactivity/everyone/health (accessed on 25 June 2017).
- Thompson Coon, J.; Boddy, K.; Stein, K.; Whear, R.; Barton, J.; Depledge, M.H. Does participating in physical activity in outdoor natural environ-ments have a greater effect on physical and mental well-being than physical activity indoors? A systematic review. Environ. Sci. Technol. 2011, 45, 1761–1772. [Google Scholar] [CrossRef]
- U.S. Dept. of Health and Human Services. Physical Activity Guidelines for Americans. Available online: http://health/gov/paguidelines (accessed on 25 June 2017).
- World Health Organization. Step to Health: A European Framework to Promote Physical Activity for Health. Available online: http://www.euro.who.int/__data/assets/pdf_file/0020/101684/E90191.pdf (accessed on 25 June 2017).
- Roberts, J.D.; Voss, J.; Knight, B. The association of ambient air pollution and physical inactivity in the United States. PLoS ONE 2014, 9, e90143. [Google Scholar] [CrossRef]
- Wen, X.-J.; Balluz, L.S.; Shire, J.D.; Mokdad, A.H.; Kohl, H.W. Association of self-reported leisure-time physical inactivity with particulate matter 2.5 air pollution. J. Environ. Health 2009, 72, 40–44. [Google Scholar] [PubMed]
- Le Tertre, A.; Medina, S.; Samoli, E.; Forsberg, B.; Michelozzi, P.; Boumghar, A.; Vonk, J.; Bellini, A.; Atkinson, R.; Ayres, J. Short-term effects of particulate air pollution on cardiovascular diseases in eight European cities. J. Epidemiol. Community Health 2002, 56, 773–779. [Google Scholar] [CrossRef]
- Shah, A.S.; Langrish, J.P.; Nair, H.; McAllister, D.A.; Hunter, A.L.; Donaldson, K.; Newby, D.E.; Mills, N.L. Global association of air pollution ad heart failure: A systematic review and meta-analysis. Lancet 2013, 382, 1039–1048. [Google Scholar] [CrossRef] [Green Version]
- Pope, C.A., III; Ezzati, M.; Dockery, D.W. Fine-particulate air pollution and life expectancy in the United States. N. Engl. J. Med. 2009, 360, 376–386. [Google Scholar] [CrossRef] [Green Version]
- Li, F.; Liu, Y.; Lü, J.; Liang, L.; Harmer, P. Ambient air pollution in China poses a multifaceted health threat to outdoor physical activity. J. Epidemiol. Community Health 2015, 69, 201–204. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Bruce, R.A.; Fisher, L.D.; Cooper, M.N.; Gey, G.O. Separation of effects of cardiovascular disease and age on ventricular function with maximal exercise. Am. J. Cardiol. 1974, 34, 757–763. [Google Scholar] [CrossRef]
- ICRP. Human Respiratory Tract Model for Radiological Protection; ICRP Publication 66. Ann. ICRP 24 (1-3); ICRP: Ottawa, ON, Canada, 1994. [Google Scholar]
- Chang, Y.-H.; Yang, A.-L.; Lin, Y.-S.; Chang, Y.-S. Monitoring and estimating inhalation of particular matter using personal physiological data. In Proceedings of the 2017 IEEE International Conference on Systems, Man, and Cybernetics (SMC), Banff, AB, Canada, 5–8 October 2017; pp. 852–857. [Google Scholar]
- Harrison, V.; Proudfoot, J.; Wee, P.P.; Parker, G.; Pavlovic, D.H.; Manicavasagar, V. Mobile mental health: Review of the emerging field and proof of concept study. J. Ment. Health 2011, 20, 509–524. [Google Scholar] [CrossRef] [PubMed]
- Pfeiffer, H.C. PREVAIL: Proof-of-concept system and results. Microelectron. Eng. 2000, 53, 61–66. [Google Scholar] [CrossRef]
- Banerjee, A.; Banerji, R.; Berry, J.; Duflo, E.; Kannan, H.; Mukerji, S.; Shotland, M.; Walton, M. From proof of concept to scalable policies: Challenges and solutions, with an application. J. Econ. Perspect. 2017, 31, 73–102. [Google Scholar] [CrossRef] [Green Version]
- Li, Q.; Wang, Z.-Y.; Li, W.-H.; Li, J.; Wang, C.; Du, R.-Y. Applications integration in a hybrid cloud computing environment: Modelling and platform. Enterp. Inf. Syst. 2013, 7, 237–271. [Google Scholar] [CrossRef]
- Bangor, A.; Miller, J.; Kortum, P. Determining what individual SUS scores mean: Adding an adjective rating scale. J. Usability Stud. 2009, 4, 114–123. [Google Scholar]
S. No. | Topic | Average | Standard Deviation |
---|---|---|---|
1. | I will be willing to use this system often | 3.93 | 0.740 |
2. | I think this system is too complicated | 2.30 | 0.837 |
3. | I think this system is easy to use | 3.93 | 0.691 |
4. | I think I will need the assistance of a technician to use this system | 2.50 | 1.075 |
5. | I think the various functions of this system are well integrated with each other | 3.77 | 0.728 |
6. | I think there are too many inconsistencies in this system | 2.13 | 0.819 |
7. | I can foresee that most people will quickly learn to use this system | 3.80 | 0.925 |
8. | I think this system is very difficult to use | 2.17 | 1.053 |
9. | I am very confident to be able to use this system | 4.00 | 0.830 |
10. | I need to learn a lot of knowledge before I can start using this system | 2.30 | 0.837 |
Test Time (Minute) | Connect PM2.5 Sensor and Receive PM2 Data (Seconds) | Public Cloud Synchronized Data (Seconds) | Send Request Grab Heart Rate Data (Seconds) | Calculate PM2.5 Inhalation and Retention (Seconds) |
---|---|---|---|---|
7 | 0.721 | 33.360 | 1.125 | 0.022 |
18 | 1.518 | 40.140 | 1.280 | 0.039 |
30 | 0.996 | 40.133 | 1.128 | 0.056 |
38 | 1.188 | 37.656 | 1.243 | 0.413 |
62 | 1.082 | 39.209 | 1.260 | 0.076 |
Average | 1.101 | 38.09 | 1.207 | 0.0672 |
Topic | Mean | Standard Deviation | Mean |
---|---|---|---|
User’s perception of PM2.5 | 3.77 | ||
1. I think it is important to understand PM2.5 | 4.23 | 0.774 | |
2. I know the impact of PM2.5 on the human body | 3.80 | 0.887 | |
3. I usually care about the amount of PM2.5 in my area | 3.27 | 0.980 | |
User’s understanding of PM2.5 in the sports field | 3.41 | ||
4. I know the value of PM2.5 in the field during exercise | 3.03 | 1.129 | |
5. I think it is important to understand the value of PM2.5 in sports fields | 3.73 | 0.828 | |
6. When I exercise, I pay attention to the value of PM2.5 | 3.33 | 1.124 | |
7. I will consider the value of PM2.5 in the sports field to decide whether to exercise | 3.37 | 0.999 | |
8. I value how much PM2.5 I inhale when I exercise | 3.37 | 1.066 | |
9. I think it is important to be able to know the PM2.5 information near a person at any time | 3.63 | 1.033 | |
User’s attention to PM2.5 | 3.75 | ||
10. I value the value of PM2.5 in sports fields | 3.60 | 0.932 | |
11. There is a device that allows me to know that PM2.5 information in my vicinity is important | 3.93 | 0.740 | |
12. Personalized PM2.5 information at any time is helpful for me to decide whether to exercise | 3.80 | .925 | |
13. It is important to know how much PM2.5 you inhale at any time during exercise | 3.67 | 0.922 |
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2021 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Wu, H.-C.; Yang, A.-L.; Chang, Y.-S.; Chang, Y.-H.; Abimannan, S. The Process and Platform for Predicting PM2.5 Inhalation and Retention during Exercise. Processes 2021, 9, 2026. https://doi.org/10.3390/pr9112026
Wu H-C, Yang A-L, Chang Y-S, Chang Y-H, Abimannan S. The Process and Platform for Predicting PM2.5 Inhalation and Retention during Exercise. Processes. 2021; 9(11):2026. https://doi.org/10.3390/pr9112026
Chicago/Turabian StyleWu, Hui-Chin, Ai-Lun Yang, Yue-Shan Chang, Yu-Hsiang Chang, and Satheesh Abimannan. 2021. "The Process and Platform for Predicting PM2.5 Inhalation and Retention during Exercise" Processes 9, no. 11: 2026. https://doi.org/10.3390/pr9112026
APA StyleWu, H. -C., Yang, A. -L., Chang, Y. -S., Chang, Y. -H., & Abimannan, S. (2021). The Process and Platform for Predicting PM2.5 Inhalation and Retention during Exercise. Processes, 9(11), 2026. https://doi.org/10.3390/pr9112026