0% found this document useful (0 votes)
49 views8 pages

Project Review

Mini project

Uploaded by

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

Project Review

Mini project

Uploaded by

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

PROJECT REVIEW : FIRST REVIEW

PULSE RATE(BPM)
MONITOR USING ARDUINO
AND PULSE SENSOR
BY
VEDA D 1CR22EC235
SANIKA A 1CR22EC198
UNDER THE GUIDANCE OF PROF. SOPHIYA
ELECTRONICS AND COMMUNICATION
CONTENTS

• INTRODUCTION
• METHODOLOGY
• IMPLEMENTATION
• RESULT & CONCLUSION
• FUTURE SCOPE
INTRODUCTION

• In this project , we will interface PULSE SENSOR with ARDUINO to measure


PULSE RATE(BPM) or HEART BEAT value. The pulse rate will be displayed
• A pulse rate is a hardware device that can be used to measure heart rate in real-time.
When paired with a arudino microcontroller we can create a simple heart rate
moniter.
• This sensor is easy to use and operate .if we place our finger on top of the sensor it
will sense the heartbeat by measuring the change in the light from expantion of
capillary blood vessels
METHODOLOGY
We need these components for this project
1. Arduino UNO broad
2. Pulse sensor
3. LCD display
4. Jumper wires
5. Breadboard
BY using these components we can build a hardware and by using software code we
can add pulse sensor library on our Arudino library folder we can do this project.
IMPLEMENTATION

• The connection diagram between Pulse Sensor and Arduino


•Connect the RED wire
(Power) of the Pulse Sensor to
the 5V pin on the Arduino.

•Connect the BLACK wire


(Ground) to the GND pin on
the Arduino.
•Connect the PURPLE wire
(Signal) to Analog Pin 0
(A0) on the Arduino.

•Using the Jumper Wires you


can directly connect the Pulse
Sensor with Arduino
Pulse Sensor Library Installation
we need to add the Pulse Sensor Library on our Arduino Library Folder
Download the Pulse Sensor Playground Library from the Arduino IDE (Go
to Sketch -> Include Library -> Manage Libraries, then search for “Pulse
). Sensor Playground” and install it)

.
RESULT AND CONCLUSION

• After uploading the Pulse Sensor Arduino Example code, we can start the testing
process.
• We should Place the finger on the Pulse sensor.
• The Serial Monitor will display the Pulse Rate value whenever it detect the heart
beat.
• Instead of displaying the BPM value on Serial Monitor, we can display the value on
LCD Display. We can use a 16×2 I2C LCD Display Code and interface with
Arduino Board to display Pulse Sensor BPM Value.
FUTURE SCOPE

• This project is not only educational but also highly practical, offering a cost-
effective solution for monitoring your heart rate in real-time. Whether
you’re a healthcare professional, a fitness enthusiast, or simply curious about
electronics, this project provides valuable insights into both health
monitoring and Arduino programming.

You might also like