0% found this document useful (0 votes)
16 views15 pages

Smart Engineeing Project

The document presents an IoT-based patient health monitoring system designed using ESP8266 and Arduino, utilizing the ThingSpeak platform for data storage and retrieval. It details the components required, including a pulse sensor and temperature sensor, and explains the procedure for connecting these components to the Arduino. The system aims to facilitate continuous health monitoring, particularly for postoperative patients who may recuperate at home.

Uploaded by

anamnawaz577
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views15 pages

Smart Engineeing Project

The document presents an IoT-based patient health monitoring system designed using ESP8266 and Arduino, utilizing the ThingSpeak platform for data storage and retrieval. It details the components required, including a pulse sensor and temperature sensor, and explains the procedure for connecting these components to the Arduino. The system aims to facilitate continuous health monitoring, particularly for postoperative patients who may recuperate at home.

Uploaded by

anamnawaz577
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 15

IoT Based Patient

health Monitoring
System
Presented by-
Md Sajid
Sunil Kumar
Anam Nawaz
 With tons of new healthcare technology start-ups IoT
is rapidly revolutionizing the healthcare industry.
 In this project, we have designed the IoT Based
patient Health Monitoring System Using ESP8266 &
Arduino The IoT platform used in this project is
ThingSpeak.

Introduction  ThingSpeak is an open-source Internet of Things (IoT)


application and API to store and retrieve data from
things using the HTTP protocol over the Internet or via
a Local Area Network.
 This IoT device could read the pulse rate and measure
the surrounding temperature. It continuously
monitors the pulse rate and surrounding temperature
and updates them to an IoT platform.
 In real life, we have to constantly monitor the patient.
 People have to pay more attention to their healthy
condition.
 especially for the postoperative patients to cut cost
Design and leave the medical resources
purpose  Those peoples who need urgent help
 Peoples can not reach hospital their own self
 They can choose to return home to recuperate
 Arduino board
 ESP8266-wifi module
 LCD Display
 Potentiometer
 Pulse sensor
components  LM35-Temperature sensor
required  Resister
 LED
 Connecting wires
 Bread board
Pulse sensor
The Pulse Sensor is a plug-and-
play heart-rate sensor for Arduino.
It can be used by students, artists,
athletes, makers, and game & mobile
developers who want to easily
incorporate live heart-rate data into
their projects. The essence is an
integrated optical amplifying circuit
and noise eliminating circuit sensor.
Clip the Pulse Sensor to your earlobe
or fingertip and plug it into your
Arduino, you can ready to read heart
rate. Also, it has an Arduino demo
code that makes it easy to use.
Pulse sensor
pins
There is also a LED in the
center of this sensor module
which helps in detecting
the heartbeat. Below the
LED, there is a noise
elimination circuitry that is
supposed to keep away the
noise from affecting the
readings.
Click icon to add picture

LM35
The LM35 series are precision
integrated-circuit temperature devices
with an output voltage linearly-
proportional to the Centigrade
temperature. The LM35 device has an
advantage over linear temperature
sensors calibrated in Kelvin, as the user
is not required to subtract a large
constant voltage from the output to
obtain convenient Centigrade scaling.
The LM35 device does not require any
external calibration or trimming to
provide typical accuracies of ±¼°C at
room temperature and ±¾°C over a full
−55°C to 150°C temperature rang
ESP8266:
The ESP8266 is a very user-friendly and
low-cost device to provide internet
connectivity to your projects. The module
can work both as an Access point (can
create hotspot) and as a station (can
connect to Wi-Fi), hence it can easily fetch
data and upload it to the internet making
the Internet of Things as easy as possible.
It can also fetch data from the internet
using API’s hence your project could access
any information that is available on the
internet, thus making it smarter. Another
exciting feature of this module is that it can
be programmed using the Arduino IDE
which makes it a lot more user-friendly.
Pin 1: Ground: Connected to the ground of the circuit
Pin 2: Tx/GPIO – 1:Connected to Rx pin of
programmer/uC to upload program
Pin 3: GPIO – 2: General purpose Input/output pin
ESP8266- Pin 4 : CH_EN: Chip Enable/Active high
Pin 5: Flash/GPIO – 0: General purpose Input/output
Pin Module pin
Pin 6 : Reset: Resets the module
Pin 7: RX/GPIO – 3: General purpose Input/output pin
Pin 8: Vcc: Connect to +3.3V only
1.Connect Pulse Sensor output pin to A0 of Arduino and other two
pins to VCC & GND.
2.Connect LM35 Temperature Sensor output pin to A1 of Arduino
and other two pins to VCC & GND.
3.Connect the LED to Digital Pin 7 of Arduino via a 220-ohm resistor.
4.Connect Pin 1,3,5,16 of LCD to GND.
5.Connect Pin 2,15 of LCD to VCC.
6.Connect Pin 4,6,11,12,13,14 of LCD to Digital Pin12,11,5,4,3,2 of
Procedure Arduino.
7.The RX pin of ESP8266 works on 3.3V and it will not communicate
with the Arduino when we will connect it directly to the Arduino.
So, we will have to make a voltage divider for it which will convert
the 5V into 3.3V. This can be done by connecting the 2.2K & 1K
resistor. Thus the RX pin of the ESP8266 is connected to pin 10 of
Arduino through the resistors.
8.Connect the TX pin of the ESP8266 to pin 9 of the Arduino.
Circuit
diagram
and
connection
PCB Board
Thank

you

You might also like