This document describes a Raspberry Pi-based health monitoring system that measures heartbeat and pulse using a Pulse Sensor. The system uses an ADS1115 ADC module to read analog voltage signals from the Pulse Sensor and send the data over I2C to the Raspberry Pi. Python code is used to analyze the sensor signals and calculate the heartbeat rate, which is displayed in Processing and also sent over serial to other devices. Circuit diagrams and instructions for installing required libraries and configuring the Raspberry Pi I2C and serial interfaces are provided.