top of page

Disclaimer: I recreated concepts that were publicly presented in mid-2023

that appealed to and inspired me, these are NOT my original inventions

ECG Monitoring

egc monitoring.png

In this project, I put together an IoT system to better understand healthcare technology, specifically remote patient monitoring systems. The setup involved programming and interfacing an AD8232 ECG Sensor with a NodeMCU ESP8266 Board, which allowed me to monitor the ECG waveform on a Serial Plotter Screen. Additionally, I was able to send the ECG waveform to an IoT Cloud platform and monitor the signal online from anywhere in the world using a phone. This mirrored existing healthcare technologies like wearable heart monitors and telehealth systems that enable continuous, remote monitoring of patients' heart activity. By assembling this project, I gained a deeper understanding of how these technologies operate and their practical benefits in improving patient care and accessibility.

Patient Health Monitoring

patient health monitoring.png

In this project, I put together an IoT-Based Patient Health Monitoring System using an ESP8266 and Arduino. The IoT platform used in this project is ThingSpeak, an open-source Internet of Things (IoT) application and API for storing and retrieving data from devices using the HTTP protocol over the Internet or via a Local Area Network. This IoT device can read the pulse rate and measure the surrounding temperature. It continuously monitors the pulse rate and surrounding temperature and updates them to the IoT platform. The Arduino Sketch running on the device implements the various functionalities of the project, such as reading sensor data, converting them into strings, passing them to the IoT platform, and displaying the measured pulse rate and temperature on a character LCD.

bottom of page