Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 575 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 575 Bytes

ECG System

Code for an embedded ECG system.

This repository includes code for group 5 of Texas Tech's ECE 3332-301 project lab course.

Phase 1 (this repo) includes code for one MSP430G2553, and is designed as a fully wired system, with an amplified ECG signal being input to an analog pin, and a UART connection to a PC for transmitting serialized analog readings and receiving commands.

Phase 2 (not yet implemented) includes code for two MSP432P401R's, and is designed as a wireless system, in which data is sent between two microcontrollers and a PC via Bluetooth.