SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4905
Automated Blood Bank with Embedded System
Aishwarya. B. Patil1, Bhuvaneshwari. Murkhandi2, Jayshri3, Lakshmi. B. Navalli4,
Prof. Rajeshwari.S.G5
1,2,3,4Bachelor of Engineering, Department of Computer Science and Techonology, SKSVM Agadi College of
Engineering and Technology, Laxmeshwar, Karnataka, India
5Assistant Professor, Department of Computer Science and Technology, SKSVM Agadi College of Engineering and
Technology, Laxmeshwar, Karnataka, India
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Automated blood bank is an associate work that
brings all donors and receivers oncommonplatform. Themain
aim of this project is to provide blood to the receiver with
minimal time. The System consists of android application for
users, Arduino for collecting medical information (such as
temperature and heart beat rate) of donors and Cloud server
is used for communication link between user and blood bank
administrator. The system is divided into three segments—
First segment is to collect heart beat rate and body
temperature using sensors i.e. Temperaturesensor(lm35)and
Pulse sensor. Second segment consists of android application
and Wi-Fi module for data transfer to the server and third
segment is to display the availability of blood.
Key Words: Android application, Arduino, LM35, Pulse
sensor, Wi-Fi module.
1. INTRODUCTION
Blood is a very important entity in the medical field.
There is need of blood for different types of illnesses [2]; the
blood is collected from the voluntary donors. Blood or the
components of blood are used to treat patients withmedical
conditions such as anaemia, cancer, blood disorders, and
those having surgery. Hence, the blood cannot be evaluated
in terms of the cost.
Every year the nation requires about 4 Crore units
of blood, out of which only a miserable 40 Lakh units of
blood are available. There are multiple blood banks around
the world, however none of them offer the capability for a
direct [3] contact between the donor and recipient. This is
often a serious disadvantage notablyincaseswhereverthere
is associate degree pressing would like of blood.Thisproject
aims to beat this communication barrier by providing an
immediate link between the donor and receiver by
developing an android application through which user can
register the app and search the blood that is in need. Here
the user can act both as donor and receiver, and also user
can view his/her body temperature and heart beat rate
which are measured by sensors (Temperature sensor i.e.
LM35 and Pluse sensor). As Donor, he can donate the blood
through the blood camp/bank and also by individual. As
receiver, he can search the blood through blood camp and
also by individually. By requesting the blood, the current
location of receiver will be sent to the donor.
2. HARDWARE REQUIREMENTS
2.1 Arduino Uno:
Arduino Uno is a microcontroller board based on
the ATmega328 (datasheet). It has 14 digital input/output
pins (of which 6 can be used as PWM outputs), 6 analog
inputs, a 16 MHz crystal oscillator, a USB connection, a
power jack, an ICSP header, and a reset button. It contains
everything needed to support the microcontroller; simply
connect it to a computer with a USB cable or power it with a
AC-to-DC adapter or battery to get started.
Figure 2.1 Arduino
2.2 Wi-Fi Module:
ESP8266 is a cost-effective Wi-Fi module that
supports both TCP/IP and microcontrollers. It runs at 3V
with maximum voltage range around 3.6V. More often than
not, it also comes under name ESP8266 Wireless
Transceiver. This module stays ahead of its predecessor in
terms of processing speed and storage capability. It can be
interfaced with the sensors and other devices and requires
very little modification and development to make it
compatible with other devices.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4906
Figure 2.2 ESP8266 Wi-Fi Module
2.3 Pulse Sensor:
Heart beat sensor so called Pulse Sensorisdesigned
to give digital output of heat beat when a finger is placed on
it. When the heart beat detector is working, the beat LED
flashes in unison with each heartbeat. Thisdigital output can
be connected to microcontroller directly to measure the
Beats per Minute (BPM) rate. It works on the principle of
light modulation by blood flow through finger at each pulse.
The Heart Beat Sensor provides a simple way to
study the heart's function. This sensor monitors the flow of
blood through Finger. As the heart forces blood through the
blood vessels in the Finger, the amountofbloodintheFinger
changes with time. The sensor shines a lightlobe(small High
Bright LED) through the ear and measures the light that is
transmitted to LDR. The signal is amplified, inverted and
filtered, in the Circuit .By graphing this signal, the heart rate
can be determined, and some details of the pumping action
of the heart can be seen on a graph.
Figure 2.3 Pulse Sensor
2.4 Temperature Sensor (Lm35):
LM35 is a temperature measuring device having an
analog output voltage proportional to the temperature. It
provides output voltage in Centigrade (Celsius). It does not
require any external calibration circuitry. The sensitivity of
LM35 is 10 mV/degree Celsius. As temperature increases,
output voltage also increases. It is a 3-terminal sensor used
to measure surrounding temperature ranging from -55°C to
150 °C. LM35 gives temperature output which is more
precise than thermistor output.
The LM35 thus has an advantage over linear
temperature sensors calibrated in ˚ Kelvin, as the user is not
required to subtract a large constant voltage from its output
to obtain convenient Centigrade scaling. The LM35 does not
require any external calibration or trimming to provide
typical accuracies of ±1⁄4˚C at room temperature and
±3⁄4˚Cover a full −55 to +150˚C temperature range.
Figure 2.4 Temperature Sensor (LM35)
2.5 LCD Display:
The LCD panel used in this block interfaced with
micro-controller through output port. This is a 16 character
× 2Line LCD module, capable of displaynumbers,characters,
and graphics. The display contains two internal byte-wide
registers, one for commands (RS=0) and the second for
character to be displayed (RS=1). It also contains a user
programmed Ram area (the character RAM) character that
can be formed using dot matrix that can be programmed to
generate any desired. Two distinguished between these
areas, the hex command byte will be signify that the display
RAM address 00h is chosen.
Figure 2.5 LCD Display
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4907
3. SOFTWARE REQUIREMENTS
3.1 Android Studio:
Android application is designed using Android
Studio. Android Studio is the officialintegrateddevelopment
environment (IDE) for Google's Android operating system,
built on Jet Brains' IntelliJ IDEA software and designed
specifically for Android development. It is available for
download on Windows, macOS and Linux based operating
systems. A rich layout editor that allows users to drag-and-
drop UI components, option to preview layouts on multiple
screen configurations. The AndroidSDKincludesanAndroid
device emulator - a virtual devicethatrunsoncomputer. The
Android Emulator lets develop and test Android apps
without using a physical device.
Figure 3.1 Android Studio
4. LITERATURE SURVEY
In “Android blood bank” by prof. Snigdha et.al [1] proposed
an application for blood donor. In that application the donor
can find the exact path by using GPS (Global Positioning
System). The detail of blood donors will be saved .private
data and confidential data are only viewed by the
administrator. They have methodologies like PHP, MySQL
and Android.
In “Smart Blood Bank Based On IoT” by Radha R. Mahalle1,S.
S. Thorat 2 [2] says that, It will reduce the manpower
required at the blood bank to update the online data also
reduces the efforts of blood seeker of searching bloodstock
at each blood bank. When bloodstock reachestozerosystem
helps to send a request message to the donor and nearest
blood bank. By using IoT the real-time available bloodstock
is displaying on the website it minimizes the efforts of blood
seeker.
In “Design and Implementation of Automated Blood Bank
Using Embedded System” by Bala Senthil Murugan L, Anitha
Julian Assistant Professor [3], has propose that servicingthe
persons who seek donors who are willing to donate blood
and also provide it in the time frame required. The work
explores to find blood donors by using GSM based Smart
Card CPU - Raspberry Pi B+ Kit.
In “Android Blood Donor Life Saving Application in Cloud
Computing” byT.Hilda Jenipha andR.Backiyalakshmi[4]has
proposed an application for blood donation. In this
application during emergency it will list ofdonorsinthecity.
In this cloud based services is provided in whichitwill prove
important in emergency blood delivery. They can enable
immediate access to donor’s information andlocation.It will
ensure the instant location tracking and communication.
Only the register person can access this service.
In “Blood Donation and Life Saver-Blood Donation App” by
Anish Hamlin M R1, Albert Mayan J [5], has proposed a
reliable information systembasedonGISandOTPinandroid
mobile. The main concept of this proposed system is too
valuable to health care. By using thisapplication,theexisting
problem such as miss use of details and wrong information
provided to third party is replaced.
In “Automated BloodBank usingEmbeddedSystemonCloud
Platform” by Abhijeet Moharkar1, Akanksha Somani2 [6],has
proposed that the work is to find matched blood group with
its blood component (RBC, Platelet,Plasma)andprovideit to
the patient/ user in required time frame. It also provides
transparency between users and blood bank administration.
The system consist of android application for users/patient
and Raspberry pi B+ as a computer for blood bank
administrator. The cloud server is used for communication
link between users and blood bank administration. Both are
to be connected through internet connectivity also SMS
facility is provided for user to know status oftheirrequested
blood group.
5. EXISTING SYSTEM
In existing there is no proper care about the people
who donate blood to patients. In case if the donor has or had
any medical problem and comes toward to donate blood to
the patient then it may lead to threat. Hence medical history
of donor should be updated.
Medical histories would be like:
*A person who has Anaemia should not donate blood.
*Donor who having diseases that are transmissible through
blood is not request to donate blood.
*People who are un-weight for height from their height
should not donate blood.
*Pregnant women or recent child birth women should not
donate blood.
Thus the above following reasons arenotupdatedin existing
system. These types of information are not provided in
existing system this may lead to dead in person. The donor
and patient’s body condition will not match at all the time
.here it contain two aspects (1) volunteer’s location (2) the
distance between the user location and volunteers.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4908
6. PROPOSED SYSTEM
The proposed method is to create an android
application in which the blood donor are available easily at
required time. The donors who are all register in this
application are show while searching for blood donation by
individually and blood camps.Thedonorswhoareall nearby
location are tracked by the GIS by requesting the blood from
receiver. The purpose of this application is donating blood
while in case of emergency. The application also provide
various information about donating blood, other medical
information of users such as body temperature, heart beat
rate and notification of blood camps where newly added to
app. Who are all willing to donate bloodcanregisterthrough
this application. User can act both as Donor and Receiver
from this app.
System Functionalities:
 Blood donation application update information about the
