Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.05 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.05 KB

Health Monitoring System

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. 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.

The Arduino Sketch running over the device implements the various functionalities of the project like reading sensor data, converting them into strings, passing them to the IoT platform, and displaying measured pulse rate and temperature on character LCD.

Components

  1. Arduino UNO
  2. Max30100 pulse oximeter and heart rate sensor
  3. Temperature sensor
  4. ESP8266
  5. LCD display

Software

Arduino IDE