International Journal of Fuzzy Logic and Intelligent Systems 2019; 19(4): 342-348
Published online December 25, 2019
https://doi.org/10.5391/IJFIS.2019.19.4.342
© The Korean Institute of Intelligent Systems
Jung-Sook Kim1 and Junho Jeong2
1School of CIT Convergence, Kimpo University, Korea
2Department of Computer Science and Engineering, Kongju National University, Korea
Correspondence to :
Jung-Sook Kim (kimjs@kimpo.ac.kr)
This is an Open Access article distributed under the terms of the Creative Commons Attribution Non-Commercial License (http://creativecommons.org/licenses/by-nc/3.0/) which permits unrestricted noncommercial use, distribution, and reproduction in any medium, provided the original work is properly cited.
In this study, we developed a smart mat with Internet of Things applied technology. The smart mat system composed of the hardware and software. The hardware contains multiple sensors connected to wireless network to transmit data from sensors to remote server. Also, the system can set the temperature at the optimal sleeping condition using a microcomputer. Furthermore, it can control the precision temperature controller at the unit of 1 grade and can control the controller at the minimum grade of 25–55. And the sensing data from smart mat are for remote monitoring of the elderly living alone or healthcare users, and a system model that can collect data on bedtime, wakeup time, and sleep quality. We developed an algorithm which could decides the status of sleep according to data from the sensors of the smart mat. There are nine types of status flags, which have the values from 1 to 9. This system can process the recorded contents and send the data to the smartphone application of the caregivers in real time for remote monitoring. Also, we developed the management system on the web to check the device status, permission, custom information, user information, and raw data.
Keywords: Smart Mat System, Washable and Eco-friendly Materials, Remote Monitoring System, Sleeping Hours, Internet of Things, Healthcare, Biosensor
E-mail: kimjs@kimpo.ac.kr
E-mail: yanyenli@hotmail.com
International Journal of Fuzzy Logic and Intelligent Systems 2019; 19(4): 342-348
Published online December 25, 2019 https://doi.org/10.5391/IJFIS.2019.19.4.342
Copyright © The Korean Institute of Intelligent Systems.
Jung-Sook Kim1 and Junho Jeong2
1School of CIT Convergence, Kimpo University, Korea
2Department of Computer Science and Engineering, Kongju National University, Korea
Correspondence to:Jung-Sook Kim (kimjs@kimpo.ac.kr)
This is an Open Access article distributed under the terms of the Creative Commons Attribution Non-Commercial License (http://creativecommons.org/licenses/by-nc/3.0/) which permits unrestricted noncommercial use, distribution, and reproduction in any medium, provided the original work is properly cited.
In this study, we developed a smart mat with Internet of Things applied technology. The smart mat system composed of the hardware and software. The hardware contains multiple sensors connected to wireless network to transmit data from sensors to remote server. Also, the system can set the temperature at the optimal sleeping condition using a microcomputer. Furthermore, it can control the precision temperature controller at the unit of 1 grade and can control the controller at the minimum grade of 25–55. And the sensing data from smart mat are for remote monitoring of the elderly living alone or healthcare users, and a system model that can collect data on bedtime, wakeup time, and sleep quality. We developed an algorithm which could decides the status of sleep according to data from the sensors of the smart mat. There are nine types of status flags, which have the values from 1 to 9. This system can process the recorded contents and send the data to the smartphone application of the caregivers in real time for remote monitoring. Also, we developed the management system on the web to check the device status, permission, custom information, user information, and raw data.
Keywords: Smart Mat System, Washable and Eco-friendly Materials, Remote Monitoring System, Sleeping Hours, Internet of Things, Healthcare, Biosensor
System to connect.
3-point biosensors.
Daily data result.
Weekly data result.
Monthly data result.
Login.
New device registration.
Device information.
The smart mat.
(a) The first time testing result, (b) the second time testing result, (c) the third time testing result, (d) the fourth time testing result, and (e) the fifth time testing result.
Table 1 . APIs.
API description | Method | Request URL | Response | Response description |
---|---|---|---|---|
Search of all users | GET | /user | 200 | - |
400 | - | |||
User creation | POST | /user | 201 | Creation |
400 | - | |||
409 | Already existence user ID | |||
Information retrieval of users | GET | /user/{user id} | 200 | - |
400 | - | |||
404 | Not found user | |||
Information update of users | PUT | /user/{user id} | 200 | - |
400 | - | |||
404 | - | |||
User deletion | DELETE | /user/{user id} | 204 | Deletion |
400 | - | |||
Login | POST | /login | 201 | - |
400 | - | |||
401 | Wrong password | |||
404 | Not found user |
Gayoung Kim
International Journal of Fuzzy Logic and Intelligent Systems 2024; 24(3): 287-294 https://doi.org/10.5391/IJFIS.2024.24.3.287Le Van Hoa and Vo Viet Minh Nhat
International Journal of Fuzzy Logic and Intelligent Systems 2024; 24(3): 181-193 https://doi.org/10.5391/IJFIS.2024.24.3.181Archana P. Kale
International Journal of Fuzzy Logic and Intelligent Systems 2023; 23(4): 465-481 https://doi.org/10.5391/IJFIS.2023.23.4.465System to connect.
|@|~(^,^)~|@|3-point biosensors.
|@|~(^,^)~|@|Daily data result.
|@|~(^,^)~|@|Weekly data result.
|@|~(^,^)~|@|Monthly data result.
|@|~(^,^)~|@|Login.
|@|~(^,^)~|@|New device registration.
|@|~(^,^)~|@|Device information.
|@|~(^,^)~|@|The smart mat.
|@|~(^,^)~|@|(a) The first time testing result, (b) the second time testing result, (c) the third time testing result, (d) the fourth time testing result, and (e) the fifth time testing result.