Smart Watch Supported System for Health Care Monitoring

Anshuman Mishra,Richards Joe Stanislaus
2023-04-16
Abstract:This work presents a smartwatch attached to patients at remote locations, which would help in the navigation of wheel chair and monitor the vitals of patients and relay it through IoT. This wearable smartwatch is equipped with sensors to measure health parameters, namely, heartbeat, blood pressure, body temperature, and step count. An esp8266 Wi-Fi module uploads the health parameters into the thingspeak cloud platform with a time stamp. This smartwatch is equipped with a joystick for cruise and navigation control of the motor driver-enabled wheelchair. Additionally, an ultrasonic sensor mounted in front of the wheelchair continuously scans for any obstacles ahead and stops the motion of the wheelchair upon detection of an obstacle. The primary controller of the system is an Arduino UNO microcontroller, which interfaces the input and output modules.
Systems and Control,Signal Processing
What problem does this paper attempt to address?
### Problems the Paper Attempts to Solve The paper proposes a health monitoring system based on a smartwatch, aiming to address the following issues: 1. **Remote Health Monitoring**: Monitor patients' health parameters (such as heart rate, blood pressure, body temperature, and step count) remotely via a smartwatch, and upload this data to a cloud platform (such as ThingSpeak) through the Internet of Things. 2. **Wheelchair Navigation and Control**: The smartwatch is equipped with a joystick that can be used to control the cruising and navigation of an electric wheelchair. Additionally, an ultrasonic sensor is installed at the front of the wheelchair to detect obstacles ahead and stop the wheelchair when an obstacle is detected. 3. **Low Cost and Convenience**: With the rising medical costs and the ongoing need for continuous monitoring of the elderly and dependent family members in modern society, this system aims to provide a low-cost and convenient solution. 4. **Real-time Data Monitoring**: Through IoT technology, doctors can remotely monitor patients' vital signs (such as body temperature and heart rate) during a pandemic, reducing the burden on hospital management. In summary, the paper aims to develop a smartwatch system that integrates health monitoring, wheelchair control, and obstacle detection functions to improve healthcare efficiency and convenience for patients.