IET-VIT / MediFlow-DRIP-MONITOR

Automated drip monitor system for hospitals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


MediFlow - DRIP MONITOR

A Smart Drip that allows efficient and constant monitoring of various aspects of the patient.
View Demo ·

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

DEMO VIDEO

This project elaborates a way to efficiently monitor the drip level at hospitals, while also detecting any bubble formation in the liquid used; a process that is currently done manually by nurses when they periodically check the drip. In addition to the functional efficiency of this project, it is also cost-effective. With the use of a light sensor, an ultrasonic sensor, a light source, and a microcontroller system, we provide a way to automatically monitor the drip levels. An accompanying app notifies the concerned hospital staff about issues and irregularities pertaining to the drip bottle.

Built With

  • Arduino Uno
  • HCSR-04 Ultrasonic Sensor
  • Photo-resistor/light sensor
  • Light source
  • Esp8266-01 wifi module
  • ANDROID STUDIO

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Understanding about the working of sensors(Ultrasonic and LDR).
  • Understanding of Arduino or a similar microcontroller and integration of the modules with the microcontroller
  • Basics of firebase and reading data from a website using firebase and WiFi Module.
  • Knowledge of basics of Java and API calling.

Installation

  1. Clone the repo
    git clone https://github.com/Kaustubh251002/Drip-Monitor/
  2. Install NPM packages
    npm install

Usage

This project greatly increases the efficiency of the hospital staff as a whole. The pandemic has led to a lot of hospitals being completely occupied, and the hostel staff overwhelmed. By not having to conduct manual routine checks on the drip levels and drip conditions of every patient, the workload of the hospital staff is exceedingly diminished. Automation in such essential tasks is the next step towards providing more efficient and convenient healthcare.

image image

Working:

The block diagram above represents the correct working of the model in that first it will measure the level of solution left in the bottle through the ultrasonic sensor and if there are any bubbles formed in that solution and due to which there is an obstacle in the path of the flowing solution through a drip that will be detected by the LDR. The data produced by the ultrasonic sensor and LDR will be sent to the firebase through the ESP8266 module. The same data will be sent to the Mobile App, where appropriate warnings can be conveyed to the staff.

Roadmap

To make our system more useful and convenient, we plan on adding a one touch communication portal, through which the patient or their family member can request for assistance from a nurse instead of the family member going out to call them, leaving the patient unattended. Apart from this we will switch from displaying a constant message of the flowing drip and bubble formation, to a pop-up, non-dismissable warning message, for a more efficient and user friendly application.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Name - @Kaustub22315199 - kmishra2510@gmail.com

Project Link: https://github.com/Kaustubh251002/Drip-Monitor/

Acknowledgements

With ❤️ by Team Fourth Dimension, IET-VIT

About

Automated drip monitor system for hospitals


Languages

Language:Java 100.0%