blood donation camp and sends the notification to the
users.
*The system provides authorized featuressothattheprivate
and confidential data are only view by the authorizeduser.
*The system will keep record of every donor into cloud
platform, in order to keep track of blood stock.
By this the communication of various devices has improved,
hence people can communicate anytime from anywhere
through mobile. The purpose of thisapplicationistodevelop
blood donation services/camp and keep record of blood
donor which is easy to distribute blood throughout country.
Blood donation application mainly contains admin, donor,
patient, database and application.
Proposed System Architecture:
Figure 6.1 Proposed System
Modules:
Admin:
The admin provide each member a useridanda passwordin
which he/she can identify uniquely. Changing password to
maintain donor private details, updating are given to the
administrator. The update operation is done by admin in
which it will regularly check the expiry date of blood and
request the donors who donate the blood to replace it.
Receiver:
In case of emergency they can request for blood in which it
gives information. As per the health condition of the patient
the blood is given. By requesting the blood the current
location of requester will be sent to the donor through
application where the informationisfetched bywi-fimodule
from cloud server.
 Receiver can also receive the blood by blood camp and
personally.
 He can also get the details of blood donation camp and
checks the health condition.
Donor:
Each donor is given an id and password through which they
can identify uniquely. There are various options given to
donor such as blood donate, notification of blood donation
camp, Help centre, My health kit andFeedback.Thedatabase
is used to store the information about the blood donor,
receiver information and so on.
 Donor can donate the blood in respective blood
