Nightingale is an advanced nursing assistance system designed to help healthcare professionals monitor patients' vital signs remotely using IoT devices. The system enables contactless monitoring, which is crucial in scenarios where direct contact with patients is limited or dangerous, such as during pandemics, quarantines, or when caring for immunocompromised individuals. By reducing the need for physical interaction, Nightingale protects both patients and healthcare workers while ensuring that critical health data is continuously monitored.
In modern healthcare, the ability to monitor patients without direct physical interaction has become increasingly important. Contactless monitoring not only reduces the risk of infection transmission but also enables healthcare professionals to care for more patients simultaneously. Nightingale allows nurses to keep track of patients' vital signs in real-time, ensuring that immediate action can be taken when necessary. This system is particularly useful in isolation wards, emergency rooms, and long-term care facilities, where constant patient monitoring is required but physical contact must be minimized.
-
Pulse Monitoring:
- A pulse sensor records real-time pulse readings.
- The data is sent to a central web server where nurses can view and assess the patient's heart rate continuously.
-
Fall Detection:
- An MPU6050 sensor monitors 3-axis accelerometer and gyroscope data to detect any falls.
- When a fall is detected, an alert is sent to the nurses to take immediate action.
-
Temperature Monitoring:
- A temperature sensor continuously tracks the patient's body temperature.
- The readings are sent regularly to the web server to ensure the patient remains within a healthy temperature range.
- ESP32 Wi-Fi Module: All sensors are connected to an ESP32 module, which transmits the data to a common web server.
- Web Server: Nurses access the web server to view live data from all sensors, allowing them to monitor patients in real time.
- Quarantine and Isolation: The Nightingale system is especially beneficial in scenarios where patients are in isolation due to contagious diseases. It minimizes the need for physical contact while ensuring the patients' health is closely monitored.
- Remote Monitoring: Enables continuous assessment of critical vitals like heart rate, body temperature, and fall detection without the need for constant bedside monitoring.
- Reduced Risk of Transmission: In cases of highly infectious diseases, Nightingale significantly reduces the risk of spreading infections between patients and healthcare staff by allowing nurses to remotely monitor patients.
- Pulse Sensor
- MPU6050 Accelerometer & Gyroscope Sensor
- Temperature Sensor
- ESP32 Wi-Fi Module
- Pulse Sensor: Sends real-time pulse data to the ESP32, which is then transmitted to the central server for monitoring.
- Fall Detection: The MPU6050 sensor constantly monitors the 3-axis accelerometer and gyroscope data. In the event of a fall, the system detects the sudden changes in these values and sends an alert to the nurses.
- Temperature Sensor: Regularly sends temperature readings to the ESP32, ensuring continuous updates on the patient's condition.
- Clone the repository:
git clone https://github.com/yourusername/nightingale.git