Posts

Showing posts with the label IoT

IoT based Patient Telemetry Monitoring System using ESP8266, MAX30100 and Blynk Android Application

Image
Abstract Ever wanted to monitor the oxygen saturation level and heart rate of an individual without physically present there? want to see these parameters on your mobile phone anywhere any time? The most important point, in this era of the Covid-19 pandemic, want to decrease the risk of contact with a covid-19 patient?  Then I have designed a Telemetry (IoT) system for this purpose. The setup consists of an ESP8266 microcontroller, MAX30100 SpO2 sensor, and Blynk android App. In this system, ESP8266 reads the Oxygen saturation level (SpO2) and heart rate from the MAX30100 sensor, then sends this data to Blynk cloud through Wi-Fi, from there the Blynk android app access this data and displays it. a wifi connection is needed for this project. Data Flow Requirements Microcontroller ESP8266 nodemcu Breadboard Blynk android application MAX30100 SpO2 Sensor Jumper wires Circuit Connections Code You can download the code from the  GitHub  page. /************...