camp/bank and also donate personally as requested by
the requester.
 Donor can check his Heart beat rate and body
temperature through my health kit option.
 Donor can also view the details of blood donation camp
by notification option.
Application:
This application is use to search blood donorduringthetime
of emergency. The accepted donors are track by GPS. The
GPS is used in mobile application where it is use to map the
donor. The proposed system tells about the working of
system where it start with opening the application inmobile
.sign in or login option is given to the user. If theuseralready
registers then admin provide the information of the user
which is already stored in data base. If the user is not
registered then he/she is ask to sign to entering the details
about them. The admin of this application can view the
details of all donors and receivers. The admin should
regularly modify about the donor before and after the
donating the blood. The details given by the donor are
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4909
regularly checks by the admin in which the correct
information is present or not. The application maintains the
record of user, blood camp.
RESULTS
Software:
Fig 1: App logo
Fig 2: Home Page
Fig 3: Details of the donor
Fig 4: Notification Details About Conducting blood camp
Hardware:
Fig 1: Hardware Component
Fig 2: Heart Beat Measure
Fig 3: Measure of Body temperature
CONCLUSION
Growing population has increased the need for the
blood supply for various diseases. In every two seconds,
some person required blood and currently India facing
problem of the blood shortage. To address the problem an
effective system is designed usingtheandroidapplicationon
cloud platform. The system provides a methodology to fulfil
the requirement of blood to the victims without rushing to
the blood bank to know the availability of the blood. A Pulse
Sensor and Temperature Sensor are connected to the
Arduino board whichcontinuouslymonitorsthestatusof the
Health information of users. Theoutputdata provided by the
Arduino is displayed on the mobile applicationusingthe Wi-
Fi module so anyone accesses the app and obtained the
information of available blood. It will reduce the manpower
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4910
required at the blood bank to update the online data also
reduces the efforts of bloodseekerofsearching bloodateach
blood bank.
REFERENCES
[1] Prof. Snigdha et.al, “Android Blood Bank “,International
Journal of Advanced Research in Computer and
Communication Engineering, vol 4, Issue 11, November
2015, pp:86-88, ISSN(online) 2278-1021,ISSN(print):2319
5940.
[2] Radha R. Mahalle1, S. S. Thorat 2, “Smart Blood Bank
Based On IoT”,International ResearchJournal ofEngineering
and Technology (IRJET), Volume: 05 Issue: 01/Jan-2018.
[3] Bala Senthil Murugan L,Anitha Julian AssistantProfessor,
“Design And Implementation Of Automated Blood Bank
Using Embedded System”,IEEESponsored2ndInternational
Conference on Innovations in Information, Embedded and
Communication systems {iCIIECS)2015.
[4] T.Hilda Jenipha and R.Backiyalakshmi, “Android Blood
Donor Life Saving Application in Cloud Computing”,
American Journal of Engineering Research(AJER),vol -03 ,
Issue -02, pp-105-108, ISSN:2320-0847 p-ISSN:2320-0936.
[5] Anish Hamlin M R1, Albert Mayan J, Blood Donation And
Life Saver-Blood Donation App, 2016 International
ConferenceonControl,Instrumentation,Communication and
Computational Technologies (ICCICCT).
[6] Abhijeet Moharkar1, Akanksha Somani2, “Automated
Blood Bank using Embedded System on Cloud Platform”,
International Journal of Innovative Research in Science,
Engineering and Technology, Vol. 7, Issue 1, January 2018.

More Related Content

What's hot

IRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoTIRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoTIRJET Journal
 
IRJET - IoT based ICU Patient Monitoring System
IRJET -  	  IoT based ICU Patient Monitoring SystemIRJET -  	  IoT based ICU Patient Monitoring System
IRJET - IoT based ICU Patient Monitoring SystemIRJET Journal
 
IRJET- An IoT Driven Healthcare System for Remote Monitoring
IRJET- An IoT Driven Healthcare System for Remote MonitoringIRJET- An IoT Driven Healthcare System for Remote Monitoring
IRJET- An IoT Driven Healthcare System for Remote MonitoringIRJET Journal
 
IRJET - Remote Health Monitoring System using IoT
IRJET - Remote Health Monitoring System using IoTIRJET - Remote Health Monitoring System using IoT
IRJET - Remote Health Monitoring System using IoTIRJET Journal
 
IRJET- Patient Healthcare System using IoT
IRJET- Patient Healthcare System using IoTIRJET- Patient Healthcare System using IoT
IRJET- Patient Healthcare System using IoTIRJET Journal
 
IRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart PatientIRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart PatientIRJET Journal
 
