Protocentral / protocentral-healthypi-v3

HealthyPi is the first fully open-source, full-featured vital sign monitor. Using the Raspberry Pi as its computing and display platform, the HealthyPi add-on HAT turns the Raspberry Pi into a vital sign monitoring system.
http://healthypi.protocentral.com
Other
194 stars 51 forks source link

How can I access the raw ECG data? #25

Open zhangshaohu opened 4 years ago

zhangshaohu commented 4 years ago

I want to record the raw ECG data instead of HR. Do you have such an example to read the raw data? I am also wondering if I can wire the V3 board to an Arduino. If you can release the Java source code, it would be great!

jackyko1991 commented 4 years ago

you can get the raw ecg data via serial ports, i am working on python interfaces and you may take a look at my repo

Streaming package info can be found here

tahamuneeb commented 4 years ago

How can we read raw ecg value in same raspberry pi attached to healthy pi?