OskarCodes / SystolicECG

The code for the STM32 that is the heart of my ultra-low-cost ECG: Systolic
GNU General Public License v3.0
2 stars 1 forks source link
c ecg ekg stm32

Systolic

The code for the STM32 microcontroller in my ultra-low-cost electrocardiogram (ECG): Systolic

What is Systolic?

Systolic is a project I have been working on for a couple months. It is an ultra-low-cost ECG which one day I hope can be used in developing countries. Systolic is very compact, and only requires a host device (e.g. a laptop). On the host device, a program I made runs and allows for the configuration of sampling settings, starting/stopping sampling, and finally, the parsing of results.

What are the results like?

Take a look, they're awesome, in my opinion!

ECG Sample was taken at 533 Hz

Setup

git clone https://github.com/OskarCodes/SystolicECG.git
cd SystolicECG/

And you are done! The project can then be opened in your IDE of choice.

Contributing

I immensely appreciate any contribution to this project, no matter the size. Please feel free to make a pull request! If you have any questions, please do not hesitate to reach out.

Licensing

This project is licensed under the GPL-3.0 license. I chose this because I want all changes to Systolic and supporting software, no matter who by, to be accessible to everyone.