IRJET- Development of Portable Device for Measurement of Blood Glucose, T...
IRJET-  	  Development of Portable Device for Measurement of Blood Glucose, T...IRJET-  	  Development of Portable Device for Measurement of Blood Glucose, T...
IRJET- Development of Portable Device for Measurement of Blood Glucose, T...IRJET Journal
 
Implementation Of Real Time IoT Based Health monitoring system
Implementation Of Real Time IoT Based Health monitoring systemImplementation Of Real Time IoT Based Health monitoring system
Implementation Of Real Time IoT Based Health monitoring systemkchakrireddy
 
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...IRJET Journal
 
PATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROID
PATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROIDPATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROID
PATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROIDJournal For Research
 
IRJET- Patient Health Monitoring with Health Assistant
IRJET- Patient Health Monitoring with Health AssistantIRJET- Patient Health Monitoring with Health Assistant
IRJET- Patient Health Monitoring with Health AssistantIRJET Journal
 
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive PatientsIRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive PatientsIRJET Journal
 
IRJET - Intravenous Fluid Level Indicator with Movable Sensor Unit
IRJET - Intravenous Fluid Level Indicator with Movable Sensor UnitIRJET - Intravenous Fluid Level Indicator with Movable Sensor Unit
IRJET - Intravenous Fluid Level Indicator with Movable Sensor UnitIRJET Journal
 
IRJET- Doctors Assitive System using Augmentated Reality for Critical Analysis
IRJET- Doctors Assitive System using Augmentated Reality for Critical AnalysisIRJET- Doctors Assitive System using Augmentated Reality for Critical Analysis
IRJET- Doctors Assitive System using Augmentated Reality for Critical AnalysisIRJET Journal
 
Analysis on Healthcare System using IoT
Analysis on Healthcare System using IoTAnalysis on Healthcare System using IoT
Analysis on Healthcare System using IoTijtsrd
 
IRJET- Development of Portable Device for Measurement of Blood Glucose, Tempe...
IRJET- Development of Portable Device for Measurement of Blood Glucose, Tempe...IRJET- Development of Portable Device for Measurement of Blood Glucose, Tempe...
IRJET- Development of Portable Device for Measurement of Blood Glucose, Tempe...IRJET Journal
 

What's hot (20)

FLOOD ALERTING SYSTEM USING RASPBERRY PI & THINGSPEAK
FLOOD ALERTING SYSTEM USING RASPBERRY PI  & THINGSPEAKFLOOD ALERTING SYSTEM USING RASPBERRY PI  & THINGSPEAK
FLOOD ALERTING SYSTEM USING RASPBERRY PI & THINGSPEAK
 
IRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoTIRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoT
 
IRJET - IoT based ICU Patient Monitoring System
IRJET -  	  IoT based ICU Patient Monitoring SystemIRJET -  	  IoT based ICU Patient Monitoring System
IRJET - IoT based ICU Patient Monitoring System
 
IRJET- An IoT Driven Healthcare System for Remote Monitoring
IRJET- An IoT Driven Healthcare System for Remote MonitoringIRJET- An IoT Driven Healthcare System for Remote Monitoring
IRJET- An IoT Driven Healthcare System for Remote Monitoring
 
IRJET - Remote Health Monitoring System using IoT
IRJET - Remote Health Monitoring System using IoTIRJET - Remote Health Monitoring System using IoT
IRJET - Remote Health Monitoring System using IoT
 
IRJET- Patient Healthcare System using IoT
IRJET- Patient Healthcare System using IoTIRJET- Patient Healthcare System using IoT
IRJET- Patient Healthcare System using IoT
 
IRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart PatientIRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart Patient
 
IRJET- Development of Portable Device for Measurement of Blood Glucose, T...
IRJET-  	  Development of Portable Device for Measurement of Blood Glucose, T...IRJET-  	  Development of Portable Device for Measurement of Blood Glucose, T...
IRJET- Development of Portable Device for Measurement of Blood Glucose, T...
 
Implementation Of Real Time IoT Based Health monitoring system
Implementation Of Real Time IoT Based Health monitoring systemImplementation Of Real Time IoT Based Health monitoring system
Implementation Of Real Time IoT Based Health monitoring system
 
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
IRJET- Design and Implementation of IOT Based Health Monitoring System Using ...
 
PATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROID
PATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROIDPATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROID
PATIENT HEALTH MONITORING SYSTEM USING IOT AND ANDROID
 
IRJET- Patient Health Monitoring with Health Assistant
IRJET- Patient Health Monitoring with Health AssistantIRJET- Patient Health Monitoring with Health Assistant
IRJET- Patient Health Monitoring with Health Assistant
 
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive PatientsIRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive Patients
 
IRJET - Intravenous Fluid Level Indicator with Movable Sensor Unit
IRJET - Intravenous Fluid Level Indicator with Movable Sensor UnitIRJET - Intravenous Fluid Level Indicator with Movable Sensor Unit
IRJET - Intravenous Fluid Level Indicator with Movable Sensor Unit
 
28 cej-3201.f
28 cej-3201.f28 cej-3201.f
28 cej-3201.f
 
IRJET- Doctors Assitive System using Augmentated Reality for Critical Analysis
IRJET- Doctors Assitive System using Augmentated Reality for Critical AnalysisIRJET- Doctors Assitive System using Augmentated Reality for Critical Analysis
IRJET- Doctors Assitive System using Augmentated Reality for Critical Analysis
 
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEMREVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
 
