International Journal of Interactive Mobile Technologies (iJIM) – eISSN: 1865-7923 – Vol. 14, No. 8, 2020 Paper—Mobile Simulator Control System for Isolating Breathing Apparatus of Software-Hardware … Mobile Simulator Control System for Isolating Breathing Apparatus of Software-Hardware Platform https://doi.org/10.3991/ijim.v14i08.11045 Artem Obukhov (*), Denis Dedov, Alexander Siukhin, Alexey Arkhipov Tambov State Technical University, Tambov, Russian Federation obuhov.art@gmail.com Abstract—The current problem in the process of training miners is to en- sure the mobility and the ability to perform exercises not only on simulators, but also in real conditions of the mine. Therefore, the software and hardware plat- form of the training complex should include not only imitators of isolating breathing apparatus for developing proper breathing skills in self-rescuers, but also mobile control systems. This will allow carrying out the learning process in conditions similar to real, will increase usability by eliminating wired data transfer interfaces. In addition, the mobile control system of the simulator moni- tors the trainee's state indicators in real time in an understandable form for him on a wristband or watch. For the implementation of software and hardware of such system, appropriate structural and functional models were developed, in- cluding patterns of interaction between components, data transfer and pro- cessing processes. On their basis, a software and hardware implementation of a mobile simulator control system is carried out. The results can be applied in the development of mobile controls in various software and hardware platforms. Keywords—Mobile control systems, training complexes, breathing apparatus simulator, Android. 1 Introduction At present, training complexes are actively used for training personnel for profes- sional-use ergatic systems: miners of the mining industry [1], employees of industrial enterprises [2], medical personnel [3], military personnel [4], etc. We note that in a number of areas of human activity, it is not realistic enough to model virtual reality and interaction with it. In order to achieve high-quality learning results in such cases, it is necessary to introduce specialized equipment into the training complex - physical exercise simulators, breathing apparatus [5] [6] [7]. The application of such simulators only in prepared premises for personnel’s train- ing does not always allow developing the correct set of competencies, visual and physical sensations. In addition, the use of wired simulators, permanently connected to a computer or a control station, significantly limits the freedom of movement of the student. It should also be noted that the transition of virtual reality equipment to a wireless data interface leads to the need to completely abandon the wired connection 32 http://www.i-jim.org Paper—Mobile Simulator Control System for Isolating Breathing Apparatus of Software-Hardware … for all components of the simulator [8] [9]. Thus, the actual task is the transition to mobile simulators and, consequently, mobile control systems [10]. The solution of this problem will allow training not only in specially prepared premises, but also at test sites, in mines, without restricting the user to wired interfaces. Within this article, a block diagram of a mobile control system for a simulator of isolated breathing apparatus (IBA), its algorithmic support and software, and its inte- gration into a software and hardware platform of a training complex are considered. Thus, for the first time, a mobile control system based on a wristband or smart watch was developed for this kind of simulators, which opens up new possibilities for wire- less and portable control of equipment of training complexes. 2 Analysis of Design Features for Mobile Platforms At the first stage of the implementation of the mobile control system of IBA simu- lator, an analysis of existing approaches to its software and hardware implementation was accomplished. The first prototype of the system was implemented on the basis of a controller for the realization ESP32 mobile control devices with built-in Wi-Fi and Bluetooth 4.2 modules, as well as a Nextion touchscreen [11] [12]. This design made it possible to solve the main problems of IBA simulator control; however, it had a number of significant drawbacks: large dimensions and weight, the need to manufac- ture a complex-shaped body, short operating time and its instability. Therefore, in the course of research, it was decided to switch to a ready-made software and hardware solution based on a popular operating system to reduce the total cost of development and the possibility of using it on a wide range of devices [13] [14]. The use of consumer fitness trackers of physical activity was considered as a pos- sible solution [15]. However, proprietary operating systems installed on such devices greatly complicate the process of developing and integrating such platforms into train- ing complexes. The following operating system options were considered: Android, Wear OS, iOS, Tizen. For each option, there are a sufficient number of wristwatch versions with the necessary autonomy, computing power, compact size [16] [17] [18] [19]. The conducted analysis of the features of development for these mobile platforms showed that for iOS operating system there are a number of limitations during devel- oping and installing applications, accessing sensors of the device, and the need to interact with iOS-based smartphone [20]. Also, the total cost of the hardware platform compared to the other options remains quite high. Devices based on Tizen have open access to sensors [21] [22], are quite common, have a lower cost, however, the development for this operating system does not allow you to quickly transfer the resulted solution to other platforms. The restriction is also orientation to the round format of the interface. However, the use of Tizen is generally justified for this kind of control systems and may be considered in the future. Wear OS platform (formerly Android Wear) also provides the necessary software package of libraries for working with sensors and transmitting data via wireless inter- iJIM ‒ Vol. 14, No. 8, 2020 33 Paper—Mobile Simulator Control System for Isolating Breathing Apparatus of Software-Hardware … faces [23]. The resulted software solution can be quickly ported to a full version of Android. The cost of solutions based on this platform is also relatively low. The research also considered the option of a smart watch based on Android [24] [25]. Compared with the previous version, these devices have slightly worse autono- my; however, they work on a full-fledged operating system without any restrictions. The applications developed for this platform are automatically operable on any An- droid devices. Testing and installing applications do not require any additional funds, except the environment development. The cost of solutions based on this operating system is also one of the lowest. Therefore, in the course of the analysis, it was decided to use the devices on the full-fledged Android operating system as a software and hardware platform for the mobile control system of IBA simulator. In the future we plan to port software to Wear OS and Tizen, which will significantly expand the range of possible devices. 3 Structural Diagram of Mobile Control System for IBA Simulator Having determined the platform on the basis of which the mobile control system of IBA simulator will function, we proceed to the development of a general structural scheme. The main hardware component of IBA simulation system is a self-rescuer simulator, the structure and interaction of which components are presented in Figure 1. The simulator is similar in appearance to the self-rescuer, all actuators are located in the shell of the cartridge. The control unit, installed inside the simulator, receives control signals from the mobile system and transmits data about the current tempera- ture of the heating unit, the level of regulation of the resistance to breathing [11]. Thus, despite the isolation and independence of the self-rescuer simulator, an external control system is required for its full-fledged work. The main components of the mobile control system for IBA simulator are consid- ered: 1. Mobile platform: Hardware and software system in the form of a wristband or watch based on Android operating system with the ability to store data and play text, graphic or audio information. 2. Software control system: It includes all the necessary business logic of IBA simu- lator control system, used to get data from sensors to an output device (display). 3. Pulse sensor: Integrated into the mobile platform heart rate sensor with the ability to obtain data from it using the program code libraries. 4. Wi-Fi module: The component of the mobile platform used to obtain information from the control unit of the self-rescue simulator about the current breathing re- sistance, temperature of GBM, and other parameters. It is also used to transmit control signals to IBA simulator. 5. Power supply: Built-in battery of the mobile platform, ensuring its functioning for the required period of time. 34 http://www.i-jim.org Paper—Mobile Simulator Control System for Isolating Breathing Apparatus of Software-Hardware … Fig. 1. Structural diagram of mobile control system for IBA simulator 6. Output information module: The component of the mobile platform in the form of a display module that receives information from the microcontroller. The data should be visualized in a user-friendly format. You also need to display the control elements on the screen - buttons and adjustment elements, the interaction with which is converted into control signals for the simulator. 7. Storage module: Built-in or external flash-memory used to write and read files containing complete information about the entire training process on the simulator. This type of memory is compact, energy efficient and widespread. Thus, the obtained structure of the mobile control system of IBA simulator will al- low organizing the collection, processing, storage and display of data from IBA simu- lator, as well as ensure its integration into training complexes of various types. iJIM ‒ Vol. 14, No. 8, 2020 35 Paper—Mobile Simulator Control System for Isolating Breathing Apparatus of Software-Hardware … 4 Algorithm of Functioning of Mobile Control System of IBA Simulator It is necessary to implement the corresponding algorithms formalized in the form of a functional diagram in IDEF0 notation (Figure 2) for the correct functioning of the software of the mobile control system of IBA simulator. We carry out the decomposi- tion of the main stages of functioning of a mobile control system of IBA simulator. At the first stage (A1), the instructor turns on the simulator in accordance with the technical conditions of its operation. Conditions include the ambient temperature and humidity, the absence of a powerful electromagnetic field, the charge level of the power sources of IBA simulator and the control system. If, after switching on, the simulation system provides information about its readiness for further work, the in- structor can proceed to the next stage. After successful switching on, the diagnostics of the mobile IBA imitation system begins to verify the correctness of its operation (stage A2). Diagnostics includes checking both the hardware and software of the mobile control system of IBA simula- tor. In case of successful completion of the built-in diagnostic routine, the simulator should contact all external components: the simulator control system, the software of the training complex. After the connection is established, the system performs a test run and sets the initial value of the flap opening and the temperature. These values should be sent to all devices connected to the simulator - to the wristband and person- al computer of the instructor. In case the errors are detected during the diagnostics, the system is restarted. If the failure is not fixed in this way, diagnostics is carried out with the involvement of a group of software and hardware developers. If no errors are detected during the diagnostics, the instructor proceeds to the next step. At the third stage (A3), the instructor downloads a training protocol into the mobile control system of IBA simulator, which includes all the necessary information to manage the training process and the simulator. After successful loading of the proto- col, parallel execution of stages A4-A6 begins. Stage A4 includes the implementation of the learning protocol itself. This process means the timely, predetermined control of the position of the valve and the tempera- ture of the heater, at which the trainee will experience the breathing resistance re- quired at the moment of the training scenario, as well as inhale GBM of a given tem- perature. Stage A5 is responsible for tracking the learning process itself. The system records in the database all the errors made by the student, the frequency of their occurrence, so that later on during the training it was possible to correct the exercise in order to test the students' weaknesses [26]. Stage A6 is related to tracing student performance. These include the physical characteristics of a person - spirogram, pneumotachogram and pulsogram. These indicators are also displayed graphically on the simulator and on the wristband. The definition of physical indicators is carried out in separate software modules based on the specified mathematical relationships. 36 http://www.i-jim.org Paper—Mobile Simulator Control System for Isolating Breathing Apparatus of Software-Hardware … Fig. 2. Functional model of system with IBA simulator The output data of stages A4-A6 are logged during stage A7. According to the ob- tained data, some parameters of the student are calculated, for example, the time of the protective action of the self-rescuer simulator. The data, collected from various sources, are standardized, processed, and then saved as files. In addition to the files, the learning result is also stored in the database at stage A8. In the future this will allow us to provide more convenient processing and searching for information, to import the collected data into other information systems. Stage A9 summarizes the learning process. The collected data is analyzed, the ef- fectiveness of training, its impact on the person’s performance are evaluated. If the training did not have a sufficient effect or a large error was detected during the course of the training, an additional briefing is conducted with the trainee, and the training scenario is adjusted to develop the required skills (the adjustments are applied at step iJIM ‒ Vol. 14, No. 8, 2020 37 Paper—Mobile Simulator Control System for Isolating Breathing Apparatus of Software-Hardware … A4). If after the training, the student repeatedly shows a discrepancy to the standards of training, a conclusion is made about the professional unsuitability of the employee. The algorithmic support presented within the framework of the developed func- tional model will make it possible to correctly organize the control of IBA simulator on the basis of a mobile platform, to collect and analyze data on the physical state of the student. 5 Practical Implementation of Mobile Control System for IBA Simulator The stated structural and functional models of the mobile control system of IBA simulator were used for its software implementation based on a wristwatch on An- droid operating system. The software fully implements the algorithms presented in the functional model. Launched on smart watches, the software of the mobile control system of IBA simulator is presented in Figure 3. Fig. 3. Mobile control system interface of IBA simulator The developed software is designed to control the basic parameters of a self- rescuer simulator: heater temperature and the flap opening value to create the required breathing resistance, as well as collecting basic information about the simulator opera- tion. Using a ready-made software and hardware platform in the form of a smart watch allows you to measure the user's current pulse on the built-in sensor. 38 http://www.i-jim.org Paper—Mobile Simulator Control System for Isolating Breathing Apparatus of Software-Hardware … Data is received from the simulator control unit through the UDP protocol. Data comes in the form of a set of bytes. The following program code is used to convert them into a user-friendly form: byte[] buf = new byte[1024]; DatagramPacket packet = new DatagramPacket(buf, buf.length); socket.receive(packet); byte[] data = packet.getData(); int temp_arz = (((data[0] & 0xFF) * 256) + (data[1] & 0xC0)) / 64; if (temp_arz > 511) { temp_arz -= 1024; } temperature = temp_arz * 0.25f; int pressure_raw = ((data[2] & 0xFF) << 8) + (data[3] & 0xFF); pressure = (((pressure_raw - 1024) * 500 * 2.0f) / 60000.0f) - 500; int temp_raw = ((data[4] & 0xFF) << 8) + (data[5] & 0xFF); inner_temp = (temp_raw - 10214.0f) / 37.39f; The variables pressure and inner_temp determine the amount of the flap opening and the internal temperature in the simulator. The formulas for their calculation are obtained by empirical method and confirmed by repeated tests and comparisons with the values obtained on the installation of artificial lungs. The developed software installed on wristwatches was successfully integrated into the training complex for training miners in the mining industry and allows them to be trained not only in specialized premises, but also directly in mines, at testing sites without restriction on the user's movement. 6 Conclusion Modern training complexes are developing in the direction of increasing their compactness, mobility, and the transition from wired to wireless data transmission interfaces. In some subject areas, for example, in the mining industry, in addition to the realization of interaction with virtual reality, the integration of physical stress and respiratory imitation systems is required. This article discusses the problem of wireless interaction organization with IBA simulator using a mobile control system. The application of the proposed system will solve a number of urgent problems: to implement training not only in unprepared premises, but also in landfills or mines, increase the student’s mobility, organize wire- less data collection and processing about the process of interaction with the simulator without computers, monitor the learner’s performance in real time on wristband or watch. iJIM ‒ Vol. 14, No. 8, 2020 39 Paper—Mobile Simulator Control System for Isolating Breathing Apparatus of Software-Hardware … In order to solve the set problems, an analysis of the specifics of design for mobile devices was carried out, which allowed determining priority platforms for implemen- tation of a mobile control system. At this stage of research, Android was selected as the main platform for development of a mobile system, and in the future the list of operating systems is planned to be expanded. Structural and functional models used for the software implementation of a mobile control system for IBA simulator are developed. The presented models were used in the formation of the structure and business logic of software, the organization of in- teraction between modules and the integration of a mobile system into the learning process. A software code is presented for collecting and processing data, obtained from a self-rescuer simulator. The stated scientific and practical results can be used to solve equipment control problems in training complexes from mobile devices. 7 Acknowledgement The reported study was funded by RFBR according to the research project № 19- 07-00660. 8 References [1] Kizil, M. S., Kerridge, A. P., & Hancock, M. G. (2004). Use of virtual reality in mining education and training. [2] Gavish, N., Gutiérrez, T., Webel, S., Rodríguez, J., Peveri, M., Bockholt, U., & Tecchia, F. (2015). Evaluating virtual reality and augmented reality training for industrial maintenance and assembly tasks. Interactive Learning Environments, 23(6), 778-798. https://doi.org/10.1080/10494820.2013.815221 [3] Mantovani, F., Castelnuovo, G., Gaggioli, A., & Riva, G. (2003). Virtual reality training for health-care professionals. CyberPsychology & Behavior, 6(4), 389-395. https://doi.org/10.1089/109493103322278772 [4] Pallavicini, F., Argenton, L., Toniazzi, N., Aceti, L., & Mantovani, F. (2016). Virtual reali- ty applications for stress management training in the military. Aerospace medicine and human performance, 87(12), 1021-1030. https://doi.org/10.3357/amhp.4596.2016 [5] Robles-García, V., Corral-Bergantiños, Y., Espinosa, N., García-Sancho, C., Sanmartín, G., Flores, J., ... & Arias, P. (2016). Effects of movement imitation training in Parkinson's disease: a virtual reality pilot study. Parkinsonism & related disorders, 26, 17-23. https://doi.org/10.1016/j.parkreldis.2016.02.022 [6] Dedov, D., Alexeev, S., Zakharov, A., Sidorchuk, A., & Arhipov, A. (2018). Virtual train- ing complex for breathing skills practice in self-rescuers. International Multidisciplinary Scientific GeoConference: SGEM: Surveying Geology & mining Ecology Manage- ment, 18, 1021-1027. https://doi.org/10.5593/sgem2018/1.3/s03.128 [7] Abate, A. F., Guida, M., Leoncini, P., Nappi, M., & Ricciardi, S. (2009). A haptic-based approach to virtual training for aerospace industry. Journal of Visual Languages & Com- puting, 20(5), 318-325. https://doi.org/10.1016/j.jvlc.2009.07.003 [8] Podkosova, I., Vasylevska, K., Schoenauer, C., Vonach, E., Fikar, P., Bronederk, E., & Kaufmann, H. (2016, March). ImmersiveDeck: A large-scale wireless VR system for mul- tiple users. In 2016 IEEE 9th Workshop on Software Engineering and Architectures for 40 http://www.i-jim.org Paper—Mobile Simulator Control System for Isolating Breathing Apparatus of Software-Hardware … Realtime Interactive Systems (SEARIS) (pp. 1-7). IEEE. https://doi.org/10.1109/searis. 2016.7551581 [9] Hao, S., Song, W., Huang, K., Xi, Y., Cho, K., & Um, K. (2016). An interactive virtual re- ality system with a wireless head-mounted display. In Advanced Multimedia and Ubiqui- tous Engineering (pp. 203-207). Springer, Singapore. https://doi.org/10.1007/978-981-10- 1536-6_27 [10] Khairudin, M., Triatmaja, A. K., WJ, I., & Azman, M. N. (2019). Mobile Virtual Reality to Develop a Virtual Laboratorium for the Subject of Digital Engineering. International Jour- nal of Interactive Mobile Technologies, 13(4). https://doi.org/10.3991/ijim.v13i04.10522 [11] Karpov, S., Glebov, A., Alexeev, S., Arkhipov, A., & Siukhin, A. (2018). A new mobile wireless imitator of mine insulating self-rescuer. International Multidisciplinary Scientific GeoConference: SGEM: Surveying Geology & mining Ecology Management, 18, 33-39. https://doi.org/10.5593/sgem2018/1.3/s03.005 [12] Maier, A., Sharp, A., & Vagapov, Y. (2017, September). Comparative analysis and practi- cal implementation of the ESP32 microcontroller module for the internet of things. In 2017 Internet Technologies and Applications (ITA) (pp. 143-148). IEEE. https://doi.org/10. 1109/itecha.2017.8101926 [13] Yadav, A., Rakesh, N., Pandey, S., & Singh, R. K. (2018). Development and Analysis of IoT Framework for Healthcare Application. In Advances in Computer and Computational Sciences (pp. 149-158). Springer, Singapore. https://doi.org/10.1007/978-981-10-3773- 3_15 [14] Karim, S., & Gide, E. (2018). The Use of Interactive Mobile Technology to Improve the Quality of Health Care Services in Private and Public Hospitals in Australia. International Journal of Interactive Mobile Technologies (iJIM), 12(6), 4-18. https://doi.org/10.1 8844/gjit.v8i3.4054 [15] Kandee, M., Boonbrahm, P., & Tantayotai, V. (2018). Development of Virtual Pulse Simulation for Pulse Diagnosis Studies. International Journal of Interactive Mobile Tech- nologies (iJIM), 12(7), 31-42. https://doi.org/10.3991/ijim.v12i7.9640 [16] Delia, L., Galdamez, N., Thomas, P., Corbalan, L., & Pesado, P. (2015, May). Multi- platform mobile application development analysis. In 2015 IEEE 9th International Confer- ence on Research Challenges in Information Science (RCIS) (pp. 181-186). IEEE. https://doi.org/10.1109/rcis.2015.7128878 [17] Vilček, T., & Jakopec, T. (2017, May). Comparative analysis of tools for development of native and hybrid mobile applications. In 2017 40th International Convention on Infor- mation and Communication Technology, Electronics and Microelectronics (MIPRO) (pp. 1516-1521). IEEE. https://doi.org/10.23919/mipro.2017.7973662 [18] İlhan, İ., Yıldız, İ., & Kayrak, M. (2016). Development of a wireless blood pressure meas- uring device with smart mobile device. Computer methods and programs in biomedi- cine, 125, 94-102. https://doi.org/10.1016/j.cmpb.2015.11.003 [19] Drigas, A., & Angelidakis, P. (2017). Mobile applications within education: An overview of application paradigms in specific categories. International Journal of Interactive Mobile Technologies (iJIM), 11(4), 17-29. https://doi.org/10.3991/ijim.v11i4.6589 [20] Fu, T. (2012). Pulse Reading Mobile Application: Dr. Chi. Electrical Engineering and Computer Sciences University of California at Berkeley, Technical Report No. UCB/EECS-2012-150. [21] Wasilewska, K., & Rumiński, J. (2018, July). Analysis of the Accuracy of Pulse Estima- tion Using Smart Watches. In 2018 11th International Conference on Human System In- teraction (HSI) (pp. 519-525). IEEE. https://doi.org/10.1109/hsi.2018.8431154 iJIM ‒ Vol. 14, No. 8, 2020 41 Paper—Mobile Simulator Control System for Isolating Breathing Apparatus of Software-Hardware … [22] Zhang, Y., Gu, T., Luo, C., Kostakos, V., & Seneviratne, A. (2018). FinDroidHR: Smart- watch Gesture Input with Optical Heartrate Monitor. Proceedings of the ACM on Interac- tive, Mobile, Wearable and Ubiquitous Technologies, 2(1), 56. https://doi.org/10.1145/ 3191788 [23] Wasilewska, K., & Rumiński, J. (2018, July). Analysis of the Accuracy of Pulse Estima- tion Using Smart Watches. In 2018 11th International Conference on Human System In- teraction (HSI) (pp. 519-525). IEEE. https://doi.org/10.1109/hsi.2018.8431154 [24] He, Z., Chen, X., Fang, Z., Sheng, T., & Xia, S. (2017). Fusion estimation of respiration rate from ECG and PPG signal based on Android platform and wearable watch. https://doi.org/10.1049/cp.2017.0096 [25] Agustine, L., Muljono, I., Angka, P. R., Gunadhi, A., Lestariningsih, D., & Weliamto, W. A. (2018, November). Heart Rate Monitoring Device for Arrhythmia Using Pulse Oxime- ter Sensor Based on Android. In 2018 International Conference on Computer Engineering, Network and Intelligent Multimedia (CENIM) (pp. 106-111). IEEE. https://doi.org/10. 1109/cenim.2018.8711120 [26] Krasnyanskiy, M., Obukhov, A., Dedov, D., & Siukhin, A. (2018). Modeling of the learn- ing process in adaptive training complexes. Journal of Applied Engineering Science, 16(4), 487-493. https://doi.org/10.5937/jaes16-17627 9 Authors Artem Obukhov is a senior researcher, senior lecturer in Dept. of Automated Sys- tems of Decision-Making Support in Tambov State Technical University, Tambov, Russian Federation. PhD in engineering. Email: obuhov.art@gmail.com Denis Dedov is a senior researcher in Tambov State Technical University, Tambov, Russian Federation. PhD in engineering. Director of the center for collective use "Digital engineering" (Tambov). Alexander Siukhin is a postgraduate student, engineer in Tambov State Technical University, Tambov, Russian Federation. Alexey Arkhipov is a postgraduate student, engineer in Tambov State Technical University, Tambov, Russian Federation. Article submitted 2019-06-17. Resubmitted 2019-07-10. Final acceptance 2019-07-10. Final version published as submitted by the authors. 42 http://www.i-jim.org