Analysis on Healthcare System using IoT
Analysis on Healthcare System using IoTAnalysis on Healthcare System using IoT
Analysis on Healthcare System using IoT
 
IRJET- Development of Portable Device for Measurement of Blood Glucose, Tempe...
IRJET- Development of Portable Device for Measurement of Blood Glucose, Tempe...IRJET- Development of Portable Device for Measurement of Blood Glucose, Tempe...
IRJET- Development of Portable Device for Measurement of Blood Glucose, Tempe...
 
SMART APP FOR PHYSICALLY CHALLENGED PEOPLE USING INTERNET OF THINGS
SMART APP FOR PHYSICALLY CHALLENGED  PEOPLE USING INTERNET OF THINGSSMART APP FOR PHYSICALLY CHALLENGED  PEOPLE USING INTERNET OF THINGS
SMART APP FOR PHYSICALLY CHALLENGED PEOPLE USING INTERNET OF THINGS
 

Similar to IRJET- Automated Blood Bank with Embedded System

Automated Blood Bank System using Raspberry Pi
Automated Blood Bank System using Raspberry PiAutomated Blood Bank System using Raspberry Pi
Automated Blood Bank System using Raspberry PiIRJET Journal
 
IoT Based Electric Vehicle Charging System
IoT Based Electric Vehicle Charging SystemIoT Based Electric Vehicle Charging System
IoT Based Electric Vehicle Charging SystemIRJET Journal
 
HEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOTHEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOTIRJET Journal
 
IRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET Journal
 
Dynamic Medical Machine
Dynamic Medical MachineDynamic Medical Machine
Dynamic Medical MachineIRJET Journal
 
Smart Healthcare Monitoring and Tracking System
Smart Healthcare Monitoring and Tracking SystemSmart Healthcare Monitoring and Tracking System
Smart Healthcare Monitoring and Tracking SystemIRJET Journal
 
IRJET- Heartbeat Monitoring System with Temperature Sensor
IRJET- Heartbeat Monitoring System with Temperature SensorIRJET- Heartbeat Monitoring System with Temperature Sensor
IRJET- Heartbeat Monitoring System with Temperature SensorIRJET Journal
 
IOT BASED PORTABLE HEART RATE & SPO2 PULSE OXIMETER
IOT BASED PORTABLE HEART RATE & SPO2 PULSE OXIMETERIOT BASED PORTABLE HEART RATE & SPO2 PULSE OXIMETER
IOT BASED PORTABLE HEART RATE & SPO2 PULSE OXIMETERIRJET Journal
 
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf PlatformDesign of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf PlatformIRJET Journal
 
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET Journal
 
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoTIRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoTIRJET Journal
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring SystemIRJET Journal
 
IRJET- Implementation of Continues Body Monitoring System with Wireless B...
IRJET-  	  Implementation of Continues Body Monitoring System with Wireless B...IRJET-  	  Implementation of Continues Body Monitoring System with Wireless B...
IRJET- Implementation of Continues Body Monitoring System with Wireless B...IRJET Journal
 
IRJET- Smart Bin Management System using Internet of Things
IRJET-  	  Smart Bin Management System using Internet of ThingsIRJET-  	  Smart Bin Management System using Internet of Things
IRJET- Smart Bin Management System using Internet of ThingsIRJET Journal
 
GSM Based Ration Automation Using RFID Technique
GSM Based Ration Automation Using RFID TechniqueGSM Based Ration Automation Using RFID Technique
GSM Based Ration Automation Using RFID TechniqueIJARIDEA Journal
 
IRJET- A Survey on Advanced Ration Distribution System
IRJET-  	  A Survey on Advanced Ration Distribution SystemIRJET-  	  A Survey on Advanced Ration Distribution System
IRJET- A Survey on Advanced Ration Distribution SystemIRJET Journal
 
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...IRJET Journal
 
AUTOMATED BLOOD BANK SYSTEM
AUTOMATED BLOOD BANK SYSTEMAUTOMATED BLOOD BANK SYSTEM
AUTOMATED BLOOD BANK SYSTEMIRJET Journal
 
IRJET- Automatic Recognition using Heartbeat Authentication
IRJET- Automatic Recognition using Heartbeat AuthenticationIRJET- Automatic Recognition using Heartbeat Authentication
IRJET- Automatic Recognition using Heartbeat AuthenticationIRJET Journal
 
IRJET - Medical Analysis using Virtual Reality
IRJET - Medical Analysis using Virtual RealityIRJET - Medical Analysis using Virtual Reality
IRJET - Medical Analysis using Virtual RealityIRJET Journal
 

Similar to IRJET- Automated Blood Bank with Embedded System (20)

Automated Blood Bank System using Raspberry Pi
Automated Blood Bank System using Raspberry PiAutomated Blood Bank System using Raspberry Pi
Automated Blood Bank System using Raspberry Pi
 
IoT Based Electric Vehicle Charging System
IoT Based Electric Vehicle Charging SystemIoT Based Electric Vehicle Charging System
IoT Based Electric Vehicle Charging System
 
HEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOTHEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOT
 
IRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring System
 
Dynamic Medical Machine
Dynamic Medical MachineDynamic Medical Machine
Dynamic Medical Machine
 
Smart Healthcare Monitoring and Tracking System
Smart Healthcare Monitoring and Tracking SystemSmart Healthcare Monitoring and Tracking System
Smart Healthcare Monitoring and Tracking System
 
IRJET- Heartbeat Monitoring System with Temperature Sensor
IRJET- Heartbeat Monitoring System with Temperature SensorIRJET- Heartbeat Monitoring System with Temperature Sensor
IRJET- Heartbeat Monitoring System with Temperature Sensor
 
IOT BASED PORTABLE HEART RATE & SPO2 PULSE OXIMETER
IOT BASED PORTABLE HEART RATE & SPO2 PULSE OXIMETERIOT BASED PORTABLE HEART RATE & SPO2 PULSE OXIMETER
IOT BASED PORTABLE HEART RATE & SPO2 PULSE OXIMETER
 
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf PlatformDesign of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
 
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
 
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoTIRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring System
 
IRJET- Implementation of Continues Body Monitoring System with Wireless B...
IRJET-  	  Implementation of Continues Body Monitoring System with Wireless B...IRJET-  	  Implementation of Continues Body Monitoring System with Wireless B...
IRJET- Implementation of Continues Body Monitoring System with Wireless B...
 
IRJET- Smart Bin Management System using Internet of Things
IRJET-  	  Smart Bin Management System using Internet of ThingsIRJET-  	  Smart Bin Management System using Internet of Things
IRJET- Smart Bin Management System using Internet of Things
 
GSM Based Ration Automation Using RFID Technique
GSM Based Ration Automation Using RFID TechniqueGSM Based Ration Automation Using RFID Technique
GSM Based Ration Automation Using RFID Technique
 
IRJET- A Survey on Advanced Ration Distribution System
IRJET-  	  A Survey on Advanced Ration Distribution SystemIRJET-  	  A Survey on Advanced Ration Distribution System
IRJET- A Survey on Advanced Ration Distribution System
 
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...
 
AUTOMATED BLOOD BANK SYSTEM
AUTOMATED BLOOD BANK SYSTEMAUTOMATED BLOOD BANK SYSTEM
AUTOMATED BLOOD BANK SYSTEM
 
IRJET- Automatic Recognition using Heartbeat Authentication
IRJET- Automatic Recognition using Heartbeat AuthenticationIRJET- Automatic Recognition using Heartbeat Authentication
IRJET- Automatic Recognition using Heartbeat Authentication
 
IRJET - Medical Analysis using Virtual Reality
IRJET - Medical Analysis using Virtual RealityIRJET - Medical Analysis using Virtual Reality
IRJET - Medical Analysis using Virtual Reality
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 

Recently uploaded (20)

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 

IRJET- Automated Blood Bank with Embedded System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4905 Automated Blood Bank with Embedded System Aishwarya. B. Patil1, Bhuvaneshwari. Murkhandi2, Jayshri3, Lakshmi. B. Navalli4, Prof. Rajeshwari.S.G5 1,2,3,4Bachelor of Engineering, Department of Computer Science and Techonology, SKSVM Agadi College of Engineering and Technology, Laxmeshwar, Karnataka, India 5Assistant Professor, Department of Computer Science and Technology, SKSVM Agadi College of Engineering and Technology, Laxmeshwar, Karnataka, India ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Automated blood bank is an associate work that brings all donors and receivers oncommonplatform. Themain aim of this project is to provide blood to the receiver with minimal time. The System consists of android application for users, Arduino for collecting medical information (such as temperature and heart beat rate) of donors and Cloud server is used for communication link between user and blood bank administrator. The system is divided into three segments— First segment is to collect heart beat rate and body temperature using sensors i.e. Temperaturesensor(lm35)and Pulse sensor. Second segment consists of android application and Wi-Fi module for data transfer to the server and third segment is to display the availability of blood. Key Words: Android application, Arduino, LM35, Pulse sensor, Wi-Fi module. 1. INTRODUCTION Blood is a very important entity in the medical field. There is need of blood for different types of illnesses [2]; the blood is collected from the voluntary donors. Blood or the components of blood are used to treat patients withmedical conditions such as anaemia, cancer, blood disorders, and those having surgery. Hence, the blood cannot be evaluated in terms of the cost. Every year the nation requires about 4 Crore units of blood, out of which only a miserable 40 Lakh units of blood are available. There are multiple blood banks around the world, however none of them offer the capability for a direct [3] contact between the donor and recipient. This is often a serious disadvantage notablyincaseswhereverthere is associate degree pressing would like of blood.Thisproject aims to beat this communication barrier by providing an immediate link between the donor and receiver by developing an android application through which user can register the app and search the blood that is in need. Here the user can act both as donor and receiver, and also user can view his/her body temperature and heart beat rate which are measured by sensors (Temperature sensor i.e. LM35 and Pluse sensor). As Donor, he can donate the blood through the blood camp/bank and also by individual. As receiver, he can search the blood through blood camp and also by individually. By requesting the blood, the current location of receiver will be sent to the donor. 2. HARDWARE REQUIREMENTS 2.1 Arduino Uno: Arduino Uno is a microcontroller board based on the ATmega328 (datasheet). It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started. Figure 2.1 Arduino 2.2 Wi-Fi Module: ESP8266 is a cost-effective Wi-Fi module that supports both TCP/IP and microcontrollers. It runs at 3V with maximum voltage range around 3.6V. More often than not, it also comes under name ESP8266 Wireless Transceiver. This module stays ahead of its predecessor in terms of processing speed and storage capability. It can be interfaced with the sensors and other devices and requires very little modification and development to make it compatible with other devices.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4906 Figure 2.2 ESP8266 Wi-Fi Module 2.3 Pulse Sensor: Heart beat sensor so called Pulse Sensorisdesigned to give digital output of heat beat when a finger is placed on it. When the heart beat detector is working, the beat LED flashes in unison with each heartbeat. Thisdigital output can be connected to microcontroller directly to measure the Beats per Minute (BPM) rate. It works on the principle of light modulation by blood flow through finger at each pulse. The Heart Beat Sensor provides a simple way to study the heart's function. This sensor monitors the flow of blood through Finger. As the heart forces blood through the blood vessels in the Finger, the amountofbloodintheFinger changes with time. The sensor shines a lightlobe(small High Bright LED) through the ear and measures the light that is transmitted to LDR. The signal is amplified, inverted and filtered, in the Circuit .By graphing this signal, the heart rate can be determined, and some details of the pumping action of the heart can be seen on a graph. Figure 2.3 Pulse Sensor 2.4 Temperature Sensor (Lm35): LM35 is a temperature measuring device having an analog output voltage proportional to the temperature. It provides output voltage in Centigrade (Celsius). It does not require any external calibration circuitry. The sensitivity of LM35 is 10 mV/degree Celsius. As temperature increases, output voltage also increases. It is a 3-terminal sensor used to measure surrounding temperature ranging from -55°C to 150 °C. LM35 gives temperature output which is more precise than thermistor output. The LM35 thus has an advantage over linear temperature sensors calibrated in ˚ Kelvin, as the user is not required to subtract a large constant voltage from its output to obtain convenient Centigrade scaling. The LM35 does not require any external calibration or trimming to provide typical accuracies of ±1⁄4˚C at room temperature and ±3⁄4˚Cover a full −55 to +150˚C temperature range. Figure 2.4 Temperature Sensor (LM35) 2.5 LCD Display: The LCD panel used in this block interfaced with micro-controller through output port. This is a 16 character × 2Line LCD module, capable of displaynumbers,characters, and graphics. The display contains two internal byte-wide registers, one for commands (RS=0) and the second for character to be displayed (RS=1). It also contains a user programmed Ram area (the character RAM) character that can be formed using dot matrix that can be programmed to generate any desired. Two distinguished between these areas, the hex command byte will be signify that the display RAM address 00h is chosen. Figure 2.5 LCD Display
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4907 3. SOFTWARE REQUIREMENTS 3.1 Android Studio: Android application is designed using Android Studio. Android Studio is the officialintegrateddevelopment environment (IDE) for Google's Android operating system, built on Jet Brains' IntelliJ IDEA software and designed specifically for Android development. It is available for download on Windows, macOS and Linux based operating systems. A rich layout editor that allows users to drag-and- drop UI components, option to preview layouts on multiple screen configurations. The AndroidSDKincludesanAndroid device emulator - a virtual devicethatrunsoncomputer. The Android Emulator lets develop and test Android apps without using a physical device. Figure 3.1 Android Studio 4. LITERATURE SURVEY In “Android blood bank” by prof. Snigdha et.al [1] proposed an application for blood donor. In that application the donor can find the exact path by using GPS (Global Positioning System). The detail of blood donors will be saved .private data and confidential data are only viewed by the administrator. They have methodologies like PHP, MySQL and Android. In “Smart Blood Bank Based On IoT” by Radha R. Mahalle1,S. S. Thorat 2 [2] says that, It will reduce the manpower required at the blood bank to update the online data also reduces the efforts of blood seeker of searching bloodstock at each blood bank. When bloodstock reachestozerosystem helps to send a request message to the donor and nearest blood bank. By using IoT the real-time available bloodstock is displaying on the website it minimizes the efforts of blood seeker. In “Design and Implementation of Automated Blood Bank Using Embedded System” by Bala Senthil Murugan L, Anitha Julian Assistant Professor [3], has propose that servicingthe persons who seek donors who are willing to donate blood and also provide it in the time frame required. The work explores to find blood donors by using GSM based Smart Card CPU - Raspberry Pi B+ Kit. In “Android Blood Donor Life Saving Application in Cloud Computing” byT.Hilda Jenipha andR.Backiyalakshmi[4]has proposed an application for blood donation. In this application during emergency it will list ofdonorsinthecity. In this cloud based services is provided in whichitwill prove important in emergency blood delivery. They can enable immediate access to donor’s information andlocation.It will ensure the instant location tracking and communication. Only the register person can access this service. In “Blood Donation and Life Saver-Blood Donation App” by Anish Hamlin M R1, Albert Mayan J [5], has proposed a reliable information systembasedonGISandOTPinandroid mobile. The main concept of this proposed system is too valuable to health care. By using thisapplication,theexisting problem such as miss use of details and wrong information provided to third party is replaced. In “Automated BloodBank usingEmbeddedSystemonCloud Platform” by Abhijeet Moharkar1, Akanksha Somani2 [6],has proposed that the work is to find matched blood group with its blood component (RBC, Platelet,Plasma)andprovideit to the patient/ user in required time frame. It also provides transparency between users and blood bank administration. The system consist of android application for users/patient and Raspberry pi B+ as a computer for blood bank administrator. The cloud server is used for communication link between users and blood bank administration. Both are to be connected through internet connectivity also SMS facility is provided for user to know status oftheirrequested blood group. 5. EXISTING SYSTEM In existing there is no proper care about the people who donate blood to patients. In case if the donor has or had any medical problem and comes toward to donate blood to the patient then it may lead to threat. Hence medical history of donor should be updated. Medical histories would be like: *A person who has Anaemia should not donate blood. *Donor who having diseases that are transmissible through blood is not request to donate blood. *People who are un-weight for height from their height should not donate blood. *Pregnant women or recent child birth women should not donate blood. Thus the above following reasons arenotupdatedin existing system. These types of information are not provided in existing system this may lead to dead in person. The donor and patient’s body condition will not match at all the time .here it contain two aspects (1) volunteer’s location (2) the distance between the user location and volunteers.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4908 6. PROPOSED SYSTEM The proposed method is to create an android application in which the blood donor are available easily at required time. The donors who are all register in this application are show while searching for blood donation by individually and blood camps.Thedonorswhoareall nearby location are tracked by the GIS by requesting the blood from receiver. The purpose of this application is donating blood while in case of emergency. The application also provide various information about donating blood, other medical information of users such as body temperature, heart beat rate and notification of blood camps where newly added to app. Who are all willing to donate bloodcanregisterthrough this application. User can act both as Donor and Receiver from this app. System Functionalities:  Blood donation application update information about the blood donation camp and sends the notification to the users. *The system provides authorized featuressothattheprivate and confidential data are only view by the authorizeduser. *The system will keep record of every donor into cloud platform, in order to keep track of blood stock. By this the communication of various devices has improved, hence people can communicate anytime from anywhere through mobile. The purpose of thisapplicationistodevelop blood donation services/camp and keep record of blood donor which is easy to distribute blood throughout country. Blood donation application mainly contains admin, donor, patient, database and application. Proposed System Architecture: Figure 6.1 Proposed System Modules: Admin: The admin provide each member a useridanda passwordin which he/she can identify uniquely. Changing password to maintain donor private details, updating are given to the administrator. The update operation is done by admin in which it will regularly check the expiry date of blood and request the donors who donate the blood to replace it. Receiver: In case of emergency they can request for blood in which it gives information. As per the health condition of the patient the blood is given. By requesting the blood the current location of requester will be sent to the donor through application where the informationisfetched bywi-fimodule from cloud server.  Receiver can also receive the blood by blood camp and personally.  He can also get the details of blood donation camp and checks the health condition. Donor: Each donor is given an id and password through which they can identify uniquely. There are various options given to donor such as blood donate, notification of blood donation camp, Help centre, My health kit andFeedback.Thedatabase is used to store the information about the blood donor, receiver information and so on.  Donor can donate the blood in respective blood camp/bank and also donate personally as requested by the requester.  Donor can check his Heart beat rate and body temperature through my health kit option.  Donor can also view the details of blood donation camp by notification option. Application: This application is use to search blood donorduringthetime of emergency. The accepted donors are track by GPS. The GPS is used in mobile application where it is use to map the donor. The proposed system tells about the working of system where it start with opening the application inmobile .sign in or login option is given to the user. If theuseralready registers then admin provide the information of the user which is already stored in data base. If the user is not registered then he/she is ask to sign to entering the details about them. The admin of this application can view the details of all donors and receivers. The admin should regularly modify about the donor before and after the donating the blood. The details given by the donor are
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4909 regularly checks by the admin in which the correct information is present or not. The application maintains the record of user, blood camp. RESULTS Software: Fig 1: App logo Fig 2: Home Page Fig 3: Details of the donor Fig 4: Notification Details About Conducting blood camp Hardware: Fig 1: Hardware Component Fig 2: Heart Beat Measure Fig 3: Measure of Body temperature CONCLUSION Growing population has increased the need for the blood supply for various diseases. In every two seconds, some person required blood and currently India facing problem of the blood shortage. To address the problem an effective system is designed usingtheandroidapplicationon cloud platform. The system provides a methodology to fulfil the requirement of blood to the victims without rushing to the blood bank to know the availability of the blood. A Pulse Sensor and Temperature Sensor are connected to the Arduino board whichcontinuouslymonitorsthestatusof the Health information of users. Theoutputdata provided by the Arduino is displayed on the mobile applicationusingthe Wi- Fi module so anyone accesses the app and obtained the information of available blood. It will reduce the manpower
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4910 required at the blood bank to update the online data also reduces the efforts of bloodseekerofsearching bloodateach blood bank. REFERENCES [1] Prof. Snigdha et.al, “Android Blood Bank “,International Journal of Advanced Research in Computer and Communication Engineering, vol 4, Issue 11, November 2015, pp:86-88, ISSN(online) 2278-1021,ISSN(print):2319 5940. [2] Radha R. Mahalle1, S. S. Thorat 2, “Smart Blood Bank Based On IoT”,International ResearchJournal ofEngineering and Technology (IRJET), Volume: 05 Issue: 01/Jan-2018. [3] Bala Senthil Murugan L,Anitha Julian AssistantProfessor, “Design And Implementation Of Automated Blood Bank Using Embedded System”,IEEESponsored2ndInternational Conference on Innovations in Information, Embedded and Communication systems {iCIIECS)2015. [4] T.Hilda Jenipha and R.Backiyalakshmi, “Android Blood Donor Life Saving Application in Cloud Computing”, American Journal of Engineering Research(AJER),vol -03 , Issue -02, pp-105-108, ISSN:2320-0847 p-ISSN:2320-0936. [5] Anish Hamlin M R1, Albert Mayan J, Blood Donation And Life Saver-Blood Donation App, 2016 International ConferenceonControl,Instrumentation,Communication and Computational Technologies (ICCICCT). [6] Abhijeet Moharkar1, Akanksha Somani2, “Automated Blood Bank using Embedded System on Cloud Platform”, International Journal of Innovative Research in Science, Engineering and Technology, Vol. 7, Issue 1, January 2018.